From 01e041874c3fdce5f5130b92850919201612ae7f Mon Sep 17 00:00:00 2001 From: Atemo Date: Wed, 2 Dec 2015 01:54:07 +0100 Subject: [PATCH] Fixed some typo --- doc/script_commands.txt | 4 ++-- npc/events/MemorialDay_2008.txt | 2 +- npc/events/christmas_2008.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a4d3053eb0..b209ed60ed 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5223,10 +5223,10 @@ displaying the skill's effect. heal 2000,0; skilleffect 28,2000; // Blessing Level 10 - sc_start 10,240000,10; + sc_start SC_BLESSING,240000,10; skilleffect 34,0; // Increase AGI Level 5 - sc_start 12,140000,5; + sc_start SC_INCREASEAGI,140000,5; skilleffect 29,0; This will heal the character with 2000 HP, buff it with Blessing Lv 10 and diff --git a/npc/events/MemorialDay_2008.txt b/npc/events/MemorialDay_2008.txt index 2dae101fe8..a50bedae0d 100644 --- a/npc/events/MemorialDay_2008.txt +++ b/npc/events/MemorialDay_2008.txt @@ -92,7 +92,7 @@ prontera,182,214,4 script Lauds#Memorial 58,{ delitem 1059,30; delitem 914,20; getitem 6025,1; - getnameditem 6025," + strcharinfo(0) + "; + getnameditem 6025,strcharinfo(0); set Memorial08,2; close; } diff --git a/npc/events/christmas_2008.txt b/npc/events/christmas_2008.txt index 81b7009034..cbe9155741 100644 --- a/npc/events/christmas_2008.txt +++ b/npc/events/christmas_2008.txt @@ -135,7 +135,7 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{ next; emotion e_heh; delitem 6092,6; - getnameditem 12354,"+strcharinfo(0)+"; + getnameditem 12354,strcharinfo(0); mes "[Caroller]"; mes "Let's care about others around you on this Christmas season!"; close; @@ -418,7 +418,7 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{ next; emotion e_ok; getitem 2784,1; - getnameditem 12354,"+strcharinfo(0)+"; + getnameditem 12354,strcharinfo(0); delitem 1019,10; delitem 1005,1; delitem 7312,1;