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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 10-23-2018, 10:02 PM
prestanneth
Fire Beetle
 
Join Date: Jul 2015
Posts: 25
Default

mmm your affinity should be set to single yes, as to OC modes, mines currently running at 5.19Gz with no issues, i guess keep playing with settings and hopefully find a happy medium that works.

if it helps, here's a script i use for my kids pc's which i could never get lift working on.
Allows you to just hail the guard to port up. You can shorten it if want to look up a specific npcid to port to, rather than iterating a list. I've other stuff going on that i ripped out of it for the sake of cleanliness.


Guard_Rainstrider.pl

Code:
sub EVENT_SAY
{
    if($text=~/hail/i)
		{
		plugin::Whisper("Welcome to Elvandar, Do you wish to " . quest::saylink("attend",1) . " the lady of the trees?");
		}
	if($text=~/attend/i)	
	{
		my @nlist = $entity_list->GetNPCList();
		foreach my $n (@nlist)
		{
			if ($n->GetCleanName() =~/Vaelias/i )
			{
			quest::shout("$name is heading up to the city, let him pass!");
			quest::movepc($zoneid, $n->GetX() -2, $n->GetY() -2, $n->GetZ() + 1,$n->GetHeading() - 360);
			}
		}
	}
}
Reply With Quote
 


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 08:44 PM.


 

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