Gastric's Lua Engine menu

User Tag List

Page 1 of 5 12345 LastLast
Results 1 to 15 of 63
  1. #1
    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)

    Gastric's Lua Engine

    I have decided to become a 1-man dev team and create a new LuaEngine. There are a few custom lua engines out there, but I feel they are not stable.
    Plus they are rarely updated. My lua engine will feature stability, customizability, and many never before seen lua commands.
    I want everyone to brainstorm with me. Come up with ideas for new lua functions for gameobjects, units, players, or quests and
    I will code them and include it in the engine.

    It is decided that the name for the engine is 'GUAEngine'

    The following commands have been created and will be included in the first release:

    Mount(model);
    EquipWeapons(equip1, equip2, equip3);
    SetBindPoint(x, y, z, mapid, zoneid);
    SendVendorList(pUnit);
    GiveXp(xp);
    GetMoney();
    AddCoinage
    (gold,silver,copper);
    CanRemoveCoinage(gold,silver,copper);
    CanRemoveGold(gold);
    CanRemoveSilver(silver);
    RemoveCoinage(gold,silver,copper);
    RemoveGold(gold);
    RemoveSilver(silver);
    Last edited by Gastricpenguin; 03-02-2009 at 08:06 AM.
    Life Puzzler WoW - Website | Forums

    Gastric's Lua Engine
  2. #2
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ==AWESOME====First Post==
    Umm I think a name would be
    "The Gastric Engine"


  3. #3
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heroic Penguin




  4. #4
    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)
    Please try and think of a name that includes "engine"
    Also, post ideas for new functions please!
    Life Puzzler WoW - Website | Forums

  5. #5
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Easier gossip menu support.
    And a code-entry gossip menu

  6. #6
    Hasselhoff's Avatar IN A SPEEDO
    Reputation
    356
    Join Date
    Oct 2007
    Posts
    474
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Personally because I'm a vanilla WoW freak, a quest where you would have to go back to MC, and maybe as a Core Hound of Firelord or something, go talk to Major Domo. Do a task for him ( Get something from the lava in MC or something? ) and he summons Ragnaros for you. You get to then assassinate Ragnaros and Major Domo become the head of MC. You can get maybe a buff, some loot or something.

    Sorry if that doesn't make any sense, I was just throwing stuff down, I was....... BRAINSTORMING




  7. #7
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Umm a lua function for when people step on GO's would be nice I can't seem to find one -.- Or even better Teleport NPC functions.


  8. #8
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think Hasslehoff understands

  9. #9
    Hasselhoff's Avatar IN A SPEEDO
    Reputation
    356
    Join Date
    Oct 2007
    Posts
    474
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ME EITHER...... lol

    A function to control mobs like CORE HOUNDS similar to vehicle system. PEW PEW

    Am I doin it right now?




  10. #10
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    More Menu Options
    More GO Options
    More Player Options
    Easyer Boss Commands
    Event Commands


  11. #11
    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)
    :EveryPlayer(#)
    0 =
    All
    1 = In Instance
    2 = Horde
    3 = Alliance
    4 = In 10 feet
    5 = In 20 feet
    6 = In 30 feet
    7 = In 40 feet
    8 = In 50 feet
    9 = With Mana
    10 = With Energy
    11 = With Rage
    12 = With Runic
    13 = IsDead
    14 = IsAlive

    Example
    Unit:FullCastSpellOnTarget(5,EveryPlayer(1))
    (Cast spell "5" on every player In Instance.)
    Last edited by BrantX; 02-24-2009 at 09:05 PM.



  12. #12
    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)
    Ahhh there's a good suggestion! Thanks Caedec!
    Life Puzzler WoW - Website | Forums

  13. #13
    Ellenor's Avatar Active Member
    Reputation
    18
    Join Date
    Jan 2008
    Posts
    281
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Suggestion for lua..

    Takeover(#)

    Make object to be friendly in faction...

    0= alliance
    1= horde
    2= neutral
    3= Aldor
    4= scryer
    5= Kalkis *clan centaur*
    and etc

    The basic idea is to make the lua so a object can be * random place* and change the faction of npc to the faction the player it is or to opposive faction like the centaur clans

    Also for ur lua engine name.. hmmm how about the *MMowned lua engine*
    Last edited by Ellenor; 02-24-2009 at 09:16 PM.

  14. #14
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :WalkInstance(#)

    0=Walk To Instance to complete quest
    1=Walk through instance
    2=Walk Instance waypoints

    For a quest that starts outside an instance and follows up inside with same NPC

    ex:
    Start Instance
    Teleport(x,y,z) "of instance
    Waypoints
    1
    2
    3
    4
    5
    Spawn Boss NPC in prence of NPC that started
    Last edited by DarkFever; 02-24-2009 at 09:18 PM.


  15. #15
    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)
    Originally Posted by lilpimp View Post
    :SpawnNPC()
    GetX()
    GetY()
    GetZ()
    GetO()
    pUnit:SpawnNPC(x,y,z,o,spawn time)
    wut?
    (fillar)



Page 1 of 5 12345 LastLast

Similar Threads

  1. Converting ArcEmu Lua Engine And Implanting it to MaNGOS Core
    By Xees in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 07-25-2010, 06:09 AM
  2. [Share/Leak] MaNGos LUA Engine
    By Pedregon in forum WoW EMU General Releases
    Replies: 25
    Last Post: 06-28-2010, 12:00 PM
  3. [GuaEngine] New Custom Lua Engine
    By Gastricpenguin in forum WoW EMU General Releases
    Replies: 158
    Last Post: 09-30-2009, 07:14 PM
  4. Custom LUA engine
    By flameworker in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 04-19-2009, 04:07 PM
  5. Request - Working x64 Lua Engine
    By c1nco in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 10-28-2008, 02:57 PM
All times are GMT -5. The time now is 01:05 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