-
Posts
426 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Runaro
-
The german client can cause several problems, therefore i recommend using a english wow client.
-
Nice job. Good that i've looked into the forum, cuz i was about to create a quest profile guide today.
-
Jede einzelne Quest muss "programmiert" werden, sodass der Bot weiss wo er die Quest annehmen, durchführen ( töten, sammeln etc.. ) und wieder abgeben kann.
-
Ein "gutes" one click grinder Profile? Naja, deutlich schneller als ein 1-100 questing Profile.
-
[Video Tutorial] Create a basic Grinding Profile
Runaro replied to Runaro's topic in Tutorials - WRobot
He did loot, just slow down the video. ( the boar had no loot ) -
Keine Ahnung, bisher habe ich noch nie einen Charakter von 1-100 via grinden geleveld. Just for fun hatte ich mal 5 Charakter simultan in einer Gruppe ( RAF ) via Dungeonfinder mit WRobot aufm Retail geleveld. Aber um ehrlich zu sein, habe ich WRobot noch nie zum "normalen" leveln aufm Retail genutzt, sondern nur auf Private Servern. Ein "gutes" Profile sollte dies vollkommen selbständig machen.
-
Das stimmt schon, vorallem in den letzten zwei Jahren ist das zur "Regel" geworden.. Leider existieren keine public 1-100 questing Profile, daher kannst du nur teilweise auf questing Profile zurückgreifen und die restlichen Level müssen via grinding erreicht werden.
-
Ja, es existieren einige Profile in der Profile Section: http://wrobot.eu/files/category/4-profiles/ Selbstverständlich nicht zu vergleichen mit der Honorbuddy Profile Section, aber die meisten Profile sind sehr einfach zu erstellen. Das habe ich damals in meiner aktiven Botter Zeit aufm Retail auch so gehandhabt, aber das ist schon ein paar Jahre her. Derzeit botte ich nur auf Private Servern, aber was ich so mit bekommen habe ist, dass Blizzard deutlich härter durch greift. Gehe das ganze langsam an und werde nicht zu gierig.
-
WRobot wurde bisher noch nicht einmal detected, aber kann von Blizzard genauso einfach wie Honorbuddy detected werden. Ob und wann dies geschehen wird, weiss niemand.. aber die Wahrscheinlichkeit ist gering, denn WRobot ist ein realtive "kleiner" Bot. Dungeon Profile sind deutlich complexer und nehmen daher mehr Zeit und Wissen in Anspruch, als zb. ein Grinder Profile. ( Grundkenntnisse in C# sind von Vorteil, aber keine Vorraussetzung ) Einen Account nur zum botten macht Sinn, aber du möchtest vermutlich das Gold mit deinem Main Account handeln? Am Ende werden alle Accounts, die mit dem Bot Account in Verbindung gekommen sind gebanned ( zb. wenn du große Goldmengen gehandelt hast )
-
[Video Tutorial] Create a basic Grinding Profile
Runaro replied to Runaro's topic in Tutorials - WRobot
hehe My english isn't the best, so i decided to use a text to speech voice. Thanks for the feedback. -
The Bug Tracker is for reporting bugs and not for support... The bot version for WOD needs a full bot license and not just the private server license. http://wrobot.eu/store/product/4-wrobot-unlimited-subscription/ Private servers for WOD are not getting supported atm, you can be lucky and find a version which works.
-
<FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Furious Howl</Name> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Furious Howl</SpellName> <Priority>29</Priority> <Timer>45000</Timer> <IsBuff>true</IsBuff> <CanMoveDuringCast>Yes</CanMoveDuringCast> <LockFrame>false</LockFrame> </FightClassSpell>
-
-
I've didn't say you don't deserve the discount, but you have to think about that.. there's only one person working directly on WRobot and this person has also a private life ( family and such things ).. So you can't expect 24/7 support from one person, which has to satisfy thousand of users. Glad that you've figured that now out, but next time don't start such a discuss on the forum, it's simply the wrong place for such things. http://wrobot.eu/contact/
-
-
Getting a discount for free and complaining...
-
<FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>85</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>ManaPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>BiggerOrEqual</Type> <Value>20</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Healing Surge</SpellName> <Priority>19</Priority> <CombatOnly>false</CombatOnly> <LockFrame>false</LockFrame> </FightClassSpell>
-
That's why we need a profile creator for dungeons: http://wrobot.eu/bugtracker/dungeon-editor-r437/
-
I'm not playing on retail atm. but how should some spells work if they look like this in your FightClass? <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Smaller</Type> <Value>85</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Healing surge</Name> <Need>true</Need> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Healing Surge</SpellName> <Priority>19</Priority> </FightClassSpell> That means, the bot only casts "Healing Surge", if the buff "Healing Surge" exist on your character, but "Healing Surge" isn't a buff.. Here how it should look like: <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>85</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>ManaPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>BiggerOrEqual</Type> <Value>20</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Healing Surge</SpellName> <Priority>19</Priority> <CombatOnly>false</CombatOnly> <LockFrame>false</LockFrame> </FightClassSpell> You could also add a timer, change the priority and add some more conditions to it.
-
Lade bitte das Profile und ein vollständiges Logfile hoch.
-
WRobot doesn't support old WOD versions atm, unfortunately you have to wait until legion got released and droidz makes a WRobot version for WOD private server . But you can try downloading this bot version, which needs a full bot license and not just a private server license: http://download.wrobot.eu/wrobot/oldversion/WRobot_6.2.3_20886_FINAL.zip Cyka blyad wowcircle
-
Can you help make Dash work @ Feral Druid?
Runaro replied to [email protected]'s topic in General assistance
I don't understand why you want to do this without several conditions, but okay here is your variable you need to add: <IsBuff>true</IsBuff> <CombatOnly>false</CombatOnly> -
You have to create your own FightClass, or download one from here http://wrobot.eu/files/category/9-fight-classes/
-
Please upload your FightClass of the priest.
-
Druid, or Monk i would say.