Everything posted by happiness7
-
How to get Rolled item as WowItem?
Really good job, but i only needed wowitem from itemlink for modification "Butler" plugin. Thanks anyway 🙂
-
How to get Rolled item as WowItem?
How i can create WoWItem from itemlink? GetLootRollItemLink. I need code like: WoWItem itemRollLink = Lua.LuaDoString<string>("local link = GetLootRollItemLink("+args[0]+"); return link"); Please
-
[ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)
Nice code, took something. Thank you. But for what public static bool Face(Vector3 vector3) wrobot have MovementManager.Face(vector3);
-
Bot wont pick Goldthorn at 170 skill
if(Skill.GetValue(SkillLine.Herbalism) >= 155 && !wManager.wManagerSetting.CurrentSetting.ListHarvest.Contains(2046))wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(2046);
-
Bot wont pick Goldthorn at 170 skill
your bot is Tauren, i think.
-
Start Button not working - Warmane
happiness7 replied to timmeister's topic in WRobot for Wow Wrath of the Lich King - Help and supportI think you mean what he need to use non-cracked version and buy subscription
-
Disable Settings Cription
its cool, but it get my reloger settings coorupt
-
Disable Settings Cription
Hello. I want keep my wrobot files on Dropbox for fast swapping betwean 2 PC's. How i can disable cripting settings?
-
Need Old Wrobot 3.3.5a
Hello. 3 month ago i used wrobot for professions and AH selling. Now when i come back and updated i seen what any addons like Postal make wrobot broken (most all lua executions/spellcast/runmacro). Without some addons my botting is impossible, so there only way is find old version of wrobot 3.3.5. Can some one share it for me?
-
Warmane Icecrown Bot Detection
happiness7 replied to happiness7's topic in WRobot for Wow Wrath of the Lich King - Help and support
- Vmware
10 VMs with one wrobot on each || 5 VMs with 2 wrobots on each || 2 VMs with 5 wrobots on each ...- Bot wont use skills
Last time wrobot has very bad work with addons- Warmane Lordaeron Bans
you can make 100 own profiles with different hotspots/waypoints , but path line between big amount of bridges, stairs, and and and... will be same. For example path to druid trainer in Thunder Bluff bridge have one line of path with always static hotspots. Sure you can manualy change it, but spots like that i can imagine >999, and randomize it for each by hands - impossible.- Warmane Lordaeron Bans
I think Warmane anty-bot system work very simply. If you watched bots, started in one time - you may have noticed what all chars moves always the same hotspots accurate to 0.1 So all what need for detect bots - its make "traps" like this: int BotScore; if(UnitPlayer.Position.DistanceTo(x111.1, y101.2, z121.2) < 0.1) BotScore ++; if(UnitPlayer.Position.DistanceTo(x111.1, y101.3 z121.2) < 0.1) BotScore ++; if(UnitPlayer.Position.DistanceTo(x111.2, y101.3 z121.2) < 0.1) BotScore ++; ................. if(BotScore >= 1337){ //this boy got 1337 score in last 2 hours Logging.Write("One ban for this kid, please"); youDied(); }- Lua / C# Zone of party members
Maybe i can grab it from UI info frame?- Lua / C# Zone of party members
oh.. you reaply in one second before my post ?- Lua / C# Zone of party members
I found https://wow.gamepedia.com/API_UnitPosition it can return mapid. its added in Patch 6.0.2 . But i need some like this for wotlk ?- Lua / C# Zone of party members
Hello. I need code for checking party members (not raid) zone. I was looking in forum, many free plugins, profiles, wow api but not find any sollution- Warmane bans
Its 100% automatically bans. Like bans for goldselling spam (who does it - knows about what i say). When GM do it manually - its write to global chat with red letters - Acc *warmanepwnd*** banned for - Botting. But this new bans always without it, just like spam bans- Warmane Icecrown Bot Detection
happiness7 replied to happiness7's topic in WRobot for Wow Wrath of the Lich King - Help and supportMessage was pass more than twice (4-6 times) with 10 second intarval. I stood near merchant in Felwood (Wrobot on pause) and wanted to get ID some food. I click on "Get Bag Items" http://prntscr.com/kemu31 after that i got this message. After that I could not repeat it again My client is older than the Warmane server ?- Warmane Icecrown Bot Detection
happiness7 replied to happiness7's topic in WRobot for Wow Wrath of the Lich King - Help and supportNew anti-cheat system?- Warmane Icecrown Bot Detection
Got this message in chat 3 minutes ago then got that upd: When I went to the site for checking ban time - it was unbanned already- Auction Buy/Sell Examples C#
Hello. I need some workable examples strings C# for buying/selling in auction. I have seen "wManager.Wow.Helpers.AuctionHelpers" in Visual Studio, but i dont understand how make it work. I dont want change every time product to "Auction" or using LUA/addons when me need buy some items, so i need it make in Quester.- Sleep/Pause/Wait for all theards
Hello. I write helper plugin, and me need code for pause/sleep all steps bot (questing. gethering, moving...) for some seconds.- More than one directory WoW in Relogger
Droidz, can you make possible set different wow directory for each session in relogger? - Vmware