diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/quests/quests_izlude.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/quests/quests_izlude.txt')
-rw-r--r-- | npc/quests/quests_izlude.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/quests/quests_izlude.txt b/npc/quests/quests_izlude.txt index 8dc2e8f31..e95b8b2b7 100644 --- a/npc/quests/quests_izlude.txt +++ b/npc/quests/quests_izlude.txt @@ -1,20 +1,20 @@ //===== Hercules Script ====================================== //= Quest NPCs related to Izlude -//===== By: ================================================== +//===== By: ================================================== //= Evera and The rAthena Dev Team //= L0ne_W0lf -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1 -//===== Description: ========================================= +//===== Description: ========================================= //= Edgar's Offer: -//= - [Aegis conversion] +//= - [Official Conversion] //= - Variables in use: MISC_QUEST (Bit 16) -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 Initial release [Evera] //= 1.1 Updated to 10.3 standard. [L0ne_W0lf] //============================================================ -// Edgar's Offer +// Edgar's Offer :: iz_npc //============================================================ - script ::Edgar_izlude -1,{ if (MISC_QUEST & 16) { @@ -32,7 +32,7 @@ mes "get some more cash?"; close ; } - set zeny,zeny-250; + set Zeny, Zeny-250; warp "alberta",195,164; end; } @@ -41,7 +41,7 @@ close; } mes "[Edgar]"; - mes "My town, Izlude, is connected to Alberta by the harbor in the West. There is so much traffic between us, I almost become an Albertian. Hehehe~"; + mes "My town, Izlude, is connected to Alberta by the harbor in the West. There is so much traffic between us, I almost become an Albertian. Hehehe~"; next; mes "[Edgar]"; mes "There's this guy I know pretty well, Phelix, who lives in Alberta. That guy is really stingy... He charges for everything!"; @@ -79,7 +79,7 @@ mes "some more."; close; } - set zeny,zeny-250; + set Zeny, Zeny-250; warp "alberta",195,164; end; } |