Fixed some typo

This commit is contained in:
Atemo 2015-12-02 01:54:07 +01:00
parent 2b5332a3b1
commit 01e041874c
3 changed files with 5 additions and 5 deletions

View File

@ -5223,10 +5223,10 @@ displaying the skill's effect.
heal 2000,0; heal 2000,0;
skilleffect 28,2000; skilleffect 28,2000;
// Blessing Level 10 // Blessing Level 10
sc_start 10,240000,10; sc_start SC_BLESSING,240000,10;
skilleffect 34,0; skilleffect 34,0;
// Increase AGI Level 5 // Increase AGI Level 5
sc_start 12,140000,5; sc_start SC_INCREASEAGI,140000,5;
skilleffect 29,0; skilleffect 29,0;
This will heal the character with 2000 HP, buff it with Blessing Lv 10 and This will heal the character with 2000 HP, buff it with Blessing Lv 10 and

View File

@ -92,7 +92,7 @@ prontera,182,214,4 script Lauds#Memorial 58,{
delitem 1059,30; delitem 1059,30;
delitem 914,20; delitem 914,20;
getitem 6025,1; getitem 6025,1;
getnameditem 6025," + strcharinfo(0) + "; getnameditem 6025,strcharinfo(0);
set Memorial08,2; set Memorial08,2;
close; close;
} }

View File

@ -135,7 +135,7 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{
next; next;
emotion e_heh; emotion e_heh;
delitem 6092,6; delitem 6092,6;
getnameditem 12354,"+strcharinfo(0)+"; getnameditem 12354,strcharinfo(0);
mes "[Caroller]"; mes "[Caroller]";
mes "Let's care about others around you on this Christmas season!"; mes "Let's care about others around you on this Christmas season!";
close; close;
@ -418,7 +418,7 @@ prontera,226,306,4 script Caroller#iROxmas08 79,{
next; next;
emotion e_ok; emotion e_ok;
getitem 2784,1; getitem 2784,1;
getnameditem 12354,"+strcharinfo(0)+"; getnameditem 12354,strcharinfo(0);
delitem 1019,10; delitem 1019,10;
delitem 1005,1; delitem 1005,1;
delitem 7312,1; delitem 7312,1;