Jump to content
  • 0

@warp @go


ryusama2007

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

Want help to put when the player use warp or go 14 Number effect appears and after 3 second he is teleported.

 

could you please help, I thank you.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

right to use the effect appears, but the command does not work after.

 

Example: @go and @warp

 



-    script    teleport delay    -1,{
OnInit:
    bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand";
    bindatcmd "go",strnpcinfo(3)+"::OnAtcommand";
    end;
 
OnAtcommand:
//    sleep2 2000;
    specialeffect2 14;
    return;
}

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