diff options
author | Haru <haru@dotalux.com> | 2015-08-10 05:47:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-10 05:47:31 +0200 |
commit | 5e7ad85e29400fe891c9f1d42aa1c8383a636d76 (patch) | |
tree | a6d29e1185da51e8965a38a3b0aefd6cdc47af3d /npc/re/quests/quests_eclage.txt | |
parent | 08d4e50fecec0fa03d373e672fe95da1dbf87ab2 (diff) | |
download | hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.gz hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.bz2 hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.xz hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.zip |
Minor script cleanup (part 2)
- Replaced leftover sprite IDs with constants
- Corrected some NPC facing directions (in modulo 8)
- Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
Diffstat (limited to 'npc/re/quests/quests_eclage.txt')
-rw-r--r-- | npc/re/quests/quests_eclage.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/quests/quests_eclage.txt b/npc/re/quests/quests_eclage.txt index ba7ea63dd..b2095ecdb 100644 --- a/npc/re/quests/quests_eclage.txt +++ b/npc/re/quests/quests_eclage.txt @@ -87,7 +87,7 @@ dic_fild01,161,266,4 duplicate(Teleport Cat No.1#1) Teleport Cat No.6#6 4_M_BOSS // Eclage's Entrance //============================================================ -ecl_fild01,97,322,0 script #ep14_2Entrance 45,3,3,{ +ecl_fild01,97,322,0 script #ep14_2Entrance WARPNPC,3,3,{ end; OnTouch: @@ -2310,7 +2310,7 @@ ecl_in01,70,88,4 script Sack Merchant#ep14_2 4_M_MERCAT1,{ close; } -eclage,292,265,0 script #ep14_2Yube Entrance 45,2,2,{ +eclage,292,265,0 script #ep14_2Yube Entrance WARPNPC,2,2,{ end; OnTouch: @@ -4136,7 +4136,7 @@ end; } -eclage,200,272,4 script Masione#eclbig 437,{ +eclage,200,272,4 script Masione#eclbig 4_F_FAIRYKID2,{ if (checkweight(Knife,1) == 0 || (MaxWeight - Weight)<2000) { mes "- Stop Here!! -"; mes "- You have too many items. -"; |