Everything posted by 79135
-
Auto clear log files
How to autoclear log files in folder of wrobot ?
-
Easy change range in Fight Class editor
Hello, i very need it for druid, becouse druid have 3 spec (rdd/mdd/heal). when i lvling i use mdd, but when i reach 80 lvl i use rdd, range 5 yards in FC, RDD constantly starting run to target... Do you can add a new function in FC editor for change of range? I dont want create clone of fight class with range 30 yards.
-
Get name Quest
How to get name of quest in Easy Quester Editor with C#? I need it for: Logging.Write(questName + "text");
-
Mass ban
is have an easy method for create new acc with hide of data of browther?
-
Mass ban
if i use in the GoogleChrome mode: incognito, it hide my data of the browther when i create new account?
-
Get message from wow chat
-
poll about leveling
How do you think, admins check how many quests bot's done at a some lvl? (wow version: vanilla - BC - WoTLK)
-
Mass ban
can make this bot only for wholesalers?)
-
Ghost into water
How to force run while ghost into water? The corpse is in a cave, so bot need to go through the water, but the bot spins over the water and cannot pass
-
Add into focus per guid
How to set into focus by guid? var unit = ObjectManager.GetObjectWoWUnit().OrderBy(o => o.GetDistance).FirstOrDefault(); ObjectManager.Me.FocusGuid= unit.Guid; - dont work
-
How to check Queue
-
Function "Reset" in quester now isn't work
is quest type Follow path. Bot just skip points and at once run to last point of path. Help with the problem "robotManager.Products.Products.InPause = true/false;" But when use "robotManager.Products.Products.InPause = true/false;" bot very often just stay and nothing to do
-
Function "Reset" in quester now isn't work
-
Stopped script lua
Script good delete, but when GetContainerItemLink(b,s) == 'Hearthstone' the script is stopped. Why? Lua.LuaDoString("for b = 0,4,1 do for s = 1,GetContainerNumSlots(b),1 do name,_,_,_,_,_,_,_,_,_, itemSellPrice = GetItemInfo(GetContainerItemLink(b,s)) if name ~= 'Hearthstone' and itemSellPrice < 10 then PickupContainerItem(b,s); DeleteCursorItem(); end; end; end;");
-
Butler - equip better items, food and drink
Badly work for me, my setting 10 Spirit, 100 Agil, 100 Stamina, 100 Int. Bot do priority for item with start 9 int + 11 spirit then item 8 agil + 7 stamina, WHY?!
-
Freeze screen
Hi, in wow vanilla how can I freeze screen or reduce fps until 15-20? Lua.LuaDoString("ConsoleExec('maxfps 15');"); dont work
-
Which command is dangerous?
Okay, thx a lot!
-
Which command is dangerous?
Btw on sunwell TBC i check reaction on spam Lua.LuaDoString("ResetInstances()"); every 1-5 sec, and specially run into wall in instance. 1st acc which run into wall and dont spam the command is alive, but 2nd which run into wall and spam the command is dead. Maybe it's a coincidence ?
-
Which command is dangerous?
CastSpellByName can to be detect? My FC all abilities use with it... Please more info write. Thanks
-
Which command is dangerous?
what commands administrators can find a bot? I often use the command: Lua.LuaDoString("ResetInstances()"); or Lua.LuaDoString("FollowUnit("example")"); or Lua.LuaDoString("StaticPopup1Button1:Click()"); or Lua.LuaDoString("InviteUnit('example')"); It is dangerous? Can you write a dangerous LUA command if they exist?
-
Question abouch chat in wow vanilla
Why the code dont work? if (string.Equals("qwerty", new Channel().ReadMsg().Msg.Trim())) {} Bot cant catch message. Work only when: var chat = new Channel(); if (string.Equals("qwerty", chat.ReadMsg().Msg.Trim())) {}
-
question about vanilla macro
Yes, thanks you
-
question about vanilla macro
I need promote leader party another char, but macro /run PromoteToLeader("unit") dont work, work: /promote nameChar. How with c# i can use the macro? Lua.RunMacroText("/promote nameChar"); dont work
-
How To Reset Quest step type
How do it step with c#?
-
Check if GroupLootFrame is visible
It is work, thanks a lot! My profile work with my setting and will be badly for another users