Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-26-2025, 12:55 PM
ddmbr
Fire Beetle
 
Join Date: Jan 2025
Location: UK
Posts: 4
Default DoN

I created my own srver also but DoN instances dont appear to work for me. When I accept the request there is no indication of where the zone in point is, like LDON.

Are you also having this issue or were you able to enter the instance zones ?
Reply With Quote
  #2  
Old 01-26-2025, 02:13 PM
fryguy
Sarnak
 
Join Date: May 2007
Posts: 57
Default

Quote:
Originally Posted by ddmbr View Post
I created my own srver also but DoN instances dont appear to work for me. When I accept the request there is no indication of where the zone in point is, like LDON.

Are you also having this issue or were you able to enter the instance zones ?
Either that means you are not in the correct zone (Note that the line only shows up for instance based tasks).

Or you do not have updated patch/offsets.
Reply With Quote
  #3  
Old 01-27-2025, 09:07 PM
ddmbr
Fire Beetle
 
Join Date: Jan 2025
Location: UK
Posts: 4
Default DoN

Got it. I'd forgotten how it worked ie the faction tasks are not instanced. When I get enough faction tasks done ( 2 so far completed) I'll confirm if im having the same issue.

Looking at that script you could try forcing the DRF value to 4 ie DRF = 4 by adding it on a new line above the if statement as below.

Code:
function event_say(e)
    local is_gm = (e.other:Admin() > 80 and e.other:GetGM());
	if (eq.is_current_expansion_lost_dungeons_of_norrath() or is_gm) then

		if(e.message:findi("hail")) then
			local DRF=e.other:GetFactionLevel(e.other:GetID(), e.self:GetID(), e.other:GetBaseRace(), e.other:GetClass(), e.other:GetDeity(), 1021, e.self);
			DRF = 4  # test value
			if (DRF <= 5) then
				e.self:Say("Perhaps you will find a path to the higher ranks of the Dark Reign -- a place I'm sure I shall find myself someday... someday.");

				if (DRF <=4) then
					eq.task_selector({292, 293, 307, 295, 299, 300, 302 ,304 ,306});           
				else
					eq.task_selector({307, 295, 306});
				end         
			else
				e.self:Say("You can probably go try to speak to the Dark Reign for work.  I've got nothing for you.");
			end
		end
	end
end
Reply With Quote
Reply

Thread Tools
Display Modes

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 12:27 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3