View Single Post
  #5  
Old 02-16-2015, 11:08 AM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

So the only thing I can think of causing this issue would be my Expansion Settings in my db. Currently they are all set to 16383 Which according to wiki is default up to tss. Which means PoR zones should work no problem,Upon reviewing relic zone data for the 10th time I still see nothing wrong,its set up exactly as Arcstone and that zone is working 100%. Not really sure whats going on here.

Have this in my Global_player so it will flag you upon task completion. But the flag required for zone is a item,which you get via task completion. It works fine for Arcstone but not Relic lol.

Code:
sub EVENT_TASK_COMPLETE {
    if($task_id == 16) {
  quest::setglobal("Azmaro", 2, 4, "F");
    } elsif($task_id == 34) {
  quest::setglobal("Azmaro", 3, 4, "F");
    } elsif($task_id == 35) {
  quest::setglobal("Azmaro", 4, 4, "F");
    }elsif($task_id == 21) { 
quest::set_zone_flag(370); 
} elsif($task_id == 23) { 
quest::set_zone_flag(371);
	}
__________________
Owner and Developer - Everquest: A New World
Reply With Quote