From a3a4da6faae9403a198ac6c0b60c827cfc393a15 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Apr 2021 04:30:55 -0300 Subject: Sorfina - Auto equip the items when skipping tutorial. --- npc/029-2/sorfina.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/npc/029-2/sorfina.txt b/npc/029-2/sorfina.txt index d9353e4d..8bb911fb 100644 --- a/npc/029-2/sorfina.txt +++ b/npc/029-2/sorfina.txt @@ -261,15 +261,18 @@ L_SkipTut: L_Bye: mes "[Sorfina]"; mes "\"Alright, if you say so. But take at least this. See you later.\""; - getitem "Knife", 1; - getitem "SlingShot", 1; - getitem "SlingBullet", 500; - getitem "HitchhikersTowel", 1; - getitem "CottonShirt", 1; - getitem "RaggedShorts", 1; + getitem Knife, 1; + getitem SlingShot, 1; + getitem SlingBullet, 500; + getitem HitchhikersTowel, 1; + getitem CottonShirt, 1; + getitem RaggedShorts, 1; set Zeny, Zeny + 35; // tanisha gives 5 Zeny QL_BEGIN = 8; - goto L_close; + equip(CottonShirt); + equip(RaggedShorts); + equip(Knife); + close; L_close: close; -- cgit v1.2.3-60-g2f50