diff options
Diffstat (limited to 'npc/020-4/baktar.txt')
-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; } |