Everything posted by Droidz
-
7.3.5
Hello, try again problem resolved
-
Black s**t screen
You are sure that you use last version? I tested again I cannot reproduct problem. For me the problem came from CTM, sometime he was called with float.NaN param (that do blackscreen or crash wow)
- 26365
-
7.3.5
Hello, problem resovled
-
Black s**t screen
if you can try with new update
-
Black s**t screen
you are the first to report me this problem. When you found bugged node blacklist zone. FPS seems low, what return https://wowwiki.fandom.com/wiki/API_GetFramerate ? Maybe code like if GetFramerate() < 5 then ReloadUI() end can resolve problem
-
Legion 7.3.5 26124 and KEY
Hello, problem resolved try again
-
Quest Abduction. Tame NPC and go to quest giver
try to remove the code u.IsMyPet &&
-
help ,Server seems to be down?
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Bot spiraling up as high as possible
try to download another wow client (in another website), try also to disable your antivirus
-
Black s**t screen
Hi, you have try to use option "Skip nodes in water" ?
-
Pandawow crashes
- Bot spiraling up as high as possible
hi, check if HumanMasterPlugin is correctly installed- Change character
Hi, in relogger general settings disable option to close game when wrobot is closed. But you can also use relogger to change character- Milling is broken
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Loop around target
Hi, like that (no tested): var center = ObjectManager.Target.Position; var distance = 3.5; var listPos = new List<Vector3>(); for (double angle = 0; angle < System.Math.PI * 2; angle += 0.6) { var p = new Vector3 { X = (float)(center.X + distance * System.Math.Cos(angle)), Y = (float)(center.Y + distance * System.Math.Sin(angle)), Z = center.Z }; listPos.Add(p); }- Party.IsInGroupInstance()
Hi, IsInGroupInstance() is for raid (severals groups). If it is dungeon for 5 players (1 group) use IsInGroupHome()- c# itemlink wotlk
Hi, To get link I use https://wow.gamepedia.com/API_GetItemInfo (and I cache result), I'll not fix this problem.- Classic WoW PVP Pool boosting
Hello, you can do it with "custom profile" or if you create "Product" but you need good C#, LUA (wow api) and WRobot API knowledge- Bot spiraling up as high as possible
@fauler in Wotlk too? you use what fightclass? iif you can also share log (and all users with same problem)- druid herb fly
Hello, try to disable all wow addons, if your problem is not resolved increment min latency in advanced general settings- can't choose realm on sirus.su
Hi, You cannot resolve this problem- How to interact with Hyacinth Macaw?
Hello, to call it try: wManager.Wow.Helpers.MovementManager.StopMove(); wManager.Wow.Helpers.Lua.RunMacroText("/use NAME"); wManager.Wow.Helpers.Usefuls.WaitIsCasting(); To interact try: wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(wManager.Wow.ObjectManager.ObjectManager.Me.Position, 1234);- Flight master was discovered
Hi, wowUnitFlightMaster.NpcMarker == NpcMarker.GreenExclamation- Resurrection Sickness wait until runout not working
Hi, In Wotlk? I tested all seem good. You are sure it is not profile/plugins problem? What is name/id of buff in your server? - Bot spiraling up as high as possible