EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   EverQuest Tutorial (https://www.eqemulator.org/forums/showthread.php?t=24805)

ChaosSlayer 04-04-2008 09:05 PM

Quote:

Originally Posted by jdam7459 (Post 146008)
Thanks for the link. I can get every npc spawn to stick but 3 and i am reapeating the same process for all of them =(. My mind is full of errors today lol.

I suggest using Georges npc/loot, and spawn editors. You can easily make copies, locate npcs around with it.

Quote:

Originally Posted by jdam7459 (Post 146008)
[CLIENT_ERROR] Kicking char from zone, not allowed here

not sure what thsi error is. It is posible that zone is set to min lev req, or gm rank req, and you friend does not have sufficient level or gm rank.

Secrets 04-04-2008 10:56 PM

Quote:

Originally Posted by ChaosSlayer (Post 146012)
not sure what thsi error is. It is posible that zone is set to min lev req, or gm rank req, and you friend does not have sufficient level or gm rank.

That's correct, ProjectEQ comes with a default of 150 status requirement for zones that are not used.

You can run this statement in the MySQL console to allow your friend inside the zone:

Code:

update zone set min_status=0 where short_name like '%tutorial%'
And he will be able to enter.

Do that for any other zones that give you the error (minus planes zones, which in that case swap out min_status for min_level)

Hope that helps.

trevius 04-05-2008 05:36 AM

Check the zone table and see if there is a min level or min account status set for that zone.


All times are GMT -4. The time now is 04:08 AM.

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