View Single Post
  #5  
Old 08-11-2008, 04:29 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

The movegrp command does work, but only partially. Currently, it moves the whole group accept for the initiator...

So, I just have my quests do this:

Code:
quest::movegrp(304, 0,0,0);
quest::movepc(304, 0,0,0);
And that works perfectly for moving the entire group every time.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote