diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-16 17:12:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-16 17:12:27 -0300 |
commit | 705bab1075f2e90cd2fa7ae498d8ce2483af6393 (patch) | |
tree | b18b2f9fb3738d5aa9bd5e53d2bad50e099f6cdd /npc/003-1 | |
parent | f81506d4ede6e3dc72393d70e340414be0e17f15 (diff) | |
download | serverdata-705bab1075f2e90cd2fa7ae498d8ce2483af6393.tar.gz serverdata-705bab1075f2e90cd2fa7ae498d8ce2483af6393.tar.bz2 serverdata-705bab1075f2e90cd2fa7ae498d8ce2483af6393.tar.xz serverdata-705bab1075f2e90cd2fa7ae498d8ce2483af6393.zip |
Siege temporary final version
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 50 |
1 files changed, 29 insertions, 21 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 2dd13393e..aaaa3f561 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -98,7 +98,7 @@ OnBlackScorpionDeath: OnBlackScorpion2Death: areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpionDeath"); - if (rand(10000) <= 500) + if (rand(10000) <= 1000) getitem StrangeCoin, 1; end; @@ -110,13 +110,13 @@ OnGreenSlimeDeath: OnCandiedSlimeDeath: areamonster("003-1", 0, 0, 120, 155, l("Candied Slime"), 1089, 1, "Lieutenant Dausen::OnCandiedSlimeDeath"); - if (rand(10000) <= 200) + if (rand(10000) <= 250) getitem StrangeCoin, 1; end; OnManaGhostDeath: areamonster("003-1", 0, 0, 120, 155, l("Mana Ghost"), 1068, 1, "Lieutenant Dausen::OnManaGhostDeath"); - if (rand(10000) <= 1500) + if (rand(10000) <= 1000) getitem StrangeCoin, 1; end; @@ -125,8 +125,8 @@ OnManaGhostDeath: OnTimer5000: - areamonster("004-1", 0, 0, 79, 81, l("Black Scorpion"), 1074, 5, "Lieutenant Dausen::OnBlackScorpionDeath"); - areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 5, "Lieutenant Dausen::OnBlackScorpion2Death"); + areamonster("004-1", 0, 0, 79, 81, "Black Scorpion", 1074, 5, "Lieutenant Dausen::OnBlackScorpionDeath"); + areamonster("003-1", 0, 0, 120, 155, "Black Scorpion", 1074, 5, "Lieutenant Dausen::OnBlackScorpion2Death"); mapannounce("003-1", "##2Message to all Tulimshar NPCs: Take shelter!", bc_map); disablenpc "Ched"; disablenpc "Aahna"; @@ -150,49 +150,53 @@ OnTimer5000: disablenpc "Tamiloc"; disablenpc "Tinris"; disablenpc "#water_animation0"; + disablenpc "Luca"; end; OnTimer15000: - areamonster("004-1", 0, 0, 79, 81, l("Black Scorpion"), 1074, 5, "Lieutenant Dausen::OnBlackScorpionDeath"); - areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 10, "Lieutenant Dausen::OnBlackScorpion2Death"); + areamonster("004-1", 0, 0, 79, 81, ("Black Scorpion"), 1074, 5, "Lieutenant Dausen::OnBlackScorpionDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 10, "Lieutenant Dausen::OnBlackScorpion2Death"); disablenpc "Aidan"; disablenpc "Inar"; disablenpc "Malivox"; + disablenpc "Estard"; + disablenpc "Malindou"; + disablenpc "Jhedia"; end; OnTimer60000: - areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 3, "Lieutenant Dausen::OnBlackScorpion2Death"); - areamonster("003-1", 0, 0, 120, 155, l("Green Slime"), 1085, 10, "Lieutenant Dausen::OnGreenSlimeDeath"); - areamonster("003-1", 0, 0, 120, 155, l("Candied Slime"), 1089, 1, "Lieutenant Dausen::OnCandiedSlimeDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 3, "Lieutenant Dausen::OnBlackScorpion2Death"); + areamonster("003-1", 0, 0, 120, 155, ("Green Slime"), 1085, 10, "Lieutenant Dausen::OnGreenSlimeDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Candied Slime"), 1089, 1, "Lieutenant Dausen::OnCandiedSlimeDeath"); end; OnTimer120000: - areamonster("003-1", 0, 0, 120, 155, l("Slime Blast"), 1090, 15); - areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 3, "Lieutenant Dausen::OnBlackScorpion2Death"); - areamonster("003-1", 0, 0, 120, 155, l("Green Slime"), 1085, 10, "Lieutenant Dausen::OnGreenSlimeDeath"); - areamonster("003-1", 0, 0, 120, 155, l("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 15); + areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 3, "Lieutenant Dausen::OnBlackScorpion2Death"); + areamonster("003-1", 0, 0, 120, 155, ("Green Slime"), 1085, 10, "Lieutenant Dausen::OnGreenSlimeDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath"); end; OnTimer180000: - areamonster("003-1", 0, 0, 120, 155, l("Slime Blast"), 1090, 25); - areamonster("003-1", 0, 0, 120, 155, l("Candied Slime"), 1089, 10, "Lieutenant Dausen::OnCandiedSlimeDeath"); - areamonster("003-1", 0, 0, 120, 155, l("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 25); + areamonster("003-1", 0, 0, 120, 155, ("Candied Slime"), 1089, 10, "Lieutenant Dausen::OnCandiedSlimeDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath"); end; OnTimer240000: mapannounce("003-1", "##1The Monster King is getting tired of resistance!", bc_map); - areamonster("003-1", 0, 0, 120, 155, l("Slime Blast"), 1090, 25); - areamonster("003-1", 0, 0, 120, 155, l("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath"); + areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 25); + areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath"); end; OnTimer300000: mapannounce("003-1", "##1The Monster King is withdrawing!", bc_map); end; -OnTimer350000: +OnTimer2000: killmonsterall("003-1", 0); killmonsterall("004-1", 0); - announce(l("Tulimshar siege is over!"), bc_all); + announce(("Tulimshar siege is over!"), bc_all); enablenpc "Ched"; enablenpc "Aahna"; enablenpc "Constable Perry"; @@ -218,6 +222,10 @@ OnTimer350000: enablenpc "Aidan"; enablenpc "Inar"; enablenpc "Malivox"; + enablenpc "Luca"; + enablenpc "Estard"; + enablenpc "Malindou"; + enablenpc "Jhedia"; stopnpctimer; end; |