diff options
author | Taylor Locke <kisuka@kisuka.com> | 2013-11-25 06:03:06 -0800 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2013-11-25 06:03:06 -0800 |
commit | 4faa0ec9df7067cee3eb1c1953fccc6c2f842179 (patch) | |
tree | 2ad86f1414ff35cf96a8ec5577a978d533072750 /npc/quests/gunslinger_quests.txt | |
parent | 463cbc94ea4124a35ad5bf3222b510ad979d8805 (diff) | |
download | hercules-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/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index a37841f89..5cb9e3b8a 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -311,7 +311,7 @@ SubGarrison: delitem 999,50; //Steel delitem 1003,50; //Coal delitem 7317,20; //Rusty Screw - set Zeny,Zeny-30000; + Zeny -=30000; getitem 13104,1; //Garrison close; @@ -586,7 +586,7 @@ SubInferno: mes "I see you have the proper amount of materials and Zeny."; mes "Here is the Inferno I've created for you."; mes "Use it well."; - set Zeny,Zeny-200000; + Zeny -=200000; delitem 7319,100; delitem 984,10; delitem 7317,50; @@ -859,7 +859,7 @@ SubDestroyer: mes "You've got the perfect materials and Zeny~"; mes "Here's the Destroyer I made ahead of time for you."; mes "Use it well."; - set Zeny,Zeny-100000; + Zeny -=100000; delitem 7319,50; delitem 984,5; delitem 7317,70; @@ -993,7 +993,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{ mes "Please clear your inventory."; close; } - set Zeny,Zeny-100000; + Zeny -=100000; set gun_na,0; getitem 13158,1; mes "[N. A]"; @@ -1022,7 +1022,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{ delitem 984,3; delitem 1003,70; delitem 7317,50; - set Zeny,Zeny-50000; + Zeny -=50000; set gun_na,11; mes "[N. A]"; mes "Aha, you got me all the"; |