diff options
author | Haru <haru@dotalux.com> | 2013-11-28 00:42:20 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-28 00:43:49 +0100 |
commit | 4cc19ba31eaf1cb20f451ff462e1cf9e5ea3def6 (patch) | |
tree | e2dd2640adb13411dee1982e3a7d13c12d4e04b3 /npc/quests/quests_hugel.txt | |
parent | c069e2e9b89f712c6ad6ebba983460408f6da198 (diff) | |
download | hercules-4cc19ba31eaf1cb20f451ff462e1cf9e5ea3def6.tar.gz hercules-4cc19ba31eaf1cb20f451ff462e1cf9e5ea3def6.tar.bz2 hercules-4cc19ba31eaf1cb20f451ff462e1cf9e5ea3def6.tar.xz hercules-4cc19ba31eaf1cb20f451ff462e1cf9e5ea3def6.zip |
Revert "Cleaned up Zeny manipulation in scripts."
Reverted due to a serious regression.
I'll commit this again once I fixed the issue in the script engine.
Sorry for the inconvenience.
This reverts commit 4faa0ec9df7067cee3eb1c1953fccc6c2f842179.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/quests_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index e554216e4..6c8a8978f 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -3461,7 +3461,7 @@ einbech,208,124,3 script Bomb Maker 4_M_REPAIR,{ mes "[Boomer]"; mes "Just make sure that you are not going to"; mes "blow yourself away with this bomb, hahah!"; - Zeny -=3000; + set Zeny,Zeny-3000; getitem 7138,1; //Marine Sphere Bottle close; case 2: @@ -5567,7 +5567,7 @@ hu_in01,15,372,3 script Cellette Lavit 1_F_MERCHANT_02,{ mes "bowl of Fish Cake Soup."; mes "I hope you come and "; mes "visit me again, okay?"; - Zeny -=100; + set Zeny,Zeny-100; getitem 584,1; //Fish_Ball_Soup close; } else { @@ -5625,7 +5625,7 @@ hu_in01,15,372,3 script Cellette Lavit 1_F_MERCHANT_02,{ mes "There, I took 100 zeny"; mes "from you. That's fair, so"; mes "please don't lose it this time."; - Zeny -=100; + set Zeny,Zeny-100; getitem 584,1; //Fish_Ball_Soup close; } else { @@ -5666,7 +5666,7 @@ hu_in01,15,372,3 script Cellette Lavit 1_F_MERCHANT_02,{ mes "There, I took 100 zeny"; mes "from you. That's fair, so"; mes "please don't lose it this time."; - Zeny -=100; + set Zeny,Zeny-100; getitem 584,1; //Fish_Ball_Soup close; } else { @@ -5708,7 +5708,7 @@ hu_in01,15,372,3 script Cellette Lavit 1_F_MERCHANT_02,{ mes "There, I took 100 zeny"; mes "from you. That's fair, so"; mes "please don't lose it this time."; - Zeny -=100; + set Zeny,Zeny-100; getitem 584,1; //Fish_Ball_Soup close; } else { @@ -5749,7 +5749,7 @@ hu_in01,15,372,3 script Cellette Lavit 1_F_MERCHANT_02,{ mes "There, I took 100 zeny"; mes "from you. That's fair, so"; mes "please don't lose it this time."; - Zeny -=100; + set Zeny,Zeny-100; getitem 584,1; //Fish_Ball_Soup close; } else { @@ -9525,7 +9525,7 @@ hugel,209,109,2 script Boatman#hugel 4_M_SEAMAN,{ mes "We'll arrive near"; mes "the Odin Shrine soon~"; close2; - Zeny -=800; + set Zeny,Zeny -800; if (hg_odin == 2) set hg_odin,3; else if (hg_odin == 4) set hg_odin,5; else if (hg_odin == 12) set hg_odin,13; |