Maskoi
old and salty
- Joined
- Sep 28, 2005
- RedCents
- 82,796¢
OK here is the deal with MQ2Piggyzone and Morell's Castle.
It is a portal not a door so piggyzone can't go there.
BUT while digging around the MQ2Piggyzone code I did come across a long lost function of /zone that of course in is not in our plugin info.
You can set/clear waypoints using the /zone commands.
then zone to those waypoints
Example:
I ran to Morell's Castle zone in and typed
this created the following entry in my mq2piggyzone.ini file
so now when I type the command below mq2piggyzone zones me to Upper Floors and drops me right at the Morell's Castle zone in.
It is a portal not a door so piggyzone can't go there.
BUT while digging around the MQ2Piggyzone code I did come across a long lost function of /zone that of course in is not in our plugin info.
You can set/clear waypoints using the /zone commands.
Rich (BB code):
/zone setwp <WayPointName>
/zone clearwp <WayPointName>
Rich (BB code):
/zone <ZoneName> <WayPointName>
I ran to Morell's Castle zone in and typed
Rich (BB code):
/zone setwp morells
Rich (BB code):
[thulehouse2]
morells=872.43 -1120.83 131 381
Rich (BB code):
/zone thulehouse2 morells

