Everything posted by TheSmokie
-
Pathing is bugged for me
@Talamin i mean no disrespect at all, if anything i consider you some type of friend. but this happening on 2 different profiles. one min and one is bambos. both are using your fightclass.
-
Pathing is bugged for me
what is the name of the fightclass?
-
Pathing is bugged for me
could you provide a video of whats going on? turn off all plugins | fightclass | addons etc. everything that not the profile and see if that fixes it.
-
Pathing is bugged for me
@bobmanden hello, idk his profile but if you wait a few days, i am planning on releasing a free copy of my 1 - 450 herbalism with Alchemy for both horde and alliance. Ps: is this problem with the bridge and lava in "The Searing Gorge"?
- C# Variable in Lua.DoString() gives lua error
- C# Variable in Lua.DoString() gives lua error
-
Performance is terrible?
I have one if you message your discord nane
-
Alge123
@Droidz You may want to remove this post, its nothing
-
How to cast revive once?
yes but this method uses mouseover instead of using interact with a corpse.
-
How to cast revive once?
You may need to do some testing with the offsets found Here @iMod used "uint mouseOverGUID = 0x00BD07A0;" or @Droidz used "uint s_MouseOver = 0x00BD0798;" other offsets
-
How to cast revive once?
You may want to interact with corpse before casting.
-
How to cast revive once?
https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.Wow.ObjectManager.WoWCorpse.html
-
How to cast revive once?
using Timer = robotManager.Helpful.Timer; public Spell rezz = new Spell("revive"); if (p.IsDead && ObjectManager.Me.IsAlive && !Fight.InFight && _time.IsReady) { if (ObjectManager.Me.Target != p.Guid) Interact.InteractGameObject(p.GetBaseAddress); rezz.Launch(); Usefuls.WaitIsCasting(); _time.Reset(); } I helped him,
-
How to cast revive once?
@Talamin interesting, isn’t there a lua bool to check of a toon was recently rezzed??
-
Quester Parallels - Combine Target Entry
Awesome !
-
how to disable anti stuck ?
@Droidz can we just ban this guy? he is using a crack copy, and its not worth all the lame stupid post about a cracked copy that doesnt hardly work because of detection.
-
How to cast revive once?
@Matenia May I ask why a timer? I’ve always found waitiscasting to be the best way
-
plugin request - stop bot when when log message [MovementManager] Think we are stuck
Holy c ow, @Droidz not perma banning a user who is using a cracked copy?
-
why does Wrobot reload client sometimes?
You need to disable all Addons!
-
Remove mob from list ?
You should use the grinder option in the quester product.
-
Boolen, string Dictionary array
@Droidz You're Awesome !
-
A lot of crashes
Its not crashing, its closing because of the safety net that droid added. wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = boolen; // true or false.
-
Boolen, string Dictionary array
I am trying to redo my PvPtools with adding custom states but i am having a little problem with buying item via string , boolen. i am trying to use my settings bool to buy the item if the settings is true. but i am not understanding how to get it to buy the item while using a boolen. error : parameter 'number' of 'Vendor.BuyItem(string, int)', i understand i need a string + int amount but how do i get it to check before buying using boolen? public static class AllianceGems { private static Dictionary<string, bool> Mains = new Dictionary<string, bool> { { "Majestic Zircon", true}, }; public static void BuyingGems() { foreach (var item in Mains) { Vendor.BuyItem(item); } } }
-
Can Wrobot use Auction house and do certain tasks?
You could always make your own product.
-
Feral Druid fightclass
Lua.RunMacroText("/cast Swipe(Bear Form)"); Try This.