Developers assistance
You have problem for create Quest profile? Custom Profile? Plugin? Product? C# or VB.net FightClass? This forum is for you.
537 topics in this forum
-
Hey there. I'm relatively new to WRobot, so far I'm learning plugin writing so I can have full control on most of bot's actions. I'd like to know if there is a way to recompile plugins without reopening Wrobot every time. Is there a way to block Product (like Gatherer or Quester) pulsing so plugin could take needed actions? Thanks in advance <3
-
- 6 replies
- 3.2k views
-
-
Hi, I'm trying to combine questing with custom profile, I've added needed "QuestClass" and is accessing it from Run() func of my custom profile. it works in general but fails to find any NPC for quest pickups/turinins and I found that it's not possible to add NPC list when declaring a QuestClass because it's read only. So how to use QuestClass/QuestGrinderClass classes from a custom profile ? My search ended up at Quester.Profile.EasyQuestProfile.NpcQuest - I guess that is the list of Npcs that are used in QuestClass but I couldn't find a way to make it work... My goal is to make a Custom profile which can do quests the same way Quester does but with …
-
- 1 reply
- 1.1k views
-
-
How to draw the circle using method from wManager Radar drawcircle ( I know how to draw a circle on the screen) but I have problem to make it permanent ( wanna make a permanent trail on the map for creating the best gathering route ). So how to make that circle permanent like when the 3d radar is on? ( orange circles and lines ). Is there an easy solution to do that? If I use the method once it will only blink and if I use it in loop after some time wrbot will crash ^^.
- 3 replies
- 1.6k views
-
Due to the MoP client continously breaking, I am looking for ways to reliably do a ReloadUI() to fix it, as a work around. Unfortunately, when this occurs, sometimes my pet is enough to kill my targets, and the bot never dies. So a simple reload after dying isn't enough. Therefore I'm looking for a more reliable way. One idea is to execute the Lua code, if combat has been going on for 5+ seconds, and no spell has been cast by the bot. I wish there was a more reliable way, but I haven't really noticed anything, except that when I restart the bot without reloading the UI, it will say that all movement keys are unbound. Any help (like code examples) is appre…
-
- 1 reply
- 1.5k views
-
-
Hey, is there a function that returns the number of skinnable mobs around the player? or sth similar?
-
- 5 replies
- 1.8k views
-
-
I am trying to use Relogger in combination with C# / LUA to setup a relogger flow that goes like this : - log in - hearth - flightpath to gathering start point - start gather Then relogger would turn the bot off for X time, and start over from the top (log in, hearth, flightpath, gather) Is this possible? I can run code on Quester but I can't find any way to run code on Gatherer. Suggestions?
-
- 1 reply
- 1.2k views
-
-
I have a single step Quest profile: [0] RunCode > wManager.wManagerSetting.CurrentSetting.LootMobs = false;wManager.wManagerSetting.CurrentSetting.HarvestMinerals = false;wManager.wManagerSetting.CurrentSetting.HarvestHerbs = false;wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; When I activate that profile and start the bot, I expect that the quester profile will run and turn these options off. I see in the debug log that it says this RunCode was run, but I don't see any of the options changing in the WRobot UI. Even worse, it looks like the bot isn't having these settings changed on the back end, since my bot still starts running ar…
-
- 1 reply
- 1.1k views
-
-
Hi. Tell me please how can I make some action right after specific string appears in general chat? This is not player message, its a string, generated by luascript in some plugin.
-
- 1 reply
- 1.1k views
-
-
Hello, I'm looking for some ideas how you would create or what you expect from a heal engine. We got a list with player objects that will be updated async so we allways have an updated list of party or raid member. Now it comes to the point we have to priorize the ppl. What would you expect from it? I never wrote such stuff so it would be helpfull if someone could explain what and why he would add some functions. Also samples are welcome if you know a existing heal engine. Thanks iMod
- 3 replies
- 2.8k views
-
D3D.TraceLine( x, y, z, rx1, ry1, rz1, Bit.Or( INTERSECT_TERRAIN ) or something like that possible? I need to know how exactly far I'm from the ground to make good gathering profile ( stable height = more speed )
- 1 reply
- 1.3k views
-
Hi! 2 noob questions from me :) 1) How can I check is there any lootable node (felslate for example) in specific radius? Center of the circle is a bot. 2) Can I check a condition when some player put me in target? In other words i need to do some action when i've been selected by another player.
- 4 replies
- 2.3k views
-
here doc about WoWUnit.InteractSpellId http://docs.honorbuddy.com/html/2eaf5da1-b631-2fd7-26f0-9e135ee5bb12.htm is there anything similar for wrobot?
-
- 15 replies
- 3.2k views
-
-
Hello. How can I write a profile for legion event ? I have to make the conditions for stages a scenario ? How can I do it ? P.S. Start quest
-
- 2 replies
- 1.4k views
-
-
Hello everyone I've got a problem with some of my fight classes The bot reinitialize his target very often without any action from me Several times during an encounter I have the message : [Fight] Manually target change For Hunter it deactivate Auto Shot and trigger Attack, most of the time, without going throught my tests. Some times it completly deactivate combat routine Here is a log sample I join the fight Class to this message: I managed to mostly overcome the problem but it could look like a bit botish to expert eyes Tested without any addon Vanilla version / Server Elysium McRo Hunter 10-X.cs
-
- 5 replies
- 3.2k views
-
-
i think offmesh connections help to connect some bad paths in meshes: example caves or Narthalas academy in Azsuna. requesting good tutorial how use it properly. thanks @Droidz
- 2 replies
- 2.2k views
-
I wanted to make a profile for Gate of the Setting Sun Dungeon, but when i got to last boss it is kinda over my abilities:( Maybe someone could help me out, I need a script for last boss: Boss is this npc: <Npc> <Entry>56877</Entry> <Name>Raigonn</Name> <Vector3 X="960.5662" Y="2306.168" Z="296.1062" Type="Flying" /> <Faction>Horde</Faction> <Type>None</Type> <ContinentId>TheGreatWall</ContinentId> </Npc> He has a buff id 107118 http://www.wowhead.com/spell=107118/impervious-carapace Impervious Carapace Reduces damage taken b…
-
- 0 replies
- 1.5k views
-
-
Hello there I started building some profiles and I wanted to add some Custom Settings for the user to tweak. I made so with two of my classes (linked below). But I had to comment them since, when I use those I get this error : And I don't see what is going wrong ... Am I missing something ? McRo Priest.cs McRo Hunter 10-X.cs
-
- 1 reply
- 1.5k views
-
-
Hello I can read the player rotation property using for example ObjectManager.Me.Rotation is there a possibility to set value of rotation?
-
- 4 replies
- 2.3k views
-
-
Can I get a description on each methods for auction helpers ( at least how the filter should be passed and how to select item for sell) etc or it's top secret? Ok somebody can remove it? I decompiled dll with dot peek and get all needed info ;)
-
- 1 reply
- 1.5k views
-
-
Jumping around is very crucial in getting detected less and being noticed more player-like. But when using the jump plugin available in the download section, the toon jumps even when gathering and so cancelling the gathering process and also jumps during combat, which seems silly. Is there a way to create a quick plugin or set a restriction to that already existing plugin, to not allow jumping during combat and when having detected a gathering node?
-
- 1 reply
- 1.1k views
- 1 follower
-
-
Hey Droidz i just started to bot again and the bot keeps freezing after 1 min or so, looking at the logs theres nothing on it it just autostop and stands there doing nothing. Thank you in advance for ur amazing work.
-
- 1 reply
- 1.3k views
-
-
Hello, How Can I do manualy movement when I'm ghost(I need to make a plugin who can go to Dungeon as Ghost)? This dosen't work - bot just paused when dead, I trying with GoToTask.ToPosition- but still didn't help. if (ObjectManager.Me.IsDead) { Products.InPause = true; MovementManager.MoveTo(new Vector3(-554.9354f, 3137.513f, 5.374941f)); //here will be rest of code }
-
- 3 replies
- 1.8k views
-
-
hi would like to to make a chain of profiles and they should when done automatically load the next profile. is there a function to open profiles?
-
- 2 replies
- 2.3k views
-
-
-
I get help from that forum with answer which is using a part of c# version 6 - that $ thing used before string instead of using string.format thing like in this example $"print(\"{wowPlayer.Name} around paused.\")". That thing requires c# 6 I have only c# 5 ( windows 7 ) i found how to get compilator for version c# 6 and I have now csc.exe (compilator ) file in separte directory. How to make the bot compile the plugin or rotation using that csc file or where to replace files to get it compiled with c# 6 special new functions?
-
- 4 replies
- 2.1k views
-