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/
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.
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!
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
*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
*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).
*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?)
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 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?
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.
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.)
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