[RELEASE] Acherus Gryphon Fix menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Everlast118's Avatar Member
    Reputation
    4
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE] Acherus Gryphon Fix

    (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
    Code:
    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
    Code:
    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.

    *Copied off ArcEmu forums. So all credits go to Trap.

    [RELEASE] Acherus Gryphon Fix
  2. #2
    Henkke's Avatar Member
    Reputation
    26
    Join Date
    Sep 2008
    Posts
    287
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's only a teleport, nothing nice there. Making it work like it should is the right way to go.

  3. #3
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the share..?

    I live in a shoe

  4. #4
    Moffeman's Avatar Contributor

    Reputation
    277
    Join Date
    Sep 2007
    Posts
    731
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's only a teleport, nothing nice there. Making it work like it should is the right way to go
    Mate, "nothing nice here" isn't this better than non-working gryphons?

  5. #5
    Fireblast's Avatar Contributor
    Reputation
    195
    Join Date
    Aug 2008
    Posts
    883
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, thnx.

  6. #6
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sun++ had this fixed ages ago. just fyi :P

    I live in a shoe

  7. #7
    Hasbro's Avatar Banned
    Reputation
    65
    Join Date
    Dec 2007
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you by any chance someone with a mental difficulty?
    Why do you expect anyone to reward you with reputation for posting something that is publicly accessible on another website which most of the people in this forum visit?

    Think about your reply, as I've thought about mine.

  8. #8
    Henkke's Avatar Member
    Reputation
    26
    Join Date
    Sep 2008
    Posts
    287
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Moffeman View Post
    Mate, "nothing nice here" isn't this better than non-working gryphons?
    No, it's just a simple script, if you do something make it blizzlike atleast.

  9. #9
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't double post and/or bump your own thread.
    Life Puzzler WoW - Website | Forums

  10. #10
    Pedregon's Avatar Contributor
    Reputation
    220
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this isn't new ...
    Ive had this script for 2 months :P

  11. #11
    thatarmyengineer's Avatar Member
    Reputation
    5
    Join Date
    Dec 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    this is an old release on this area

    dont post for your own credit this is an old fix ur like 2 months old

Similar Threads

  1. [REQUEST] C++ Archerus Gryphon FIx
    By InvaderGir in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 04-02-2009, 02:00 PM
  2. [Release/Temp Bug Fix] Working Mechano-Hog
    By tashiro in forum WoW EMU General Releases
    Replies: 0
    Last Post: 02-13-2009, 05:38 PM
  3. [Release] DK qs "Fixes"
    By Jonthe838 in forum WoW EMU General Releases
    Replies: 5
    Last Post: 12-16-2008, 03:04 PM
  4. [Release]Recall List Fix
    By The Kingofbeast in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 12-12-2007, 08:20 PM
All times are GMT -5. The time now is 02:28 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search