summaryrefslogtreecommitdiff
path: root/npc/quests/quests_hugel.txt
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2013-11-25 06:03:06 -0800
committerHaru <haru@dotalux.com>2013-11-30 21:38:38 +0100
commit94ac9fe3303c4d604485a4784e8f5c99f5457863 (patch)
treee33f4d96453941392a1d9b721d4a179ba8f89941 /npc/quests/quests_hugel.txt
parentafb2ed27fcc12f86f2418425dd1e7c9b8234a1f2 (diff)
downloadhercules-94ac9fe3303c4d604485a4784e8f5c99f5457863.tar.gz
hercules-94ac9fe3303c4d604485a4784e8f5c99f5457863.tar.bz2
hercules-94ac9fe3303c4d604485a4784e8f5c99f5457863.tar.xz
hercules-94ac9fe3303c4d604485a4784e8f5c99f5457863.zip
Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179
Cleaned up Zeny manipulation in scripts. - It is now finally safe to re-commit. - Removed some unwanted parts of the original commit, that broke the character set in some scripts. [Haru] - Corrected spacing in some edited lines. [Haru]
Diffstat (limited to 'npc/quests/quests_hugel.txt')
-rw-r--r--npc/quests/quests_hugel.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt
index 6c8a8978f..313b999b4 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!";
- set Zeny,Zeny-3000;
+ 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?";
- set Zeny,Zeny-100;
+ 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.";
- set Zeny,Zeny-100;
+ 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.";
- set Zeny,Zeny-100;
+ 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.";
- set Zeny,Zeny-100;
+ 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.";
- set Zeny,Zeny-100;
+ 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;
- set Zeny,Zeny -800;
+ 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;