PDA

View Full Version : Zoning to Guild Hall


Tamian
05-29-2018, 04:53 PM
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.


} 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
}