diff options
Diffstat (limited to 'npc/events/idul_fitri.txt')
-rw-r--r-- | npc/events/idul_fitri.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt index 557ce62c9..b308335cb 100644 --- a/npc/events/idul_fitri.txt +++ b/npc/events/idul_fitri.txt @@ -1,16 +1,16 @@ //===== Hercules Script ====================================== //= Feast Day Of Ramadan Idul Fitri Event -//===== By: ================================================== +//===== By: ================================================== //= $ephiroth -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1 -//===== Description: ========================================= +//===== Description: ========================================= //= Info : Official idRO //= 2006/10/16: 1.0 Release and fully working. [$ephiroth] //= 1.1 Replaced effect numerics with constants. [Samuray22] //============================================================ -prontera,146,92,3 script Cellerb 58,{ +prontera,146,92,3 script Cellerb 1_M_MERCHANT,{ mes "[Staff Idul Fitri]"; if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) { mes "Congratulation! Celebrate Feast Day Of Ramadan Idul Fitri 1427 H."; @@ -68,4 +68,4 @@ prontera,146,92,3 script Cellerb 58,{ emotion e_hmm; close; } -} +}
\ No newline at end of file |