Jasabi
Members-
Posts
126 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Jasabi
-
-
Hi, currently its a big issue to switch targets correctly in wrobot with fightclasses, as wrobot always tries to switch back to the original target. It would help a lot with development, if you could give us a way to override this or set a new target for the fightloop to use.
-
you can try
-
Battlegrounder problems
Jasabi replied to novaosrs's topic in WRobot for Wow The Burning Crusade - Help and support
Doesnt make a difference -
Version 1.0.0
862 downloads
Automatically sets talents when you level up! Tested and working on Vanilla and TBC Tutorial Go to http://armory.twinstar.cz/talent-calc.php and select your expansion. Select your class and set talents. Click on "Link to this build" in the right corner. Copy this part of the link. Go into iTalents settings and set the Talent string as that value. It will always learn the first Talent tree first and will go in order from left to right. You can add multiple talent strings though. So if for a frost mage for example you want it to learn Frost first. Something like this: Add that Talent string first. Then complete the build with Arcane and add the Talent strings like this: 0000000000000000000000000000000005353203000351001 0000000000000000000000000000000005353233000351001 2302502010020000000000000000000005353233000351001 Recommended Items to use with this for a full AFK experience: Not fully AFK yet, but being worked on regularly: Join my Discord for any help: https://discord.gg/anAu7QA -
Version 1.0.0
1245 downloads
Automatically sets talents when you level up! Tested and working on Vanilla and TBC Tutorial Go to http://armory.twinstar.cz/talent-calc.php and select your expansion. Select your class and set talents. Click on "Link to this build" in the right corner. Copy this part of the link. Go into iTalents settings and set the Talent string as that value. It will always learn the first Talent tree first and will go in order from left to right. You can add multiple talent strings though. So if for a frost mage for example you want it to learn Frost first. Something like this: Add that Talent string first. Then complete the build with Arcane and add the Talent strings like this: 0000000000000000000000000000000005353203000351001 0000000000000000000000000000000005353233000351001 2302502010020000000000000000000005353233000351001 Recommended Items to use with this for a full AFK experience: Not fully AFK yet, but being worked on regularly: Join my Discord for any help: https://discord.gg/anAu7QA -
Hey, sometimes ItemsManager.GetItemCountByNameLUA seems to return 0 even though the count isnt 0. Not sure what is causing this
-
Mage conjuring too many water
Jasabi replied to Lord's topic in WRobot for Wow Vanilla - Help and support
Pretty sure GetItemCount isnt in the vanilla api -
For private servers you can also go most of the data out of the sql database files. CMangos has them for Vanilla and TBC, Trinity for WotLK etc. You would just need to include the correct files and read from them.
-
- 16 comments
-
- paladin
- retribution
-
(and 2 more)
Tagged with:
-
Im pretty sure it doesn't matter whether it shows the queue on battleground 1 ingame. At least not on warmane. You will get into the first available one. But the running back and forth from battlemaster to battlemaster is very obvious and could get people reported. If you could look into that @Droidz
-
-
-
-
Battlegrounder
Jasabi replied to wolerix's topic in WRobot for Wow The Burning Crusade - Help and support
Make a FC that can actually kill enemies and looks humanish -
Battlegrounder
Jasabi replied to wolerix's topic in WRobot for Wow The Burning Crusade - Help and support
well the free default runs pretty randomly anyway -
Battlegrounder
Jasabi replied to wolerix's topic in WRobot for Wow The Burning Crusade - Help and support
did you guys remove the "Dont queue if im not party leader"? please dont bot obviously in bgs ;) -
Pather & general ideas for WRobot classes / profiles
Jasabi commented on reapler's bug report in Bug Tracker
sounds very cool -
[Battlegrounder Free Mode WG] Avoid Tunnels
Jasabi commented on ScripterQQ's bug report in Bug Tracker
Did you try blacklisting the zone in the tunnel? -
Hi, The bot seems to give up and blacklist the target at times when it tries to attack in stealth. It moves to a distance of 5-10 and then stops attacking and tries to go to the next target. Maybe a higher blacklist timer in WRobot if we are stealthed would fix this?
-
Anything that can be done in v1/v3 of zzukbot can be done in wRobot. I have developed stuff on zzukbot back in the day and v3 of zuukbot is nothing more than WRobot without any botbases. The fight has nothing to do with the engine, it has to do with what you code and how cleverly you manage to set up your fightclass. The only restriction on WRobot is your own creativeness.
-
Stealth not working
Jasabi replied to thatsugly's topic in WRobot for Wow Vanilla - Help and support
Do you have an example to do this in c#? -
Hi, I was wondering how I can get the current step the bot is on? Either the number or the name? Is it possible through the API for vanilla? Thanks