[GuaEngine] New Custom Lua Engine menu

Shout-Out

User Tag List

Page 7 of 11 FirstFirst ... 34567891011 LastLast
Results 91 to 105 of 159
  1. #91
    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)
    Hahah there's no chance in hell im wasting 100$ for a prom ticket, then shelling out more for a fancy outfit, just for 4 miserable hours of being cooped up in a sweaty room with 2 grades. Im sleeping all day just so I can be rambunctious at the post-prom party. Besides, prom = weeks of drama.
    Life Puzzler WoW - Website | Forums

    [GuaEngine] New Custom Lua Engine
  2. #92
    Scubast3ve's Avatar Member
    Reputation
    55
    Join Date
    Apr 2009
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol amen to that Gastric.

    And as for my comment... I was wondering if you could add a core function for a pvp kill something like RegisterPvpDeath() <--- However it shall be done. Anyway would be great to have something like that. Thx again, Just make sure it sends player, kinda like a gossip event, Maybe even player killed.

    Regards Scuba <3
    Don't Forget To Give Rep To People Who Help You.

  3. #93
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Next week nearly (or already) begun . It's like a nightmare when I see: "Completed At revision: 24"
    Nah just kidding . You got some previews of what'll be in the next rev GP ?

  4. #94
    markbatt's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A command system that is missing is one that gets system date and time on game startup.

    Reason for this it could be used to make a script that runs a 1 minute coundown timer for new year which shows on the screen and then runs fireworks.

  5. #95
    Wheeze201's Avatar Active Member
    Reputation
    51
    Join Date
    Apr 2007
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gastric, you always amaze me.

    This engine is wonderful, and so functional. First time i tried to compile no bugs or errors.
    This is a coding masterpiece.

  6. #96
    edoroom's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work
    new commands for my server scripts
    thank you !

  7. #97
    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)
    6/14/09 UPDATE!
    A new Aspire 3.1.x branch has been added to the GuaEngine! The GuaEngine is getting a huge upgrade, so keep checking back every now and again. If you want the 3.1.x branch to work, however, you need to apply the available patch file in the 'patches' folder. You also need to use the updated Project file located in the new branch!

    If you have noticed, I have created a little program called the GuaInspector. GuaInspector.exe is a harmless program that just checks to make sure you have the 3.1.x patch applied in the hearthstone core! The Inspector is run when you start to build the engine and will notify you if you have not applied the patch.

    The new branch can be found here: Aspire 3.1.x
    Last edited by Gastricpenguin; 06-14-2009 at 08:39 AM.
    Life Puzzler WoW - Website | Forums

  8. #98
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeeey +Rep if I can, good to see you're back !

  9. #99
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet! nice work gastric!

    +Rep!

  10. #100
    markbatt's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is needed is a command that can get the system time and to be able to save it as string.

    Why we need this command it world be quite easy to create a game event system if this command is available. I know how to do it.

  11. #101
    Vision1000's Avatar Member
    Reputation
    104
    Join Date
    Jun 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone else having a problem with the core commands? I'd like to be able to use Query function in an If statement but it treats it as a global variable with no value. it seems you can only use them at the beggining of a Registered event.

    Also something that would be amazing for cannon scripts;
    Unit:GetCurrentTarget(player) -> gets the target of the player who clicked.

    Im using Arcemu, rev 2700.

  12. #102
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vision1000 View Post
    Is anyone else having a problem with the core commands? I'd like to be able to use Query function in an If statement but it treats it as a global variable with no value. it seems you can only use them at the beggining of a Registered event.

    If you're having problems with Query function in an if-statement, try defining the value you wish to use in the if-statement in a global variable.
    If this doesn't work, then you must be using the Query() function wrong, since I got it working perfectly.

  13. #103
    Vision1000's Avatar Member
    Reputation
    104
    Join Date
    Jun 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    took out questions:x
    &+rep
    Last edited by Vision1000; 06-22-2009 at 09:09 PM.

  14. #104
    Heliumz's Avatar Member
    Reputation
    26
    Join Date
    Jun 2009
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good one! +Rep For your hard work

  15. #105
    darkmaster071's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Um, i compiled the core but im getting some errors with the functions.

    I tried:
    if player:HasSpell(15007) then

    and it says "attempt to call method Hasspell <a nil value>". What am i doing wrong?

    Edit: Bleh nevermind, found out thats only for aspirecore. That friggin sucks...
    Last edited by darkmaster071; 06-23-2009 at 08:24 AM.

Page 7 of 11 FirstFirst ... 34567891011 LastLast

Similar Threads

  1. Custom LUA engine
    By flameworker in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 04-19-2009, 04:07 PM
  2. New Custom City with Screenshots
    By Banksey in forum World of Warcraft Emulator Servers
    Replies: 24
    Last Post: 12-22-2007, 07:37 PM
  3. [HELP] CANNOT ADD MY NEW CUSTOM ITEM {error log inside}
    By vak in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-28-2007, 07:21 AM
  4. Make custom search engines for Firefox
    By Marlo in forum Community Chat
    Replies: 1
    Last Post: 03-03-2007, 03:22 PM
  5. New Custom Model Swapping Fix (1.11 Working)
    By Matt in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 06-23-2006, 06:05 PM
All times are GMT -5. The time now is 10:01 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