Jump to content
  • 0

Dynamics traps in a map


Nana

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  12/20/12
  • Last Seen:  

I want make a script with dynamic traps, example,

I have a max X and when someone pass over the tramp the trap make some effect (like stun teh player, or fullstrip, etc), however, when a traps is activated all the other traps in the map change position, so no one can know where could be safe =)

IS this possible? or I have to make this as ontouch NPC ?? I'm a little lost in this idea u_u cause if i do that the cursor said where the scripts are =(

Thanks in advance

Edited by aisha
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   13
  • Joined:  11/14/11
  • Last Seen:  

You have to use the OnTouch Label, BUT!!! You must use the NPC ID 139, since it's and hidden NPC, it doesn't show shadow, and the cursor doesn't change; and it will accept the OnTouch Label.

Give it a try :3

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  12/20/12
  • Last Seen:  

Thanks Miles *O* I'll give a shot tonight n_n ~

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

No need NPC ID

prontera,150,180,5    script    cute ?    -1,1,1,{
OnTouch:
   dispbottom "*Wind*";
   dispbottom "You're so cute o.O";
   end;
}

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