Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. Can you see if you can support this?
  2. Hello, Can you add a way for the bot to move out of fire or AOE ground effects?
  3. wrobot doesnt work on custom servers.
  4. TheSmokie

    wrobot freezing

    Message: [string "Odaiti.lua"]:33: stack overflow (table too big to unpack)
  5. TheSmokie

    wrobot freezing

    i think this error is coming from EventsLua.AttachEventLua tbh.
  6. TheSmokie

    wrobot freezing

    @Droidz i am getting Table to big to unpack errors in my product. i do not use a single table besides my grab info from rdf frame (note i do not have this open added yet.)
  7. Hello, i cant seem to get this to work. i believe i am getting boolen back but idk if i am wrapping it properly. Lua.LuaDoString($"SetLFGRoles(false, {RDFSettings.CurrentSetting.Tank}, {RDFSettings.CurrentSetting.Heal}, {RDFSettings.CurrentSetting.DPS});");
  8. Interesting, I didn’t know you could use strings.
  9. Hello, Can you provide the file?
  10. Hey @Droidz, i am using this function to join RDF, but for some reason it never fires anymore. used to amount a month or so ago. EventsLua.AttachEventLua(LuaEventsId.LFG_PROPOSAL_SHOW, m => Lua.LuaDoString("AcceptProposal();"));
  11. @Harvest Golem you can use something like this, local MountsNames = { } for i = 1, GetNumCompanions('MOUNT') do local _, Name = GetCompanionInfo('MOUNT', i); table.insert(MountsNames, Name); end for B = 1 , 25 do local BuffName = UnitBuff("player", B); for Y = 1, #MountsNames do if string.match(BuffName, MountsNames[Y]) then return true; else return false; end end end
  12. Warmane doesnt detect wrobot. people forget its easy to get banned because they have over 12k people online
  13. @Zer0 i dont believe people can use Csharp functions in fighclass editor. but yes, you code will work for wotlk. This is lua code. (Tested) works good. Change the timer and Combo Points amount with whatever you choose. local RS, _, _, _, _, _, timer = UnitBuff("player", "Savage Roar"); if (not RS or RS and timer - GetTime() <= 3) and GetComboPoints("player", "target") >= 2 then CastSpellByName("Savage Roar"); end Update file. Feral DPS.xml
  14. I am using my own hosted to be able to make profiles
  15. Okay, no addons, fresh wrobot, wow client, download from the site you use
  16. i checked 15 hours ago, yes. its safe
  17. I’m using a fresh install, only thing I’m using that’s not yours is talamins AIO, fresh install of wrobot.
  18. TheSmokie

    wrobot freezing

    im using completely different everything
  19. Yes, i use it on all 5 accounts, check more then 10 times. hasnt even finish a single full run.....
  20. TheSmokie

    wrobot freezing

    Hello @Droidz, I have been having this problem where my bot will freeze up and not work anymore, I first started having this problem at or before i started using Matenia's ABG but now i am trying to use ordush Doug party plugin and i keep getting errors / inject failed errors etc then my wow and wrobot will freeze. i have no clue why. note (for matenia product (I used a complete FRESH Install of both wrobot and new download of his product. for ordush i downloaded (first time.) i really dont understand why i am having such a big problem with wrobot.
  21. Hello, i keep getting this error. Message: [string "Yyuviw.lua"]:80: attempt to index global 'WRDungeonFrame' (a nil value) also bot isnt moving on to next step, i am using all single folder. 5 wows, level 17 using the test profile wotlk. i keep getting error or wow crashing / wrobot freezing, and i am getting this error also : Message: [string "Hyedaun.lua"]:80: attempt to index global 'WRDungeonFrame' (a nil value)
  22. TheSmokie

    Vehicle options

    @Droidz mainly for other quests. do you by chance anyway to aim for Vehicles?
  23. Warmane doesnt detect wrobot. i've been going hard for a month straight, and no ban.
  24. This question has been asked a few times. @Droidz has answered this quest with a No.
×
×
  • Create New...