Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-07-2011, 10:10 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by KingMort View Post
You don't have to put the zone id in front just the coords as I recall and it should work just fine.
quest::gmmove does not take a zone, and I did try that in here but it did not do anything either.

quest::movepc works fine in a /hail response or something when used plain.
for example in one of Askr files when you have to hail to move up the tower
Code:
sub EVENT_SAY {
if($text=~/hail/i) {
$client->Message(9,"You are doing well... The Storm Lord does not stand a chance!");
quest::movepc(209,-371,-1680,2356);
}
}
but in this script we need to move a PC other than the one doing the clicking, hence
Code:
        foreach $player (@player_list) {
          my $pc = $entity_list->GetClientByName($player);
		  $client->Message(1,"Porting: ".$player);
          $pc->quest::movepc(209,-765,-1735,1270);
        }
Will quest::movepc not support being activated on a client like this?

edit: this code will need some IsClient checks or whatever but I been skipping that until I get the thing to work. Because it will die during the build of the array if one toon is in the raid but offline.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:23 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3