PDA

View Full Version : Moving PC by quests in instances


Kayen
10-01-2009, 03:33 PM
Anyone know a good way to move a pc w/in a zone by quest ect MovePC(zoneID, x, y, z, ignorerestrictions= 0, summoned= false) which works well in regular zones but does not work well in instances as far as my tests go because it will just port you to the non instance version of the zone.

$client->GMMove doesn't work on PC's either.

Kayen
GM Stormhaven

Shin Noir
10-01-2009, 03:42 PM
quest::MovePCInstance
http://www.eqemulator.net/wiki/wikka.php?wakka=QuestCheatSheet#questfunctions

e.g. quest::MovePCInstance(63, 1, 1.9, 64.2, 3.1, 255);
for unrest (63) zone instance 1.

Secrets
10-04-2009, 04:36 AM
Keep in mind that only zones you to a pre-existing instance of that zone. You will need to grab the instance ID and save it to a variable. A good example is this:

http://code.google.com/p/projecteqemu/source/browse/branches/instance/instance_example_quest.pl?spec=svn509&r=509