• Visit Rebornbuddy
  • Auto-Loot deactivating

    Discussion in 'Archives' started by silversurfer, Jul 5, 2010.

    1. silversurfer

      silversurfer New Member

      Joined:
      Mar 12, 2010
      Messages:
      69
      Likes Received:
      2
      Trophy Points:
      0
      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: Jul 5, 2010
    2. silversurfer

      silversurfer New Member

      Joined:
      Mar 12, 2010
      Messages:
      69
      Likes Received:
      2
      Trophy Points:
      0
      nobody with a hint where to look at ?
       
    3. highend

      highend Member

      Joined:
      Jan 15, 2010
      Messages:
      422
      Likes Received:
      1
      Trophy Points:
      18
    4. silversurfer

      silversurfer New Member

      Joined:
      Mar 12, 2010
      Messages:
      69
      Likes Received:
      2
      Trophy Points:
      0
      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: Jul 6, 2010
    5. _Hausi

      _Hausi New Member

      Joined:
      Jan 15, 2010
      Messages:
      691
      Likes Received:
      0
      Trophy Points:
      0
      right click your char window and check: "Free for all" Looting!!!!
       
    6. JackieMoon

      JackieMoon New Member

      Joined:
      Apr 16, 2010
      Messages:
      181
      Likes Received:
      1
      Trophy Points:
      0
      You sir, are a god.
       
    7. _Hausi

      _Hausi New Member

      Joined:
      Jan 15, 2010
      Messages:
      691
      Likes Received:
      0
      Trophy Points:
      0
      ;-)

      Yw

      ...filler...
       
    8. elteejay

      elteejay New Member

      Joined:
      Jul 31, 2010
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    9. Mike07

      Mike07 New Member

      Joined:
      Jul 2, 2010
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    10. MaiN

      MaiN Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,017
      Likes Received:
      35
      Trophy Points:
      48
      Lua.DoString("SetCVar('autoLootDefault','0')");
       

    Share This Page