summaryrefslogtreecommitdiff
path: root/npc/quests/quests_ein.txt
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2013-11-25 06:03:06 -0800
committerTaylor Locke <kisuka@kisuka.com>2013-11-25 06:03:06 -0800
commit4faa0ec9df7067cee3eb1c1953fccc6c2f842179 (patch)
tree2ad86f1414ff35cf96a8ec5577a978d533072750 /npc/quests/quests_ein.txt
parent463cbc94ea4124a35ad5bf3222b510ad979d8805 (diff)
downloadhercules-4faa0ec9df7067cee3eb1c1953fccc6c2f842179.tar.gz
hercules-4faa0ec9df7067cee3eb1c1953fccc6c2f842179.tar.bz2
hercules-4faa0ec9df7067cee3eb1c1953fccc6c2f842179.tar.xz
hercules-4faa0ec9df7067cee3eb1c1953fccc6c2f842179.zip
Cleaned up Zeny manipulation in scripts.
Diffstat (limited to 'npc/quests/quests_ein.txt')
-rw-r--r--npc/quests/quests_ein.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt
index 51d7e5869..cbef14b72 100644
--- a/npc/quests/quests_ein.txt
+++ b/npc/quests/quests_ein.txt
@@ -274,7 +274,7 @@ einbech,97,167,5 script Cavitar 4_M_EINOLD,{
mes "you a small present";
mes "as a token of my gratitute.";
mes "If you would, please take this.";
- set Zeny,Zeny-1000;
+ Zeny -=1000;
set ein_gear1,2;
switch(rand(1,7)) {
case 1:
@@ -331,7 +331,7 @@ einbech,97,167,5 script Cavitar 4_M_EINOLD,{
next;
switch(select("Sure~!:No, thanks.")) {
case 1:
- set Zeny,Zeny-1000;
+ Zeny -=1000;
set ein_gear1,1;
mes "[Cavitar]";
mes "Great...!";
@@ -355,7 +355,7 @@ einbech,97,167,5 script Cavitar 4_M_EINOLD,{
mes "this small gift";
mes "as a token of";
mes "my gratitude.";
- set Zeny,Zeny-1000;
+ Zeny -=1000;
getitem 1010,1; // Phracon
close;
}
@@ -384,7 +384,7 @@ einbech,97,167,5 script Cavitar 4_M_EINOLD,{
next;
switch(select("Sure~!:No, thanks.")) {
case 1:
- set Zeny,Zeny-1000;
+ Zeny -=1000;
set $einamanoama,$einamanoama + 1;
set ein_gear1,1;
mes "[Cavitar]";
@@ -409,7 +409,7 @@ einbech,97,167,5 script Cavitar 4_M_EINOLD,{
mes "this small gift";
mes "as a token of";
mes "my gratitude.";
- set Zeny,Zeny-1000;
+ Zeny -=1000;
getitem 1010,1; // Phracon
close;
}