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 10-18-2011, 02:27 PM
bishop91
Fire Beetle
 
Join Date: Oct 2011
Posts: 8
Default Kelethin Elevators not working

Just built my new server everything works perfect except the lifts in Kelethin aren't operating. I hit the switch and nothing happens. I ran around to all of the lifts and tried it and got nothing.

Any suggestions?
Reply With Quote
  #2  
Old 10-18-2011, 09:29 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

click 3 times waiting a second between each one.
Reply With Quote
  #3  
Old 10-18-2011, 10:13 PM
Emmeric
Sarnak
 
Join Date: Aug 2011
Posts: 72
Default

I made the guards a quest mob where each are Hail-able and send you by port to a /loc up or down.

Took about 20 minutes.

Code:
#npc - Gfaydark Guard Protectors
#zone - Gfaydark
#by Angelox

sub EVENT_COMBAT {
   if($combat_state == 1) {
   quest::say("For the defense of Kelethin!!");
   }
}
sub EVENT_SAY {
      if($text=~/hail/i) {
        quest::say("Need to get up to [Kelethin]?");
      }
      if($text=~/kelethin/i) {
        quest::emote("begins to cast a spell.");
        quest::selfcast(25003); #Teleport Gfay kelethin
      }
}

sub EVENT_SIGNAL {
   quest::say("For the protection of all Fier'Dal, there shall be no mercy for your kind.");
}
Copied a port spell already existing and changed the parameters to be Gfay and the loc I wanted.

Three lifts, 6 different new spells (up and down). Wasn't that hard.

As to the lifts, apparently they only work going down, but not up. Known issue.
Reply With Quote
  #4  
Old 10-18-2011, 11:25 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

You could also just quest::gmmove them and not have to create any spells.
Reply With Quote
  #5  
Old 10-18-2011, 11:56 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

lifts worked just fine (aka multiple patient clicks) on my test server last month (last time I had it up).
Reply With Quote
  #6  
Old 10-19-2011, 12:07 PM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

Ya I was on PEQ server recently with UF client and the elevators were acting up and the raft in halas isn't working either. The elevator switch does work from the top switch but no help if you can't get up there hehe.
__________________
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 04:51 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3