summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/card_remover.txt6
-rw-r--r--npc/custom/heal.txt5
-rw-r--r--npc/custom/warper.txt2
3 files changed, 6 insertions, 7 deletions
diff --git a/npc/custom/card_remover.txt b/npc/custom/card_remover.txt
index 34855dbd5..b2dce9b6f 100644
--- a/npc/custom/card_remover.txt
+++ b/npc/custom/card_remover.txt
@@ -14,9 +14,9 @@
//============================================================
prt_in,28,73,4 script Wise Old Woman#eAcustom 78,{
- .zenycost = 200000; // Set base cost in zeny of the card remover services
- .percardcost = .percardcost; // set cost per card of the card remover services
- .faildestroy = 1; // Should the card remover have a chance of failure that destroys items?
+ set .zenycost,200000; // Set base cost in zeny of the card remover services
+ set .percardcost,25000; // set cost per card of the card remover services
+ set .faildestroy,1; // Should the card remover have a chance of failure that destroys items? 1 = Yes, 0 = No.
mes "[Wise Old Woman]";
mes "Good day, young one. I have the power to remove cards that you have compounded onto your equipment. Does this idea please you?";
next;
diff --git a/npc/custom/heal.txt b/npc/custom/heal.txt
index 9ef5a6fc5..7b63bd508 100644
--- a/npc/custom/heal.txt
+++ b/npc/custom/heal.txt
@@ -1,7 +1,6 @@
- script healer -1,{
set .payment,0; // Charge for heals? 1 = yes, 0 = no
- .price = 100; // How much zeny to charge for heals?
- callfunc "F_ClearGarbage",0;
+ set .price,100; // How much zeny to charge for heals?
mes "[Healer]";
mes "I have amazing healing powers!!";
@@ -22,7 +21,7 @@
mes "Have fun adventuring!!";
break;
case 2:
- mes "[Healer]";
+ mes "[Healer]";
mes "Alright, come back if you need a heal.";
break;
}
diff --git a/npc/custom/warper.txt b/npc/custom/warper.txt
index 60b8b44a5..0e03f467d 100644
--- a/npc/custom/warper.txt
+++ b/npc/custom/warper.txt
@@ -227,7 +227,7 @@ hugel,88,151,5 duplicate(warpra) Warp Agent#13 859
lighthalzen,155,79,6 duplicate(warpra) Warp Agent#14 859
louyang,210,106,4 duplicate(warpra) Warp Agent#15 859
morocc,156,95,4 duplicate(warpra) Warp Agent#16 859
-prontera,161,192,4 duplicate(warpra) Warp Agent#17 859
+prontera,160,190,4 duplicate(warpra) Warp Agent#17 859
payon,182,110,4 duplicate(warpra) Warp Agent#18 859
umbala,132,130,4 duplicate(warpra) Warp Agent#19 859
xmas,150,136,4 duplicate(warpra) Warp Agent#20 859