In the map I'm making, after I teleport a Zealot from a location to another one, after it's finished teleporting, it starts moving around everywhere. How do i stop this from happenening?
upload the map or just tell what the teleporting trigger is... if ur more descriptive i can probably help u

Are you sure there is no other triggers interfeering? Are you triggers exactly like this?
(explcuding names and players etc)
COndition
PX brings 1 zealot of location X
Action
Move Zealot at location X to location Y
Are there any influences a zealot at new locations, enemy units, etc.
You could order it to the location that it is already at afterwards and see if it won't calm down.
There are no triggers affecting this... and when an Overlord is created, how come it moves a little? And, how come I can't go to the topic for Plight of the Andronae?
I belive neutral units try to walk back to where they were standing when there moved. (i had that problem with tetris but never bothered to look into it much)
No, this is a Computer player.
Johnznothere78, as I haven't seen the map I can't tell you why. Try to do that with the zealot though, order it to the same location. As for the overlords, most airunits move a little when the are created, I really don't know why.
And for me, the link works

..
There can be multiple reasons... I'll go through a list, you can check 'em off.
Doubt these are all, but here are a handful:
1. Check for ANY AI script that might be running for that computer. ANY whatsoever. Check all your AI scripts period, and make sure that computer isn't affected.
2. Order of operations is a BIG deal in starcraft, if you run AI script any time after the zealot is teleported, it will obviously take affect.
3. Check the order that MAKES the zealot move to the area of teleportation (enter teleport). Is it preserved? Make sure he only moves ONCE, if it's preserved, he might try to get BACK to the (enter teleport).
4. Same with AI, are there any ORDER commands active?
5. Are there any computers nearby that might cause the zealot to react and attack, or move? Check alliance status of all players?
A solution may be making them move back to the teleported location.
Example:
Player brings at least 1 zealot to Enter Teleport
-
Move all zealot at Enter Teleport to TO Teleport
Order all zealot at TO Teleport to attack to TO Teleport
This can all be done in one trigger, Order of operations is important... The zealots will already be moved by the time it picks up the "order" command.
Good luck, and if I can help anymore... lemmie know!
Drakiel, I was thinking of having him order the Zealot there with the same trigger that moved him. Because that trigger you posted right there would prevent the Zealot from ever moving out of the teleport spot.
Paella, I sent u the map with a PM.... plz respond...
I think all enemy units that have some kind of Stand Ground AI in their memory, they will try to return to their original position. I tried something with the grid movement and it didnt work because the unit kept trying to go back to its original spot.
And... you can't fix that?
You can give the unit to p12 before moving it then give it back afterwords. That will work.
I've had this problem a couple of times before and like Paella said, telling him to order to the location you move him to should work
Nah, I'll just remove + create unit
A solution may be making them move back to the teleported location.
Example:
Player brings at least 1 zealot to Enter Teleport
-
Move all zealot at Enter Teleport to TO Teleport
Order all zealot at TO Teleport to attack to TO Teleport
QUOTE(Paella @ Nov 4 2004, 08:29 PM)
Drakiel, I was thinking of having him order the Zealot there with the same trigger that moved him. Because that trigger you posted right there would prevent the Zealot from ever moving out of the teleport spot.
[right][snapback]94445[/snapback][/right]
Actually, no it wouldn't... Aye, the move is preserved, but Notice the CONDITION...
ONLY WHen zealots ENTER the teleport, will they be ordered to freeze at their destination. So they won't forever be stuck there, only when OTHER zealots are entering.
the 'bring' condition just means you need to have a unit at that location. It doesn't matter if the unit just arrived there, or was standing there for half an hour already.
You could of course set a switch with that trigger, and make another trigger that clears the switch if no zealots are at the location.