Rebel Posted July 26, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted July 26, 2012 i have two different woe in one day its trans on 4to5pm and 3rdjob on 7to8pm.. i want to edit my woe script in which is Toasty Woe controller.. when the woe started i want different announcement for the two.. for trans. iwant. The Ancient WOE has just begun.. and for 3rd without the word ancient.. same goes for the ending.. i tried to edit it myself but it doesnt work so im asking now for help..thanks.. ) Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 26, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 26, 2012 Add time restrictions to LoadEvent triggers that kick out your specified classes. if (gettime(3) >= 16 && gettime(3) <= 17 && Upper != 1) { warp "SavePoint",0,0; end; } if (gettime(3) >= 19 && gettime(3) <= 20 && Class > 4049) { warp "SavePoint",0,0; end; } Quote Link to comment Share on other sites More sharing options...
Rebel Posted July 27, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Author Share Posted July 27, 2012 (edited) tnx @Euphy Edited July 27, 2012 by Razor X Quote Link to comment Share on other sites More sharing options...
Question
Rebel
i have two different woe in one day
its trans on 4to5pm and 3rdjob on 7to8pm..
i want to edit my woe script in which is Toasty Woe controller.. when the woe started i want different announcement for the two..
for trans. iwant.
The Ancient WOE has just begun..
and for 3rd without the word ancient..
same goes for the ending..
i tried to edit it myself but it doesnt work so im asking now for help..thanks..
)
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.