PDA

View Full Version : Kelethin Elevators not working


bishop91
10-18-2011, 02:27 PM
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?

sorvani
10-18-2011, 09:29 PM
click 3 times waiting a second between each one.

Emmeric
10-18-2011, 10:13 PM
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.

#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.

lerxst2112
10-18-2011, 11:25 PM
You could also just quest::gmmove them and not have to create any spells.

sorvani
10-18-2011, 11:56 PM
lifts worked just fine (aka multiple patient clicks) on my test server last month (last time I had it up).

solid11
10-19-2011, 12:07 PM
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.