Everything posted by Runaro
-
Error server down check antivirus/firewall
Good example, they want to keep going, until the fucking police raids them.. Two admins of LizardSquad got exposed this month, so it won't take that long, until they get busted.
-
Error server down check antivirus/firewall
They get attacked from one of the biggest Botnetz, so that's totally understandable. ( same people are attacking sometimes steam, riot games etc. )
-
hunter auto shot aint working!!
Edit the FightClass from Dreamful and Increase the priority of Auto Shot and add some conditions to it.
-
hunter auto shot aint working!!
Upload your Logfile and FightClass... That's what we need, otherwise no one can help you.
- Profil for the Invasion
- Error
- Error
- Error
-
BLZ error ?
- Identifying Transmogs?
You can add a macro into your profile, before using the vendor he spams the macro and equips all BOE gear. /run for b=0,NUM_BAG_SLOTS do for s=1,GetContainerNumSlots(b) do local l=GetContainerItemLink(b,s) if l then if format('%9$s',GetItemInfo(l)) ~= '' then EquipItemByName(l) end end end end To avoid the popup for equipping BOE gear, just use the attached World of Warcraft Addon. Ps. Add another macro to the profile, where he equips your default Gear back on, once he's done with the BOE gear. ( not the cleanest solution, but i don't know any addon which does that all for you ) AutoConfirmEquip.zip- Help making feral druid leveling fight class
Here's a example how you could do it, btw. change the priority to your needs and if you have a different Buff then "Bear Form" change that too. <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Bear Form</Name> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetDistance</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>30</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>ManaPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>BiggerOrEqual</Type> <Value>10</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Bear Form</SpellName> <Priority>20</Priority> <IsBuff>true</IsBuff> <CastIfMounted>false</CastIfMounted> </FightClassSpell>- Product+seems+very+promising!+Have+questions!
We're all simply tired of such posts, that's why we're just honest in such kind of threads. I think it's pretty good, if people are honest, saying what they think and not being two faced. Every single user, which asks for a refund doesn't deserve one.. before buying the product, you have the permission to see all profiles in the profile section and even try the bot itself out. ( Trial version only for private server ) Just my opinion.- Product+seems+very+promising!+Have+questions!
Sorry, that we don't show love to people, which are opening a thread and posting "Can someone make me this, can someone give me that... I want a free 1-max level one click profile GO! etc." I had so many people sending me private messages in the board, asking for FightClasses and Profiles and i don't even know these people, but they think it's a good idea to demand stuff from a stranger. ( one of the reasons, why i ignored this board for about a month ) On the other side, if a person ask for help and looks like, he started reading stuff about the bot and is just failing, because of the missing knowledge / understanding, i sometimes send them a message and offer my help. ( Teamviewer sessions, Profile and FightClass examples etc. ) If people just would go to the tutorial section and read / watch everything, then they would know almost everything about the bot, but much people are lazy. ( Invest time into this bot and it's almost everything possible! ) I don't want to be part of this drama, just wanted to tell my opinion.- How to set a profile to just open near by Box/cache with keys
Just create a quest profile with a object use loop. ( with a item check, so if you don't have any keys left the pulse part is done and the bot gonna stop ) Watch the video tutorials in here and you'll know how. http://wrobot.eu/forums/forum/7-tutorials-wrobot/- I Can?...
If you get a dedicated server and have enough ram, then you could maybe setup a virtual graphic solution, but damn... is it worth investing the time for it? Easier and cheaper.. just bot on your own PC, or get a second one.- I Can?...
Yes you can, but WRobot can only get used from one IP Address at the same time, so if your WRobot runs currently on your PC, it won't work on your VPS, same way the opposite. Ps. WoW ain't gonna work properly, without a inbuilt gpu. ( 99% of the VPS and Dedicated server don't have a gpu )- wod 20886 trail
WRobot_6.2.3_20886_FINAL.zip won't work with 6.2.3.779- bot startet nicht
Wenn du möchtest, kann ich mir das ganze mal via Teamviewer ansehen und eventuell finde ich eine Lösung. Bei Interesse, schicke mir einfach deine Teamviewer Details via PM.- bot startet nicht
Installiere WRobot mal auf eine andere Partition, wo Windows nicht drauf installiert ist. Sieht sehr nach einem Permission Problem aus.- Movement stuck detection too sensitive for Caster
That temporarily solution works good, thanks! But i really hope, that the problem itself gonna get fixed, once you find the bug that it cause.- Movement stuck detection too sensitive for Caster
I've send you via PM one of my caster FightClass.- Movement stuck detection too sensitive for Caster
Okay, that solution is worse then the stuck problem, because now the bot is having problems with moving ( patrolling ) units.- Movement stuck detection too sensitive for Caster
Works okay as a temporarily solution, i really hope you'll fix that problem. ( had to change now every caster FightClass, because of it ) But thanks, for the temporarily fix.- cast on spell doesn't work
They do work, but you have to define into your FIghtClass, that it's a AOE Spell. Then it works without any problems. <AOESpell>true</AOESpell>- suche ein kürschner profil.bitte um hilfe.
Kostet dich 4 Minuten deines Lebens und dann kannst du ohne Probleme ein "simples" Kürschner Profile erstellen. - Identifying Transmogs?