Where are you botting? Maybe i do something wrong, but my grinding route for rogue looks so bottish, edgy turns, instant facing etc. Nothing to do on x1 server.
Wrobot is good, but its still bot, there is no humanlike behavior, like strafe left/right, random movement divergence, smooth roration etc. It is important for x1 crowded server. Is it possble implement w-s-a-d movement, not click-to-move?
Hello guys, i want to record the path and forcing the character to follow it from the plugin and after finishing up I need to use some other scripted actions, like using different path depending on who is in front of me. In a word, I need to combine various different actions into one monolithic plugin (follow detected path, loot, check mob availability etc). Specifically for now i have path.xml (recorded by grinder / gatherer) and dont know how to use it from code.
Works fine as charm, hell thanks. Dont know why but i had to replace .
Lua.LuaDoString($"SendMail(\"{recipient}\",\"{subject}\",\" \");");
to
Lua.LuaDoString("SendMail(\"" + recipient + "\", \"" + subject + "\")");
Hey, yes, prefer by item name. Some items have same Id but different names: Tanzanite pendant of the Gorilla/of the Monkey, etc.
The code will be used in a plugin (burning crusade).
Lua.LuaDoString<string>("itemId = GetContainerItemID(1,2);", "itemId");
Isnt working ;( I want to send items by mail, can send one item per cycle using Bag.GetItemContainerBagIdAndSlot, but it is very slow, because I have to wait 5 sec (antispam system).
Thanks for the help, I have done main part. Now it would be cool learn rogue to sneak through dungeons.
1. Can I record path and force character to move by C# ?
2. How to use distract on the ground?
3 How to open trade, put items, and push it
Logging.Write(Lua.LuaDoString<bool>("return UnitIsConnected(" + "PlayerName" + ")") + "");
Returns false, but player is online and near me.
List<WoWPlayer> playersInParty = new List<WoWPlayer>();
playersInParty = wManager.Wow.Helpers.Party.GetParty();
Logging.Write(playersInParty.Count + "");
Returns 0 , but im in party with 1 player.
Any idea?
I have found the cheast, how can I loot it?
List<WoWGameObject> objs = new List<WoWGameObject>();
objs = ObjectManager.GetWoWGameObjectByyId(123456);
WoWGameObject chest = objs[0];
Another stupid q, i have downloaded FightClass.cs sample, but wrobot>general settings > fight class have .xml format. How can I use sample. Also, I have downloaded plugin sample, and it works. I was able to write a log, lol. Which difference and advantage in these approaches?
I have very noobish question. Where should i insert this code? Quester> action> runCode ?
private Spell _vanish = new Spell("Vanish");
error
int chestId = 42;
but ok