Everything posted by TheSmokie
-
Problem with authentication of paid profiles
It could be you’re isp blocking the connection.
-
Free Trial
You can spend 7.99€ for a month key but I don’t think droidz gives out longer keys for free anymore. Since most of his income comes from private servers and the keys are already cheap as fuck!
- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
-
How Using Wand ( Shoot ) in fightclass?
public Spell wand = new Spell("Shoot"); if (wand.KnownSpell && wand.IsSpellUsable && ObjectManager.Me.ManaPercentage <= 5 && ObjectManager.Me.GetEquipedItemBySlot(wManager.Wow.Enums.InventorySlot.INVSLOT_RANGED) != 0) { wand.Launch(); Usefuls.WaitIsCasting(); return; } This is what i use in my fightclass. if you want anymore help join my discord : https://discord.gg/ppm8Ufc im not always on here and i love helping people learn.
-
Cant Turn in Quests
Thank you @thxgod1\ here @Jensen-, code for you're problem, Also more code you can use that i have made. if (!Quest.HasQuest(Quest ID) && !(ObjectManager.Me.Position.DistanceTo2D(new Vector3(x, y, z)) < 20)) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z)); } var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(NPCID)); if (u.IsValid) { Interact.InteractGameObject(u.GetBaseAddress); wManager.Wow.Helpers.Lua.RunMacroText("/script AcceptQuest();"); } return true;
-
Snippets C# codes for Fight Classes
Yeah
-
Check IsAttack
for this code to work you'd need to make it run inside Initialize();
-
Snippets C# codes for Fight Classes
if(ObjectManager.GetWoWUnitAttackables().Any(x=> x.Position.DistanceTo(ObjectManager.Me.Position) < 20)) { MovementManager.StopMove(); Fight.StartFight(ObjectManager.GetWoWUnitAttackables().OrderBy(x => x.Position.DistanceTo(ObjectManager.Me.Position)).FirstOrDefault().Guid); }
- How Using Wand ( Shoot ) in fightclass?
-
Full Refund
Not trying to start anything but I kinda wanna see if this guy got a refund. If not I would like to at least see him bitch about it.
-
Wrobot for Battle for azeoth
Retail : I can’t read this but knowing the name in title. I’m gonna say no, this bot will NEVER support retail EVER again! Private server : I do not believe until BFA is over in retail.
-
Mass ban
its not that @Droidz is ignoring or want to work on class Private server, its just its pointless. ONCE retail releases Classic with in the next few months, all Vanilla servers will die or go to TBC. and warmane kinda needs bots to keep running, it keeps the cash flow coming in tbh.
-
Mobs in -80000 Z coord range
It can cause problems based on profile.
-
Mobs in -80000 Z coord range
Can you provide info like what server, and the profile you’re using?
-
Mass ban
Why is i May ask?
-
Mass ban
Might be a good idea for everyone to stop using wrobot on the realm til @Droidzfix the problem.
-
Server connection ... Stuck
Try using the repair tools and or reinstall it.
-
Mass ban
@Droidz you may wanna take a lookie at lights / hope
-
Mobs in -80000 Z coord range
What server?
-
Mobs in -80000 Z coord range
Welcome to warmane
-
How to let the character learn the specified Spell
I’m not involved in nothing. I did want to sell this code but I’ve edited it to put into custom scripts. A completely edit copy. And I didn’t leak it at all . I dislike being blame for something I didn’t do.
-
How to let the character learn the specified Spell
This sounds like a good time for everyone to sit back and eat some pie.
-
Something Wrong with selling to vendor ?
do you have white, gray, green on to sale?
-
Wiki
https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/index.html