Jump to content

Marsbar

Elite user
  • Posts

    414
  • Joined

  • Last visited

Everything posted by Marsbar

  1. Version 1.0.1

    919 downloads

    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/
  2. 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.
  3. 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!
  4. Thanks reapler, i'll give it a go.
  5. 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
  6. *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
  7. *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).
  8. *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?)
  9. I'd just like to say, thank you. So far its running well, i'll let you know if i stumble into any issues.
  10. 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.
  11. Neither of these work for me I'm afraid.
  12. I'll give it a try once I get home from work, thanks Droidz.
  13. 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?
  14. 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.
  15. Version 1.0.0

    631 downloads

    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.)
  16. Hey Droidz, it seems to have resolved itself when i restarted the WoW client (for some reason i didnt do this earlier).
  17. Here you are! did you need debug enabled in the log? 9 Jan 2016 09H45.log.html MarsSPriest.xml
  18. I have, sadly no success, forgot to mention, mind flay also does not work.
  19. 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
×
×
  • Create New...