Ver código fonte

Fixed some typo

Atemo 9 anos atrás
pai
commit
01e041874c

+ 2 - 2
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

+ 1 - 1
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;
 		}

+ 2 - 2
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;