Jump to content
  • 0
Dynasty

I have a Doubt [Script]

Question

hello guys biggrin.png

 

i have 2 questions...

 

how I can make a npc teleport a player at a certain point and this can not move until they pass a certain time?

 

How i can make a script when a player dies, this throw everything you have in the inventory?

 

that all... plz answer me

 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

1 =

warp "yourmap",x,y;

sc_start 65,60000,0; // <--- Unable to move for 1 minute

end;

 

2 =

getmapxy;

getinventorylist;

parse through all the items {

rand(5); //to spread the items.

makeitem;

}

clearitem;

end;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.