swapped 2 lines to make NPC name visible
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9028 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5b5aa4081c
commit
18bb0d3b0e
@ -14,13 +14,12 @@
|
|||||||
|
|
||||||
prontera.gat,146,92,3 script Cellerb 58,{
|
prontera.gat,146,92,3 script Cellerb 58,{
|
||||||
set @npcname$,"[Staff Idul Fitri]";
|
set @npcname$,"[Staff Idul Fitri]";
|
||||||
|
mes @npcname$;
|
||||||
if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) {
|
if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) {
|
||||||
mes "Congratulation! Celebrate Feast Day Of Ramadan Idul Fitri 1427 H.";
|
mes "Congratulation! Celebrate Feast Day Of Ramadan Idul Fitri 1427 H.";
|
||||||
specialeffect 139;
|
specialeffect 139;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
mes @npcname$;
|
|
||||||
mes "Haii......^FF8800"+strcharinfo(0)+"^000000!!";
|
mes "Haii......^FF8800"+strcharinfo(0)+"^000000!!";
|
||||||
mes "First day of Idulfitri has arrived.";
|
mes "First day of Idulfitri has arrived.";
|
||||||
mes "Congratulation celebrate him.";
|
mes "Congratulation celebrate him.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user