ID:149450
 
how do i make something come back after i have killed it. I havent been able to figure that out. please help.
Thank you for your time
Posted by
AceTheElvenKing

What do you mean by 'Come back'?
mob
var
xlocation = 1
ylocation = 1
zlocation = 1

//then put this where ever you want them to go away
xlocation = x //this reads their location and saves it
ylocation = y
zlocation = z
src.loc = locate(1,20,8) //teleports them to a certain spot on a map
sleep(1800) // this makes it wait for 3 minutes(i think)
src.loc = locate(xlocation,ylocation,zlocation) //takes them back to original spot
In response to Coolguy101
THANK YOU VERY MUCH
Look Forward to my game called Ion wing. I did a lot of it this weekend and im going to host it soon.
In response to Ace2064
np ok i will look for it, dont know why i am using this key, the key i usually use is Netshark010101
In response to Thief Jack
this is my new sn i like it the best
what i mean by making something come back is to make a enemy come back again after i have killed it if it never comes back then other players can walk right through the level.

Also how do i make it come back to the origanal position it started in not the one it died in?
In response to AceTheElvenKing
ok hmmm well add OriginalX, OriginalY, OriginalZ, and set them to their map locations and use Cools coding...
In response to Thief Jack
u mean give x y and z a number so they come back to the origanal spot?
if u do that would take a while to do for all of my monsters....
In response to Ace2064
yeah thats true.....
In response to Thief Jack
what about using repop what would that do?