sanity check: plane of hate entrance criteria
I have a lvl 58 ranger on my private server. The Server porter that I made, ports to all zones. when i try to port to plane of hate, I get denied by the game and a message says
"I do not yet have enough experience to pass through an inter planar portal" Works fine on my GM account. Any ideas ?? what am I missing ? Thanks, ps: Plane of fear works fine... |
check your db. gm status gets you in places regular status doesn't
Code:
SELECT short_name, long_name, min_level, min_status FROM zone where short_name like '%hateplane%'; |
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? |
If you want it to pick up exactly hateplane or hateplaneb, you can change your partial match to exact match
|
All times are GMT -4. The time now is 12:09 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.