-
Posts
12582 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Bug Report Comments posted by Droidz
-
-
Wrobot can use only one offmeshconnection per path, if path need several offmeshconnections you need to combine them. For your problem, you need to create one offmeshconnection "Rut'Theran to Auberdine", one to "Darnassus Portal Down to Rut'Theran" and one "Darnassus Portal Down to Auberdine" ("A to B", "B to C" and "A to C")).
(if I understood the problem correctly.)
-
hi. You have try to increment settings "OffMeshConnectionsSearchDistance" ?
-
you need to add destination position (where portal teleport) (I haven't tested, but you positions seem very near)
-
Hi,
try to disable your addons, if problem is not resolved try to contact fightclass creator, hi has a lot of error maybe it is know issue or bad installation.
-
Hi,
Use "Usefuls.InGame"
To detect if UI was reloaded you can assign lua variable and check value when you need (after reloadui value will be "nil")
-
Hi,
problem is that WRobot don't unload loaded dll (or code), if you start/stop several times your code will don't found what dll use.
You can try to use "Var" like that (no tested):
public void Initialize() { robotManager.Helpful.Var.SetVar("TakeDeepRunTram", new Action(() => TakeDeepRunTram())); } public static void TakeDeepRunTram() { //code to enter portal, take tram and leave through other portal }
in offmesh use:
c#: robotManager.Helpful.Var.Var.GetVar<Action>("TakeDeepRunTram")();
-
Hi,
The connection between the relogger and WRobot and very basic, he cannot read what WRobot does.
You can do this if you combine the relogger with a custom quest profile (or the "Schedule" product)
-
Hello, try to restart your computer and remove folder "D:\BOTs\WRobot 3.3.5\Profiles\Quester\Cache\"
-
-
Hi, in Wotlk?
-
use wrobot api (read previous message):
On 3/29/2020 at 9:06 PM, pudge said:Interact.ClearTarget();
Works fine in latest version, thanks ❤️
-
Hello, when you upgrade your key to need to restart all running sessions to apply new limit. You should no longer have this problem.
-
Hello, is done
-
this problem is normally resolved in new update
-
Wait next update, I added new quest type (this type combine kill and loot and gather). You can use several quests/objectives in one quest (wrobot will go to nearest objective and stop farm/attack if objective complete, but continue the others), it is sample (pulse only) with the quests https://www.wowhead.com/quest=46/bounty-on-murlocs , https://www.wowhead.com/quest=52/protect-the-frontier and https://www.wowhead.com/quest=5545/a-bundle-of-trouble : test grindergatherer.xml
-
I'll release fix on all version in next update (during next week I think)
-
-
Maybe I found, I release it only for tbc, tell me if it is that (or not)
-
hi, call UpdateSpellBook() reload fightclass (call ICustomClass.Dispose() and abord thread created to run ICustomClass.Initialize())
-
@[email protected] you too you play on sunwell?
-
I haven't solution without big change. I should be create new quest type with grind/gatherer support and add objectve by unit/gameobject entry (and not by quest like now) (and search all no completed entry objective and go to the neareest).
-
Hey,
I checked (in wotlk) I cannot reproduce the problem. Can you share screenshot and position easy to reach (with low level character) where I can reproduce problem please.
-
-
Hey,
Sorry I cannot change that with current structure.
submitted tasks
in Bug Tracker
Posted
Hello, If I understand correctly what you are asking me, you can already: