diff options
author | seifert10 <luis.seifert@gmail.com> | 2015-01-25 14:40:02 -0200 |
---|---|---|
committer | seifert10 <luis.seifert@gmail.com> | 2015-01-25 14:40:02 -0200 |
commit | ccec46fa16ca4b8660a308ae5c5f42a666b77457 (patch) | |
tree | 8d0c72205f4c81147776788b586d11f0842c0ee9 | |
parent | 6a539f3c1cc00c9d9f870846a09622a167cfbdfa (diff) | |
download | hercules-ccec46fa16ca4b8660a308ae5c5f42a666b77457.tar.gz hercules-ccec46fa16ca4b8660a308ae5c5f42a666b77457.tar.bz2 hercules-ccec46fa16ca4b8660a308ae5c5f42a666b77457.tar.xz hercules-ccec46fa16ca4b8660a308ae5c5f42a666b77457.zip |
Update lvl4_weapon_quest.txt
you can change the "npchand == 1" to "npchand1 == 1" or simply change the "npchand1 = random(1,3)" to "npchand = random(1,3)"
-rw-r--r-- | npc/quests/lvl4_weapon_quest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/lvl4_weapon_quest.txt b/npc/quests/lvl4_weapon_quest.txt index e31ea53c3..509a06766 100644 --- a/npc/quests/lvl4_weapon_quest.txt +++ b/npc/quests/lvl4_weapon_quest.txt @@ -3273,13 +3273,13 @@ niflheim,331,72,3 script Waltboughst#lv4 4_M_NFDEADMAN,{ mes "[Waltboughst]"; mes "Okay..."; mes "I wrote down..."; - if (.@npchand == 1) { + if (.@npchand1 == 1) { mes "Scissors"; } - else if (.@npchand == 2) { + else if (.@npchand1 == 2) { mes "Rock"; } - else if (.@npchand == 3) { + else if (.@npchand1 == 3) { mes "Paper"; } if (.@npchand2 == 1) { |