EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   gloabl help (https://www.eqemulator.org/forums/showthread.php?t=39343)

Maceblade 02-10-2015 08:31 PM

gloabl help
 
Trying to make it so when a player has a specified qglobal it will change their race and when they zone it will continue to check and change it again....

Code:

sub EVENT_ZONE{
        if($qglobals{"zombie1"} == 1){
                quest::playerrace(70);
                }
}

this isn't working for some reason when its in my global_player.pl

NatedogEZ 02-10-2015 08:35 PM

Try using "EVENT_ENTERZONE"

Maceblade 02-10-2015 08:49 PM

You sir are the man! works perfectly!


All times are GMT -4. The time now is 01:02 PM.

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