EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Zoning to Guild Hall (https://www.eqemulator.org/forums/showthread.php?t=41918)

Tamian 05-29-2018 04:53 PM

Zoning to Guild Hall
 
I am receiving this error (RoF client):

[Quests] Argument "*quest::MovePCInstance" isn't numeric in subroutine entry at ./quests/guildlobby/player.pl line 9


This is with most recent DB and quest pull.

GRUMPY 05-29-2018 05:18 PM

There is a ";" missing at the end of the line in the /quests/guildlobby/player.pl
Try that and see if it works.

Code:

} else {
                                $guildinstance = quest::CreateInstance("guildhall", 1, 86400);
                                quest::AssignToInstance($guildinstance);
                                quest::setglobal("ginstance$uguild_id",$guildinstance,7,"H25");
                                quest::MovePCInstance(345, $guildinstance, -1.00, -1.00, 3.34); <<<<< This one
                        }



All times are GMT -4. The time now is 11:26 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.