What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Auto-Loot deactivating

silversurfer

New Member
Joined
Mar 12, 2010
Messages
69
Reaction score
2
hello everyone,

i am working on a way (plugin) to run my toon through stratholm and it works pretty good, but i have one problem, everytime i loot a boss a window appears and i have to confirm that i want to pick the loot up.
now i found an addon which automatically confirms this window. the only problem is this addon does not work when auto loot is activated. so now my question. everytime i start honorbuddy he checks the autoloot setting, how can i prevent HB from doing it or how could i uncheck it with some lines of code in my plugin ?

edit: i think with lua this should be possible, am i right ?

best regards,
surfer
 
Last edited:
perhaps i did not make my point clear ... everytime you start Honorbuddy, Honorbuddy activates the Autoloot again and i wanted to know if i there is some function in the API which allows me to deactivate the Autoloot ? I already have a addon which can pickup the BOP Loot but if i stop Honorbuddy and start it again Autoloot is activated again. that is pretty anoying in my case.

edit: and this kind of addons i think only work if autoloot is deactivated
 
Last edited:
right click your char window and check: "Free for all" Looting!!!!
 
I'm going fucking insane trying to figure out what you mean by char window. I don't have the free for all option anywhere.
 
You right click on your character picture in game select the loot options and free-for-all.. You have to invite someone into group (whether it be someone that's a friend to just start it as a group or an alt). So when you select free-for-all it will get rid of the roll for loot.
 
Lua.DoString("SetCVar('autoLootDefault','0')");
 
Back
Top