Updated Mega Lua guide {all known commands} menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is no diff the only thing is you need to be consistant u cant use pUnit here and Unit there has to be all on or the other

    Updated Mega Lua guide {all known commands}
  2. #17
    xxx's Avatar Member
    Reputation
    1
    Join Date
    May 2006
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very usefull Ty mate

  3. #18
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have the direct link to the svn for lua.dll file so i cand find commands?

  4. #19
    Flannel007's Avatar Member
    Reputation
    3
    Join Date
    Aug 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The gossip scripts do work as of the latest LUA++ engine. There have been changes to some of the commands:

    Code:
    Unit:GossipCreateMenu(textid, player, 1) --The number 1 represents something about sending the menu, still unsure what though.  
    
    Unit:GossipMenuAddItem(iconid, "Message", intid, extra) --You no longer need to define a player target for this command.
    
    RegisterUnitGossipEvent(npcid, event, "function") --There is now a "Unit" infront of "GossipEvent".
    Last edited by Flannel007; 07-02-2008 at 12:51 PM.

  5. #20
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New edit due thanks goes to poster above this!

  6. #21
    jerry809's Avatar Active Member
    Reputation
    25
    Join Date
    Feb 2008
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome runiker i will have to learn how to LUA with this guide
    cant +rep , when i can mate...

  7. #22
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jerry809 View Post
    awesome runiker i will have to learn how to LUA with this guide
    cant +rep , when i can mate...

    Thanks for just commenting on it!

  8. #23
    tathar26's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what lua script must i use to play a song when a player summons from a portal

  9. #24
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pUnit:PlaySoundToSet(soundID)
    is the base dont fully know what you mean tho

  10. #25
    gothicdude1044's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    manifico

    My Sripting person can use this. +rep

  11. #26
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good Luck gothicdude1044

  12. #27
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unit:RegisterEvent("Vanity_Phase1",1000, 0)

    What does the '1000' and the '0' mean here?

  13. #28
    zuvuwx's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the 1000 means every 1 second the event will cycle. during wich it will run the event top to bottom. so he has a life req for the event to run so that it wont cast the spell early. and the 0 is the type of event. i have found few times when anything other than 0 is necasary there.

    thanks for the guide i would rep if i wrnt a leacher. this is the only competent list of the ascent lua syntax if found so far. thanks a bunch. iv been having to find all my syntax inside the more complex dungeon scripts i find in repacks.

  14. #29
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zuvuwx View Post
    the 1000 means every 1 second the event will cycle. during wich it will run the event top to bottom. so he has a life req for the event to run so that it wont cast the spell early. and the 0 is the type of event. i have found few times when anything other than 0 is necasary there.

    thanks for the guide i would rep if i wrnt a leacher. this is the only competent list of the ascent lua syntax if found so far. thanks a bunch. iv been having to find all my syntax inside the more complex dungeon scripts i find in repacks.

    Well if you find more i will plus rep you as long as i get to add it to my guide
    also thank you for helping him i was away for a while.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Updated Lua++ and All OpenSource
    By falkaga in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 04-17-2010, 06:14 AM
  2. Beginners LUA Guide From Nub to Expert [updating]
    By mager1794 in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 06-19-2008, 03:17 AM
  3. All Ascent Commands - A Reference Guide
    By hypershadow in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 06-06-2008, 05:40 PM
  4. [Guide's] Package of Guides, All 1-60 & 60-70 Included!
    By [ Prototype ] in forum World of Warcraft Guides
    Replies: 49
    Last Post: 04-13-2007, 11:40 PM
  5. Ret pally Guide All you need to know!
    By EliMob441 in forum World of Warcraft Guides
    Replies: 6
    Last Post: 12-26-2006, 02:17 PM
All times are GMT -5. The time now is 02:51 AM. 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