diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-19 22:46:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-19 22:46:09 -0300 |
commit | 65931ab5041b74398048f8117349f58ff7c489be (patch) | |
tree | 332908ed577f69777d93ee295b28e0865fa61dd4 /npc/012-2 | |
parent | faab777e0ba5c88703bfac794b2ce8b45f48b5e9 (diff) | |
download | serverdata-65931ab5041b74398048f8117349f58ff7c489be.tar.gz serverdata-65931ab5041b74398048f8117349f58ff7c489be.tar.bz2 serverdata-65931ab5041b74398048f8117349f58ff7c489be.tar.xz serverdata-65931ab5041b74398048f8117349f58ff7c489be.zip |
Change Melina Price stead drop formular08.5_190319
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/helena.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 9c07a0f8d..cb3fdb2f2 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -52,7 +52,7 @@ L_Daily: Zeny=Zeny+600; // 600/550 = 9.09% bonus //Zeny=Zeny+800; // 800/550 = 45.45% bonus getexp 2000, 0; - $HELENA_ST=$HELENA_ST+1; + $HELENA_ST=$HELENA_ST+2; mesn; mesq l("Many thanks! %%s"); next; @@ -62,6 +62,7 @@ L_Daily: delitem BanditHood, 5; Zeny=Zeny+250; // 250/155 = 61.29% bonus getexp 3000, 5; + $HELENA_ST=$HELENA_ST+1; mesn; mesq l("Many thanks! %%s"); next; |