-
Get trade skill text color
Is there a way to get trade skill text color? Need to determine if skill give skill ups, because GetTradeSkillInfo dont give numSkillUps (at least in wotlk).
-
plugin for relogger
Hello, is there a way in relogger to detect if wow account banned\suspended? i wanna do if acc banned => stop profile=> change settings => start again
-
Can we use custom libraries with wrobot?
And how to do that?
-
Can we use custom libraries with wrobot?
Hello, i create dll with navigation methods, want use them in profiles. I assume i must put dll in wrobot\bin and can use it in profiles like, for example Nav.To.Kalimdor() ? If so, for some reason it not work, even add using Nav; to profile didn't help
-
-
Помогу с оплатой подписки ФП
Воспользовался услугами, всё прошло шикарно, всё показал, рассказал что куда тыкнуть чтоб оплатилось
-
press start bot programmaticaly
Hello, i make own lightweight lame logger/relogger and stuck at press "Start" button of bot. at first SetForegroundWindow(p.MainWindowHandle); // focus bot window then i try various ways 1) SendKeys.SendWait("%(c)"); 2) keybd_event(0x12, 0, 0x02, UIntPtr.Zero); // press alt Thread.Sleep(1000); keybd_event(0x43, 0, 0x02, UIntPtr.Zero); // press c Thread.Sleep(400); keybd_event(0x12, 0, 0x00, UIntPtr.Zero); // unpress alt keybd_event(0x43, 0, 0x00, UIntPtr.Zero); // unpress c 3) even try to tab between bot window elements but none work, like keys not send to window, but tested on notepad and it works . Is there way to press start button?
-
Get system message text
-
-
Ледяная преграда - Нордскол
Типа перелететь на дирижабле\корабле с одного континента на другой? Вот пример такого квеста
-
Help with the code to change the complexity of the raid
https://addonstudio.fandom.com/wiki/API_SetRaidDifficulty
- afk low hp
-
-
Использование тундрового мамонта для путешественников.
- How to TAUNT target only when it is targeting HEALER or DPS in the group?
not tested fc.xml- How to TAUNT target only when it is targeting HEALER or DPS in the group?
Oh, my bad , GetLFGRoles() return your role, for checking other's roles you need UnitGroupRolesAssigned(Unit); . Taunt code needs to be put in fightclass, or plugin if you wish.
AntonDingir8 reacted to a post in a topic:
How to TAUNT target only when it is targeting HEALER or DPS in the group?
- How to TAUNT target only when it is targeting HEALER or DPS in the group?
Hello, you can check lfg roles by lua GetLFGRoles(). I assume you want to taunt mobs as tank from party members, you can use something like var targettotaunt = wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitAttackables().Where(q=>q.InCombat && q.TargetObject != ObjectManager.Me).FirstOrDefault(); To check wow class you can use wManager.Wow.ObjectManager.WoWUnit.WowClass- Cancel current state
Hello, is it possible to cancel current bot state(i need to cancel ToTown), on lua "MAIL_FAILED" event? When bot send items to mule and mule have his mail full, too many attemps auto mutes your account with message "Your mail and chat prievelegies has been suspended due Game Master review", or something like that . For a while this was not a problem, but recently some servers start ban because of this. Nevermind, fixed it, should try more before creating tread. Delete pls. - How to TAUNT target only when it is targeting HEALER or DPS in the group?
zzzar
Members
-
Joined
-
Last visited