Jump to content
  • 0

About announcing two different WOE


Question

Posted

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

Posted

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; }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...