-
Content Count
1211 -
Joined
-
TheSmokie started following Avoid ground effects
-
Hello, Can you add a way for the bot to move out of fire or AOE ground effects?
-
TheSmokie started following Path Vendor, Official WRobot API Documentation, 私人服务器无法刷出进程 and 1 other
-
Amazing!
-
TheSmokie reacted to a post in a topic: Official WRobot API Documentation
-
wrobot doesnt work on custom servers.
-
Message: [string "Odaiti.lua"]:33: stack overflow (table too big to unpack)
-
i think this error is coming from EventsLua.AttachEventLua tbh.
-
@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.)
-
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});");
-
Interesting, I didn’t know you could use strings.
-
Hello, Can you provide the file?
-
TheSmokie started following LFG_PROPOSAL_SHOW Bugged.
-
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();"));
-
TheSmokie started following Check Mammoth spell
-
@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
-
Warmane doesnt detect wrobot. people forget its easy to get banned because they have over 12k people online
-
Refresh Savage Roar Before it Expires
TheSmokie replied to Syelas's topic in Fight Classes assistance
@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 -
I am using my own hosted to be able to make profiles
-
Okay, no addons, fresh wrobot, wow client, download from the site you use