Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 09-16-2023, 03:35 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default task help

Anyone throw an eyeball at this and tell me why this wont fire:

Code:
  sub EVENT_TASK_COMPLETE
{
	if(quest::istaskcompleted(319) == 1) { 
	
		quest::setglobal("CharMaxLevel", "60", "5", "F");
		quest::setglobal("luclin", 1, 5, "F");}
}
also tried:
Code:
sub EVENT_TASK_COMPLETE {
        if($task_id == 319){
		quest::setglobal("CharMaxLevel", "60", "5", "F");
		quest::setglobal("luclin", 1, 5, "F");}
}
It is saved in my globalplayer.pl
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:49 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3