Suche DumpAss Question : menu

User Tag List

Results 1 to 8 of 8
  1. #1
    InvaderGir's Avatar Banned
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Suche DumpAss Question :\

    Hey all, Sorry for posting this suche loser question. But i searched all 5Apges of threads and found nothing. Ok there it is.
    Where do i put the lua scripts for mangos?
    There are no Scripts folder or suche? When i put my lua in C:/Mangos it dosen't work. I Trying to fix Archerus Gryphon in Ebon HOld. Changed Flags To "3" and using this 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")
    Mabye the lua is bad? And Where do i put the Lua Scripts? What folder or what? Sorry again for bullshit question :|

    Suche DumpAss Question :
  2. #2
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure about mangos but at arcemu there's a scripts folder, if there is none simple make one and name it "scripts".

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  3. #3
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You shouldn't need this, Arc has add a C++ Version in its core so that once you right click the Bird it should automatically set you on a bird and fly you down to Death's Breach.

    Mangos doesn't have it, and Mangos doesn't support Lua.



  4. #4
    InvaderGir's Avatar Banned
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So how the HEX i should fix that shit?

  5. #5
    Sandile's Avatar Member
    Reputation
    32
    Join Date
    Aug 2008
    Posts
    314
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C++?
    I know it probably just makes the script harder but. Probably not so hard anyways. If you know the language.
    "i downloaded it in "pirates bay", can you tell me how to download it in steam, pls"

  6. #6
    InvaderGir's Avatar Banned
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm.. Eh.. SO Mangos SUX? because i epic fail on c++... MAbye there is another Core taht have database liek mangos? Because this database had almost all dk starting area quests working. .Even Runeforge and When u need to unlock prison and kill him.. Is there any? :confused:

  7. #7
    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)
    If you want to use custom scripts, and want to stick to MaNGOS learn C++. If you want to stick with Lua, switch to ArcEmu and get RDB.

    I live in a shoe

  8. #8
    Wat3rcolour's Avatar Banned
    Reputation
    69
    Join Date
    Mar 2009
    Posts
    143
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Urgh.. you named your thread "Dumpass Question" Think you meant Dumbass

Similar Threads

  1. A few Questions about Botting Diablo 3 and such. (Bit of a noob)
    By FireFrostArcane in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 11-08-2012, 09:15 PM
  2. Questions about Demonbuddy Bots and such
    By raithology in forum Diablo 3 Bots Questions & Requests
    Replies: 10
    Last Post: 07-29-2012, 02:32 AM
  3. [Question] How to put BG's and places such as Programmer Isle back into the game?
    By sonnyd666 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 03-14-2008, 03:41 PM
  4. Question about sites such as markeedragon
    By Loveshock in forum Community Chat
    Replies: 3
    Last Post: 09-02-2007, 01:33 PM
  5. Question..
    By janzi9 in forum Community Chat
    Replies: 3
    Last Post: 04-02-2006, 10:20 AM
All times are GMT -5. The time now is 10:13 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search