diff options
author | Darren <darrensapalo@users.noreply.github.com> | 2019-01-08 16:29:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 16:29:27 +0800 |
commit | 9469b72361a8891311b8f38d7d938da27a767579 (patch) | |
tree | bc846b170663eb0f6d926b409abccbd3259029e7 /npc/re | |
parent | c36713f883a9526c2eb985e89b840ba1deff8fe2 (diff) | |
download | hercules-9469b72361a8891311b8f38d7d938da27a767579.tar.gz hercules-9469b72361a8891311b8f38d7d938da27a767579.tar.bz2 hercules-9469b72361a8891311b8f38d7d938da27a767579.tar.xz hercules-9469b72361a8891311b8f38d7d938da27a767579.zip |
Updated order of Rune Knight equipment
Based on kRO reference, the order to be followed is: greaves, cloak, seal, plate.
Diffstat (limited to 'npc/re')
-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 faefeb01c..a353d3db4 100644 --- a/npc/re/merchants/enchan_mora.txt +++ b/npc/re/merchants/enchan_mora.txt @@ -580,8 +580,8 @@ mora,152,97,5 script Guardian of Power#pa082 4_F_DOGTRAVELER,{ next; switch(.@job) { case 0: // Rune Knight - setarray .@items[0],2475,2476,2574,2575,15036,15037,2883,2884; - .@i = select("Cancel", "Ur's Greaves (Shoes)", "Peuz's Greaves (Shoes)", "Ur's Manteau (Garment)", "Peuz's Manteau (Garment)", "Ur's Plate (Armor", "Peuz's Plate (Armor)", "Ur's Seal (Accessory)", "Peuz's Seal (Accessory)")-2; + setarray .@items[0],2475,2574,2883,15036,2575,2476,2884,15037; + .@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; |