diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:40:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:40:41 -0300 |
commit | 04cbd607116e83e9a15c155186e08911b85a14ac (patch) | |
tree | 3b562ee885ed03f1894016b3e0cb45249af54524 /npc/017-1/pet_detective.txt | |
parent | 38d5c77f3fae3299f12a297ef110c8c56311c68b (diff) | |
download | serverdata-04cbd607116e83e9a15c155186e08911b85a14ac.tar.gz serverdata-04cbd607116e83e9a15c155186e08911b85a14ac.tar.bz2 serverdata-04cbd607116e83e9a15c155186e08911b85a14ac.tar.xz serverdata-04cbd607116e83e9a15c155186e08911b85a14ac.zip |
If you are cheating with pets, you'll lose 20% GP. Uh, I don't have what to do
with the money, so I gave it to Hasan.
Diffstat (limited to 'npc/017-1/pet_detective.txt')
-rw-r--r-- | npc/017-1/pet_detective.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index 1355a4013..cca16d3e2 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -27,6 +27,9 @@ mesn l("Ace Ventura"); mesq l("Oh, but we are affiliated with Jesusalva, whom hates cheaters. So, meet your dismissal!"); percentheal -100, 0; + .@val=(Zeny/10)*2; + Zeny=(Zeny/10)*8; // You pay 20% of your GP as tax-money. Hasan gladly takes the money. Jesusalva's happy. + $HASAN_GP+=.@val; } Zeny=Zeny-350000; getexp 0, 500; |