Rebel Posted July 26, 2012 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
Euphy Posted July 26, 2012 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
Rebel Posted July 27, 2012 Author Posted July 27, 2012 (edited) tnx @Euphy Edited July 27, 2012 by Razor X Quote
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..
)
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.