skuray Posted November 25, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/16/18 Last Seen: February 25, 2022 Share Posted November 25, 2018 I am sorry my english skills are bad I need an event npc that has (cutin) that open every 2 in 2 hours and teleport the players to the event map if the event is open.And that announces in the game the opening of the event. thank u Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted November 25, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Yesterday at 05:28 AM Share Posted November 25, 2018 (edited) I didn't understand very well, but here you go: prontera,100,100,4 script Event 100,{ if(.event_open) { cutin "cutin",1; sleep2 5000; warp "map",x,y; } else { mes "Event is not open."; } close; OnMinute00: if(gettime(DT_HOUR)%4 == 0) { .event_open = 1; announce "Event is open for 5 minutes.",bc_all|bc_blue; sleep 5*60*1000; // 5 minutes open .event_open = 0; } end; } Edited November 25, 2018 by n0tttt 1 Quote Link to comment Share on other sites More sharing options...
0 skuray Posted November 25, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 07/16/18 Last Seen: February 25, 2022 Author Share Posted November 25, 2018 I'm going to rephrase my text, forgive me. I need an event that stays on every day at 9 pm and on weekends every 12 hours. if the event is on the players teleport to the event map. I need an Event Scrip that get working on monday to friday at 9 pm. On the weekends at 12:00(noon) to 00:00( midnight). If on warp players to event map. thank you Quote Link to comment Share on other sites More sharing options...
Question
skuray
I am sorry my english skills are bad
I need an event npc
that has (cutin)
that open every 2 in 2 hours and teleport the players to the event map if the event is open.And that announces in the game the opening of the event.
thank u
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.