From c18b1f6fe7feb56039c9dbca86907267eb587d9d Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 15 Feb 2015 12:19:33 -0600 Subject: fix sprites --- world/map/npc/029-1/hasan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/029-1/hasan.txt') diff --git a/world/map/npc/029-1/hasan.txt b/world/map/npc/029-1/hasan.txt index cf5298f5..a52a57ca 100644 --- a/world/map/npc/029-1/hasan.txt +++ b/world/map/npc/029-1/hasan.txt @@ -156,7 +156,7 @@ OnTouch: end; goto L_Main; } -029-1,0,0,0|script|#ScorpionTrigger|35 +029-1,0,0,0|script|#ScorpionTrigger|32767 { end; -- cgit v1.2.3-70-g09d2 From d64e30a251b85ea68fcc955427856bdd4824bf33 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 15 Feb 2015 12:24:09 -0600 Subject: fix mes strings --- world/map/npc/029-1/hasan.txt | 2 +- world/map/npc/029-1/hideandseek.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/029-1/hasan.txt') diff --git a/world/map/npc/029-1/hasan.txt b/world/map/npc/029-1/hasan.txt index a52a57ca..1cded616 100644 --- a/world/map/npc/029-1/hasan.txt +++ b/world/map/npc/029-1/hasan.txt @@ -65,7 +65,7 @@ L_Main: mes "[Unfriendly Guy]"; mes "\"What are you looking at?\""; menu - "What ever you call maggot slime scrapped off a boat after a walk through the sewers.\"", L_Fight, + "What ever you call maggot slime scrapped off a boat after a walk through the sewers.", L_Fight, "Who me? I saw nothing, just passing by.", L_Close; L_FightAgain: diff --git a/world/map/npc/029-1/hideandseek.txt b/world/map/npc/029-1/hideandseek.txt index 31653f95..51280978 100644 --- a/world/map/npc/029-1/hideandseek.txt +++ b/world/map/npc/029-1/hideandseek.txt @@ -116,7 +116,7 @@ L_Doing: callfunc "CountHideNSeek"; mes "[Ayasha]"; mes "\"You still need to find some of my friends. You have found " + @hidden_kid_cnt + " out of 5 of my friends.\""; - mes "Remember, they're hiding somewhere on the island, you will have to explore to find them. They could be hiding anywhere.\""; + mes "\"Remember, they're hiding somewhere on the island, you will have to explore to find them. They could be hiding anywhere.\""; goto L_Close; L_Reward: -- cgit v1.2.3-70-g09d2