diff options
author | Darren <darrensapalo@users.noreply.github.com> | 2019-01-08 16:34:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 16:34:12 +0800 |
commit | 396a268aa89dab0a60f75a678e0f0e95238e2dbf (patch) | |
tree | b2510f3f1b7bf9178eb8dda9e82d34e6dc6a77a1 /npc | |
parent | 9469b72361a8891311b8f38d7d938da27a767579 (diff) | |
download | hercules-396a268aa89dab0a60f75a678e0f0e95238e2dbf.tar.gz hercules-396a268aa89dab0a60f75a678e0f0e95238e2dbf.tar.bz2 hercules-396a268aa89dab0a60f75a678e0f0e95238e2dbf.tar.xz hercules-396a268aa89dab0a60f75a678e0f0e95238e2dbf.zip |
Updated order for guillotine cross equipment
Followed kRO reference: greaves, garment, accessory, armor.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/merchants/enchan_mora.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/merchants/enchan_mora.txt b/npc/re/merchants/enchan_mora.txt index a353d3db4..63413e11a 100644 --- a/npc/re/merchants/enchan_mora.txt +++ b/npc/re/merchants/enchan_mora.txt @@ -584,8 +584,8 @@ mora,152,97,5 script Guardian of Power#pa082 4_F_DOGTRAVELER,{ .@i = select("Cancel", "Ur's Greaves (Shoes)", "Ur's Manteau (Garment)", "Ur's Seal (Accessory)", "Ur's Plate (Armor)", "Peuz's Greaves (Shoes)", "Peuz's Manteau (Garment)", "Peuz's Seal (Accessory)", "Peuz's Plate (Armor)" )-2; break; case 1: // Guillotine Cross - setarray .@items[0],2477,2478,2577,2578,15038,15039,2886,2887; - .@i = select("Cancel", "Sapha Shoes (Shoes)", "Nab Shoes (Shoes)", "Sapha Hood (Garment)", "Nab Hood (Garment)", "Sapha's Cloth (Armor)", "Nab's Cloth (Armor)", "Sapha Ring (Accessory)", "Nab Ring (Accessory)")-2; + setarray .@items[0],2477,2577,2886,15038,2478,2578,2887,15039; + .@i = select("Cancel", "Sapha Shoes (Shoes)", "Sapha Hood (Garment)", "Sapha Ring (Accessory)", "Sapha's Cloth (Armor)", "Nab Shoes (Shoes)", "Nab Hood (Garment)", "Nab Ring (Accessory)", "Nab's Cloth (Armor)" )-2; break; case 2: // Ranger setarray .@items[0],2479,2480,2580,2581,15042,15043,2890,2891; |