Everything posted by Marsbar
-
Auto Decline
- 926 downloads
- Version 1.0.1
UPDATE: I see a lot of people still using this, I would recommend using https://wrobot.eu/files/file/1664-free-requesthandler/ instead. It has more options and doesn't just hit decline on every popup. ---------------------------------------------------------------- This is just an adapted version of Droidz Auto Accept plugin(it selects accept on WoW popup windows like group invites) where I changed it to decline (on a random timer between 2 and 11 seconds). Simply place the .cs in your plugins folder and turn it on within the GUI. To edit the random timer change the values in line 19. Link to original plugin: https://wrobot.eu/files/file/411-auto-accept-wow-popup-window/ -
"Wanding"
Would this work in a c# fightclass? if (EquippedItems.GetEquippedItem(WoWInventorySlot.Ranged) != null && !Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Shoot")) + 1) + ")")) { if (Shoot.KnownSpell) SpellManager.CastSpellByNameLUA("Shoot"); return; } The aim here is to only use Shoot if a ranged weapon is actually equipped.
-
Creating a plugin with debugging?
Hi Droidz, I attempted this however I get some exceptions being thrown both with the main visual studio way as well as the attach to a running process. System.ExecutionEngineException was unhandled Message: An unhandled exception of type 'System.ExecutionEngineException' occurred in authManager.dll Any assistance would be great!
- Creating a plugin with debugging?
-
Creating a plugin with debugging?
Hi, I have a question around plugin creation and debugging that plugin to test whether it's working as intended. As there is currently no bot API that I've found I don't know what to expect from the Wow.Helpers etc. and would like to run the DLL in debug with wRobot. Is there any way to do this? Are people should outputting the helper result to log as string to test? Cheers, Marsbar
-
[MeRox] Free, Horde Questing 1-30+
*Quest name: Harpies Threaten(6282) [http://db.vanillagaming.org/?quest=6282] *Exact explanation on bug: Bot cannot find quest giver *Your idea of the fix: Quest ID is set to 6082 in the file @ line 2857 and should be 6282
- 20 comments
- 3 reviews
-
[MeRox] Free, Horde Questing 1-30+
*Quest name: Kill Grundig Darkcloud(6629) [http://db.vanillagaming.org/?quest=6629] *Exact explanation on bug: It picks up this quest and has the pulse for it and the turn in step however the quest ID is not assigned to an <NPCQuest> *Your idea of the fix: The Quest id needs to be added to Makaba Flathoof (line 385).
- 20 comments
- 3 reviews
-
[MeRox] Free, Horde Questing 1-30+
*Quest name: Meats To Orgrimmar *Exact explanation on bug: Cannot pickup this quest as undead *Your idea of the fix: You may want want to remove this from the pack entirely (unless theres a race check?)
- 20 comments
- 3 reviews
-
[MeRox] Free, Horde Questing 1-30+
I'd just like to say, thank you. So far its running well, i'll let you know if i stumble into any issues.
- 20 comments
- 3 reviews
- Northend Dailies
-
Rogue Poisons/Item usage
Interesting solution, I'll probably use that for now, thanks dreamful. Having it in the fight class would be preferable, we'll see if Droidz gives us a solution while we use your workaround.
-
Rogue Poisons/Item usage
Neither of these work for me I'm afraid.
-
Rogue Poisons/Item usage
I'll give it a try once I get home from work, thanks Droidz.
-
Rogue Poisons/Item usage
Rogue poisons later turned into a buff, on 3.3.5 they're an item that applies to a weapon and the weapon is displayed as the buff, how do you modify the fight class to compensate for this?
-
Hunter [Marksman] [Leveling 1-80] [WotLK] - Dreamful
Maybe he's confused because you spelled it WOLTK everywhere instead of WotLK (Wrath of the Lich King). Haven't tested this yet but will get round to making a hunter eventually! I'm sure its great.
-
Basic Shadow Priest
- 652 downloads
- Version 1.0.0
A basic shadow priest profile, mainly created to level my shadow, it may not be useful to you if you do not yet have the relevant talents (VT,MF, etc.) -
FightClass - Missing abilities
Hey Droidz, it seems to have resolved itself when i restarted the WoW client (for some reason i didnt do this earlier).
-
FightClass - Missing abilities
Here you are! did you need debug enabled in the log? 9 Jan 2016 09H45.log.html MarsSPriest.xml
-
FightClass - Missing abilities
I have, sadly no success, forgot to mention, mind flay also does not work.
-
FightClass - Missing abilities
Hi, I've created a shadow priest fight class however it will not use vampiric touch or vampiric embrace, neither show up in the spells to add so i presume it cannot detect them? Cheers, Mars