Everything posted by RonSwanson
-
Relogger 1.2.1?
Is there a relogger for 1.2.1? I want to set it up on a schedule to stop bot at X time and then start up again at X time. Rinse repeat.
-
"Wanding"
This works in Wrotation but not in quester. When quester bot is running it keeps canceling itself but the Wrotation lets it cast correctly.
-
Backup Logic C#
How can Inhave the bot backup 4 yards or feet in the game? Can I use the movement manger or how can this be done. For example if target distance is less then 1 backup 4 yards so I am no longer standing ontop of the target.
-
"Wanding"
When you get a chance can you look into this please. Not being able to play a hunter is a pretty big deal. Thanks Im heading to sleep! @Droidz
-
Bot Stutters On Pull
@Droidz Is there a way to fix this? On agrro if the bot is not close enough to the target it will stutter step to the target.
- human 1 -60 grind
-
"Wanding"
Hunter [Marksman] [Leveling 1-80] [WotLK] - Dreamful.xml
-
Sad News
Hey I'm on my phone and can't get to the download section. But dark shire needs some work and well dusk wood in general, the waypoints goes bonkers in dark shire if you start at the flight master. 13-40
-
Bot Stutters On Pull
I am playing a melee character and has search radius set at 20 but it seems to happen at whatever rate. When the bot goes to pull a mob it just like sits there and like stutter steps until it gets to the mob. It's kinda like what happened when a mob is fleeing. Any fix for this? With a melee character the bot should scan for targets, once the target is seen then the bot should completely run to the mob. Can I do this in code? Like in the pull method add if can't pull with a ranged ability then MovementManager.Moveto(targetobject.position) sorry I am on my phone. All I'm saying is there needs to be a way for melee character to move to the target instead of sitting there wait 2 seconds then stutter to the aggroed mob.
- human 1 -60 grind
-
"Wanding"
This does not work
- human 1 -60 grind
-
Targeting pet
I feel like that should be set to true by default. @Droidz
- human 1 -60 grind
- Downgrade and merge of Old Wotlk Grind files
- Human 1- 19 test
-
Making Combat Routine More Efficient C# (Help)
@iMod So what is cast time actually doing and what is Timer doing. SliceandDiceTimer = new Timer(1000 * 36); I guess what I am asking is what is the difference between Spell.CastTime and Timer? And how would you use them together in a good fashion.
-
Making Combat Routine More Efficient C# (Help)
Hey I am not sure if Cast Time is even being accounted for in C#. For Example Spell.CastTime = 2000 which would be a 2 second cast. I dont think the bot even cares for that value. I believe it does not care for the cast time value because I feel like in C# the bot interrupts its spells a lot. How can I get my Combat Rotation more fluent so each spell is used efficiently and not interrupted by the same spell and or the next spell in line. What is best practice for this Bot? I am asking this because I am writing a Wrotation so it needs to be able to perform better then a human.
- human 1-13
-
AutoShot Broken Vanilla - Hunter
Has this update been pushed now? Update: Guess not, hunter can still not cast Auto Shot
- Downgrade and merge of Old Wotlk Grind files
-
Stutter Moving - Vanilla
What do you think the ETA is for the next Vanilla bot update? (:
-
Check IF Item = QuestITem
When the bot goes to a vendor, it needs to check if the item is a quest item. The bot will just sit there and try and sell quests items in the bots inventory.
-
AutoShot Broken Vanilla - Hunter
@Droidz Can you confirm?
-
Vendor attack bug/ doesn't clear target
Hey if you add a vendor to your profile the bot will sell your items fine. But after selling , the bot does not close the GUI completely and if it does it targets the vendor and tries to attack so it just sits there and stutters. I think this could be fixed if the bot would clear its target after selling items.