I was just wondering how can I make my npc work? I'm trying to make it only shows up on 3PM Server time, Once 30,20,10 minutes passed it will announce how many time remaining and it ends on 4PM server time I've tried doing scripts with or without bases all of them failed and didn't work. Here's a final script I've done so far.. *Copied from some event npcs*
- script bossnia#disable -1,{OnInit:disablenpc "Bossnia";end;}OnClock1500:goto startbossnia;startbossnia:announce "Bossnia: You wretched players.",0;sleep2 10000;announce "Can you face the wrath of the monsters in my map?",0;sleep2 10000;announce "Come inside if you dare.. *Evil laugh*",0;sleep2 10000;announce "A random NPC showed up in Prontera!",0;enablenpc "Bossnia";initnpctimer;end;OnTimer1800000: announce "Bossnia: Last 30 Minutes before the entrance closes.",0;sleep2 5000;announce "Bossnia: Are all scared? Come on >:)",0;end;OnTimer2400000: announce "Bossnia: Last 20 Minutes before the entrance closes.",0;end;OnTimer3000000:announce "Bossnia: Last 10 Minutes before the entrance closes.",0;end;OnTimer3600000:announce "Bossnia: Times up! I will summon him again tomorrow.",0;OnTimer3610000: disablenpc "Bossnia";stopnpctimer;end;}
I was just wondering how can I make my npc work? I'm trying to make it only shows up on 3PM Server time, Once 30,20,10 minutes passed it will announce how many time remaining and it ends on 4PM server time I've tried doing scripts with or without bases all of them failed and didn't work. Here's a final script I've done so far.. *Copied from some event npcs*
Share this post
Link to post
Share on other sites