So looking at this, hateplaneb has a min lvl of 46, and a min status of 0.
I did notice that regular hateplane had a min status of 100....
The quest that I have in POK to send chars to hateplane was the problem..... oddly enough (even thought he GM char was using the same method)
if ($text =~/hateplane/i){
quest::say ("Enjoy your adventure!");
$client->Message(6, "Wizzie casts a spell to translocate you to another place.");
quest::movepc(76, -353.08, -374.8, 3.75); }
if ($text =~/hateplaneb/i){
quest::say ("Enjoy your adventure!");
$client->Message(6, "Wizzie casts a spell to translocate you to another place.");
quest::movepc(186, -393, 656, 3); }
It picked up "hateplane" first, even if you types in hateplaneb.
I removed hateplane and it seems to be working fine. what is the original hateplane anyways?
|