PDA

View Full Version : [Release] Archerus Gryphon Fix



enegue
23-02-09, 06:52 AM
(working) Taxi Acherus Scourge Gryphons
from: Heart of Acherus to: Death's Breach and back
from: Death's Breach to: Heart of Acherus

1. first - make SQL file from the line below, and import in world-database
(otherwise LUA script not work, when you right-click on Scourge Gryphon)

Taxi_Acherus_Gryphons.sql


UPDATE `creature_proto` SET `npcflags`=3 WHERE `entry` IN (29488,29501);


2. and second - make LUA file and put it in folder scripts (in ArcEmu the server)
Taxi-Gryphons.lua


function GryphonDown_OnGossip(Unit, Event, Player)
Unit:GossipCreateMenu(100, Player, 0)
Unit:GossipMenuAddItem(0, "Go Down to Death's Breach", 1, 0)
Unit:GossipSendMenu(Player)
end

function GryphonDown_OnSelect(Unit, Event, Player, MenuId, id, Code)
if (id == 1) then
Player:Teleport(609, 2430.61, -5730.25, 157.855)
Unit:GossipComplete(Player)
end
end

function GryphonUp_OnGossip(Unit, Event, Player)
Unit:GossipCreateMenu(100, Player, 0)
Unit:GossipMenuAddItem(0, "Go Up to Heart of Acherus", 1, 0)
Unit:GossipSendMenu(Player)
end

function GryphonUp_OnSelect(Unit, Event, Player, MenuId, id, Code)
if (id == 1) then
Player:Teleport(609, 2363.69, -5659.33, 382.270)
Unit:GossipComplete(Player)
end
end

RegisterUnitGossipEvent(29488, 1, "GryphonDown_OnGossip")
RegisterUnitGossipEvent(29501, 1, "GryphonUp_OnGossip")
RegisterUnitGossipEvent(29488, 2, "GryphonDown_OnSelect")
RegisterUnitGossipEvent(29501, 2, "GryphonUp_OnSelect")


Teleports only, not actual flight animation.

Credits to Everlast118 of ******* who copied it from Trap of ArcEmu

Djfrederick
23-02-09, 03:06 PM
No wonder why, you arn't getting any +rep or attention.

You are stealing peoples work from *******. Credits doesn't help a shit, lol.

Shame on you.

Avidgamer
23-02-09, 03:09 PM
Of course credits dont help shits, they're doomed the second they fall from your ass.

But It's fine if they give credits but dont just post everyone elses work, people will start to hate you if you do that.

enegue
24-02-09, 04:27 AM
Again I have been singled out. Do you comment on Nika's copied work DJ? The answer is NO.

FYI, I haven't posted anything from ******* in like a month... Except for the new ones I just posted yesterday...

Avidgamer
28-02-09, 04:22 AM
Enegue, he's the only one thats singleing you out. I don't know why, mabey because Nika is also from ******* and he is also. I don't know, but it's not fair on Enegue.

Djfrederick, either comment on EVERYONE who posts things from *******, or don't speak about it to one person.