From e2cb52192a923cfa894b3b9b063fdf3f9fd14e4b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Jul 2018 11:06:36 -0300 Subject: Typos? o.o My reasoning is: %%m it was 2 AM then... --- npc/003-1/ched.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/003-1/ched.txt') diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index 9ef2a8d5c..41d977cf4 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -8,7 +8,7 @@ 003-1,62,48,0 script Ched NPC_PLAYER,{ function ValidSSC { - return countitem(CactusCoktail)+countitem(CherryCoktail)+countitem(AppleCoktail); + return countitem(CactusCocktail)+countitem(CherryCocktail)+countitem(AppleCocktail); } function ScoreSSC { .@nb = query_sql("SELECT c.name, i.count2 FROM `quest` AS i, `char` AS c WHERE i.quest_id=305 AND i.char_id=c.char_id ORDER BY i.count2 DESC LIMIT 10", .@name$, .@value); @@ -33,13 +33,13 @@ next; } function DepositSSC { - .@pts=.@pts+countitem(CactusCoktail)*1; - .@pts=.@pts+countitem(CherryCoktail)*3; - .@pts=.@pts+countitem(AppleCoktail)*5; + .@pts=.@pts+countitem(CactusCocktail)*1; + .@pts=.@pts+countitem(CherryCocktail)*3; + .@pts=.@pts+countitem(AppleCocktail)*5; - delitem CactusCocktail, countitem(CactusCoktail); - delitem CherryCocktail, countitem(CherryCoktail); - delitem AppleCocktail, countitem(AppleCoktail); + delitem CactusCocktail, countitem(CactusCocktail); + delitem CherryCocktail, countitem(CherryCocktail); + delitem AppleCocktail, countitem(AppleCocktail); getexp rand(.@pts-1, .@pts*11/10), rand(0,.@pts/25); @@ -79,7 +79,7 @@ L_Summer: { mesn; mesc l("Current score: @@", @ched), 1; - mesc l("Thus far you have collected @@ @@, @@ @@ and @@ @@.", countitem(CactusCoktail), getitemlink(CactusCocktail), countitem(AppleCocktail), getitemlink(AppleCocktail), countitem(CherryCocktail), getitemlink(CherryCocktail)), 2; + mesc l("Thus far you have collected @@ @@, @@ @@ and @@ @@.", countitem(CactusCocktail), getitemlink(CactusCocktail), countitem(AppleCocktail), getitemlink(AppleCocktail), countitem(CherryCocktail), getitemlink(CherryCocktail)), 2; mesc l("You can convert these items in event points and claim rewards at autumn."), 2; next; select -- cgit v1.2.3-70-g09d2