oGasai Déjà Vu - WoW 1.12.1 Vanilla Bot menu

User Tag List

Page 13 of 16 FirstFirst ... 910111213141516 LastLast
Results 181 to 195 of 235
  1. #181
    Boogybutt's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello. This bot is amazing. I use it on Elysium but since the new patch rolled out on Elysium now my characters start running in circles doing weird paths trying to get back on the path I created. It worked perfect until the update. Any idea what to do?

    oGasai Déjà Vu - WoW 1.12.1 Vanilla Bot
  2. #182
    Ceen's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot crashes while loading nav meshes.
    I am using win 10 and cant activate "Aero"

    Maybe thats the problem?


    ERROR #132 (0x85100084) Fatal Exception
    Program: C:\Games\World of Warcraft 1.12\WoW.exe
    Exception: 0xC0000005 (ACCESS_VIOLATION) at 0023:6D94F5A8

    The instruction at "0x6D94F5A8" referenced memory at "0x00000028".
    The memory could not be "read".
    Last edited by Ceen; 08-13-2017 at 06:00 AM.

  3. #183
    Masamyyris's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pls help, I tried everything and everytime get this erroroGasai Déjà Vu - WoW 1.12.1 Vanilla Bot-error-png

  4. #184
    Masamyyris's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone please? Any suggestions on how to get this to work?

  5. #185
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Download: Gasai 2.1.1 TBC ALPHA

    Alpha only, little to no support currently for it, just look at the example files.

  6. Thanks Krack3n, zelpher, mrmr (3 members gave Thanks to DarkLinux for this useful post)
  7. #186
    zelpher's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me with a problem i am having with looting tried two different rotations for rogue and I cant get the bot to loot the mob after its killed.
    One rotation has looting in the lua the other doesn't but neither one will loot.
    If I dont use a rotation and do the killing manually it will auto loot.
    Maybe I doing something wrong I am not sure.
    I am doing this on Elysium.

  8. #187
    Ockrail's Avatar Banned
    Reputation
    3
    Join Date
    Oct 2017
    Posts
    21
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i tried this on Elysium, it was immediatly detected by Warden - this waas a few months ago tho =(

    Was this fixed mate ?

  9. #188
    tidiwbh's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I have been running the bot fine, grinding out lots of levels.


    The only issue I have is with the graveyard paths and reviving. I load up and grinding path and a GY path for that profile, made by me. The ghost walk works for the first death, but after that, its like it doesnt recognize it has a GY profile attached anymore even though the path shows up on my screen with the debug draw path. After the first death and revival, my ghost just tries to run straight to the grinding path instead of the GY path which makes it get stuck. If it doesnt get stuck and somehow gets to the path, 9/10 it wont revive. It goes to a completely different spot on the path and acts like my dead body is there when it isnt.

    While this isnt a huge deal because I can keep an eye on it and correct it whenever I notice, but it would be nice to know if there is a quick fix or something I am doing wrong.

  10. #189
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Download:
    Download: Gasai 2.1.2 VANILLA ALPHA


  11. Thanks Logitech2k17, mrmr (2 members gave Thanks to DarkLinux for this useful post)
  12. #190
    Logitech2k17's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    5/4
    Trade Feedback
    1 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow nice update and nice work. Since the new framework we can't run our old rotations right?

    I tested the grinder. The AutoAttack (selecting target) doesn't work since the script_grind:GetEnemy() functions jumps between targets before we get in combat.

    I've added a quick fix by adding the "last target" as an input:
    function script_grind:GetEnemy(lastTarget)
    if (lastTarget ~= 0 and not lastTarget:IsDead()) then
    return lastTarget;
    end
    .
    .
    .

    and where you call the function:

    self.enemyObj = script_grind:GetEnemy(GetTarget());


    Because grinding without selecting targets looks really bot-like I believe


    Edit:
    I've made some improvements to your grinder and a working "Frost mage" combat script with poly adds, frost nova move back etc...
    Will post on your forum when small errors are corrected.

    Edit 2:
    About the nav mesh it seems to work pretty well but sometimes you got to resize the game window for it to reset or something. Is there any function you could run in the bot script for the nav mesh to refresh, e.g. in the way it does when you resize your window. Thankful for any advice!
    Last edited by Logitech2k17; 11-21-2017 at 04:49 PM.

  13. #191
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    2.1.6
    • Fixed error message for GetDebuffStacks
    • Added WoWGameObject:FaceTarget([bool] skipCheck = false)
    • Added WoWGameObject:IsValid() [bool]
    • Added imagerawImage([number] width = defaultWidth, [number] height = defaultHeight)
    • Added imagerawImageButton(([number] width = defaultWidth, [number] height = defaultHeight) [bool]
    • Added CreateImage(([string] fileName) [image]
    • Added StartBot()
    Download: Gasai 2.1.6 VANILLA ALPHA


    2.1.5
    • Fixed crash when trying to load path that does not exist
    • Fixed WoWUnits:CastSpellById, was not working
    • Added GetLastError() [number] spellId, [number] errorCode
    • Added ClearLastError()
    Download: Gasai 2.1.5 VANILLA ALPHA


    2.1.4
    • Added hack Move and Cast
    • Fixed bug/crash when calling a script via LoadScript or include that contained a '%'
    Download: Gasai 2.1.4 VANILLA ALPHA


    2.1.3
    • Added WoWUnits:IsCasting() [bool]
    • Added WoWUnits:GetCasting() [number]
    • Added WoWUnits:IsChanneling()[bool]
    • Added WoWUnits:GetChanneling() [number]
    • Removed global GetCastingSpellID, use WoWUnits:GetCasting
    • Added WoWUnits:GetUnitName() [string]
    • Added ToFile([string] text)
    • Added GetTimeStamp() [string]
    • Added StopFalling()
    • Added WoWUnits:GetClassification()[number]
    • Added full t3 set to morph list
    • Fixed fish script
    Download: Gasai 2.1.3 VANILLA ALPHA
    Last edited by DarkLinux; 11-27-2017 at 01:22 AM.

  14. Thanks mrmr, Logitech2k17 (2 members gave Thanks to DarkLinux for this useful post)
  15. #192
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    2.1.7
    • Added SkipGossip()
    • Added IsVendorWindowOpen() [bool]
    • Added BuyItem([string] itemName, [number] num) [bool]
    • Added VendorHasItem([string] itemName) [bool]
    • Added SellItem([string] itemName) [bool]
    Download: Gasai 2.1.7 VANILLA ALPHA

  16. Thanks mrmr, Krack3n (2 members gave Thanks to DarkLinux for this useful post)
  17. #193
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    2.1.8
    • Added UseNavmesh([bool])
    • Added NavmeshSmooth([number])
    • Added LoadNavmesh() [bool]
    • Added GetLoadNavmeshProgress() [number]
    • Fixed IsVendorWindowOpen
    • Fixed GetPathAsyncInfo (1 = Search Completed, 2 = Queuing Search, 3 = Search Thread Started, 4 = timed out)
    • Fixed Addons disapearing on reload (No more WTF/Logs folder showing up in your paths folder)
    • Fixed script_grind nav bug
    • Added script_priest
    Download: Gasai 2.1.8 VANILLA ALPHA

  18. Thanks mrmr (1 members gave Thanks to DarkLinux for this useful post)
  19. #194
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,828
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Detected on elysium-project.org patching soon!

  20. #195
    alwaysLate..'s Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what feature is detected im using it right now on there also there are many many bugs but the functionality is impressive

Similar Threads

  1. Replies: 3
    Last Post: 04-15-2016, 12:54 AM
  2. [Selling] Feenix WoW Account with both Vanilla and TBC chars !
    By haider112 in forum World of Warcraft Buy Sell Trade
    Replies: 7
    Last Post: 11-21-2012, 12:23 PM
  3. [Selling] wow all keys from vanilla to cataclysm EU and US
    By n3verm0re in forum World of Warcraft Buy Sell Trade
    Replies: 15
    Last Post: 07-26-2011, 08:54 AM
  4. [Selling] wow all keys from vanilla to cataclysm EU and US
    By n3verm0re in forum WoW-US Account Buy Sell Trade
    Replies: 2
    Last Post: 07-25-2011, 05:11 AM
  5. [Selling] wow all keys from vanilla to cataclysm EU and US
    By n3verm0re in forum WoW-EU Account Buy Sell Trade
    Replies: 2
    Last Post: 07-25-2011, 05:09 AM
All times are GMT -5. The time now is 09:51 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