Jump to content
  • 0

About announcing two different WOE


Rebel

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  436
  • Reputation:   31
  • Joined:  02/19/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  436
  • Reputation:   31
  • Joined:  02/19/12
  • Last Seen:  

tnx @Euphy

Edited by Razor X
Link to comment
Share on other sites

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.

×
×
  • Create New...