hansiwursti
New Member
- Joined
- Aug 9, 2011
- Messages
- 4
- Reaction score
- 0
QuitOnLoot - It kills your WoW
Hello,
this is my very first Plugin for HB. To be honest this is also my first attempt to code something. So dont expect much, i'am just very excited that it actually works
.
What it does:
Quit on Item:
The plugin checks a list with ItemID (you can add ItemIDs via the plugin interface). If you loot an item, which id you have added to your list, the plugin will execute one of these options:
1.Quit wow.exe
2.Play a Sound
3.Log out from wow
Quit on Lvl:
If you reach the level, which you've enter in the lvl-textbox, the plugin will execute one of these options:
1.Quit wow.exe
2.Play a Sound
3.Log out from wow
Installation:
Just extract the package to your plugin folder.
Instruction:
Known issues:
1.If you add an invalid ItemID it will throw errors and you have to remove the ID manually from the ItemIdList.txt.
2. You will notice a small delay while adding ItemIDs to your list. This happen because the plugin fetches itemnames for the IDs form the very, very slow wowhead.com site .
3. Something, something...
Why should you use it:
1.It will save you electricity
Special thanks and credits to:
Download
Hello,
this is my very first Plugin for HB. To be honest this is also my first attempt to code something. So dont expect much, i'am just very excited that it actually works

What it does:
Quit on Item:
The plugin checks a list with ItemID (you can add ItemIDs via the plugin interface). If you loot an item, which id you have added to your list, the plugin will execute one of these options:
1.Quit wow.exe
2.Play a Sound
3.Log out from wow
Quit on Lvl:
If you reach the level, which you've enter in the lvl-textbox, the plugin will execute one of these options:
1.Quit wow.exe
2.Play a Sound
3.Log out from wow
Installation:
Just extract the package to your plugin folder.
Instruction:
- Open QuitOnLoot Settings.
- Add a valid ItemID (you can easily look up ItemIDs on wowhead.com. Just search for an item and copy the red part form the url: http://www.wowhead.com/item=44168/) in to the textbox.
- Click the "Add-Button".
- Click on the "Terminate Action-Tab" and choose which action should be executed, if your desired item was looted.
- [Optional] If you let your Bot grind over night for a desired item while you are sleeping. You can select the option "Quit wow.exe" in the plugin interface and also execute an AutoIt-Script, which will shutdown Windows if the Wow.exe process is terminated. So your PC would shutdown, if you looted your desired item!
I could add a a compiled AutoIt-Script.exe to the package, but i think nobody would trust it....lets hope so...
I suggest, that you create the AutoIt-Script by yourself. Its not that hard.
Here is the code for the AutoIt-Script:
Code:While 1 If Not ProcessExists("WoW.exe") Then Sleep(200) Shutdown(5) EndIf Sleep(10) WEnd
Known issues:
1.If you add an invalid ItemID it will throw errors and you have to remove the ID manually from the ItemIdList.txt.
2. You will notice a small delay while adding ItemIDs to your list. This happen because the plugin fetches itemnames for the IDs form the very, very slow wowhead.com site .
3. Something, something...
Why should you use it:
1.It will save you electricity

Special thanks and credits to:
- My good buddy Dissens, who helped me a lot and also coded the hard parts
- CodenameG, i used a bunch of code from Mr.Itemremover
- Katzerle, his plugin is very impressive and it has useful stuff in it
Download
Attachments
Last edited: