diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 19:38:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 19:38:36 -0300 |
commit | a7e6f0717a6d2e4c409b81eec58dad71fb668887 (patch) | |
tree | 60bbe774802aafc951611ca347542e972527dd87 /npc/020-4 | |
parent | f6c1f938f320ff7a7b23c6ca44951564dafd0762 (diff) | |
download | serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.tar.gz serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.tar.bz2 serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.tar.xz serverdata-a7e6f0717a6d2e4c409b81eec58dad71fb668887.zip |
Baktar - No longer accept Daggers. Payment raised.
Diffstat (limited to 'npc/020-4')
-rw-r--r-- | npc/020-4/baktar.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index c92aec45a..1d9762545 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -89,18 +89,18 @@ L_Collector: close; } - // Gives 2.5× more + // Gives 4.5× more .@sp=getiteminfo(.@id, ITEMINFO_SELLPRICE); mesc l("Really give your @@ to Baktar?", getitemlink(.@id)), 1; mesc l("The item will be lost forever."); next; if (askyesno() == ASK_YES) { delitem .@id, 1; - Zeny+=(.@sp*25/10); + Zeny+=(.@sp*45/10); getexp BaseLevel*.@sp, .@sp; setq2 NivalisQuest_Baktar, .@q2|.@m; mesn; - if (rand(1,5) == 4) mesc l("*cough cough*"); + if (rand2(1,5) == 4) mesc l("*cough cough*"); mesq l("Thanks."); } @@ -164,7 +164,7 @@ OnInit: .TULIMITEM = htnew; htput(.TULIMITEM, str(DesertHat), 1); htput(.TULIMITEM, str(SerfHat), 2); - htput(.TULIMITEM, str(Dagger), 4); + //htput(.TULIMITEM, str(Dagger), 4); end; } |