From a7e6f0717a6d2e4c409b81eec58dad71fb668887 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Oct 2019 19:38:36 -0300 Subject: Baktar - No longer accept Daggers. Payment raised. --- npc/020-4/baktar.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/020-4') 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; } -- cgit v1.2.3-70-g09d2