Jump to content
  • 0

Quest warper


Mau

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   3
  • Joined:  07/04/13
  • Last Seen:  

any script that when you use warper and go to map like Hallow01 Town

you need to finish its quest before entering ?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   7
  • Joined:  01/07/12
  • Last Seen:  

you have to put variable to player in the quest and then use that variables for validate warper.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Upon finishing the quest set a character/account variable : 

set done, 1;
set #done, 1;

Before sending/warping players check if they have done your quest :

if ( #done ) { warp "map",0,0; end; }
if ( done ) { warp "map",0,0; end; }
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   3
  • Joined:  07/04/13
  • Last Seen:  

 

Upon finishing the quest set a character/account variable : 

set done, 1;
set #done, 1;

Before sending/warping players check if they have done your quest :

if ( #done ) { warp "map",0,0; end; }
if ( done ) { warp "map",0,0; end; }

 

oh i'll try this

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...