How to confirm bind on equipped? menu

Shout-Out

User Tag List

Results 1 to 9 of 9
  1. #1
    caowenyu's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to confirm bind on equipped?

    I tried search, but could not get it to work.

    I would like to get the bot to auto equip better gears looted during botting. But for BOE item, it cannot get around the binding confirmation.

    I tried ConfirmBindOnUse(). I did not work. The lua function is like this:
    Code:
    Lua_DoString(string.Format(@"(function()
                    PickupContainerItem({0}, {1});
                    EquipCursorItem({2});
                     end)()", slotInBag.bagIndex, slotInBag.slotIndex + 1, getSlotID(slot)));
    Thread.Sleep(100);
    Lua_DoString(string.Format(@"(function()
                    ConfirmBindOnUse();
                    --PickupContainerItem({0}, {1});
                    end)()", slotInBag.bagIndex, slotInBag.slotIndex + 1, getSlotID(slot)));
    where, the slotInBag is the better gear looted, getSlotID get the ID of the slot, like 1 for headerslot.

    The code tries to equip the gear but failed due to the binding confirmation.

    Any suggestions?

    thanks,
    Last edited by caowenyu; 08-26-2010 at 10:05 PM.

    How to confirm bind on equipped?
  2. #2
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    There is an addon that accepts all BoP windows. I suggest you go look into it, and maybe steal a little bit of code from it =P

  3. #3
    Jadd2's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EquipPendingItem(0);

    This is what you're looking for. Have fun
    Last edited by Jadd2; 08-27-2010 at 03:43 AM.

  4. #4
    caowenyu's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for all the help.

    EquipPendingItem(0) works. I was dumb that I had not tried it given that I tried CancelPendingEquip(index) and it cancel the action. wowwiki states it's internal and do not use. so I skipped it.

    I guess it's internal and maybe it's easy for blizz to monitor it? I dont have any experience with warden, sorry.

    But after the switch, the slot in the bag is locked in grey.

  5. #5
    eLaps's Avatar Active Member
    Reputation
    34
    Join Date
    Sep 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #6
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is what I do:
    Code:
    EquipPendingItem(0) ConfirmBindOnUse() StaticPopup_Hide("AUTOEQUIP_BIND") StaticPopup_Hide("EQUIP_BIND") StaticPopup_Hide("USE_BIND")")
    The popup doesn't disappear when you do EquipPendingItem.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  7. #7
    caowenyu's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Main:
    From wut I tested, the popup window disappears after EquipPendingItem, and I called PickupContainerItem({0}, {1}) to put the gear switched off to the bag. It works well now.

  8. #8
    Jadd2's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by caowenyu View Post
    I guess it's internal and maybe it's easy for blizz to monitor it?
    IIRC warden only moniters protected lua functions such as MoveForwardStart and AttackStart

  9. #9
    Chinchy's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2009
    Posts
    71
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd2 View Post
    IIRC warden only moniters protected lua functions such as MoveForwardStart and AttackStart
    It doesn't.

Similar Threads

  1. [Selling] all kinds of New Binds when equipped items on legion 100% feedback seller
    By micheal.steve97 in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 09-09-2016, 01:06 AM
  2. How to equip a NPC with Weapon or Shield with the Latest NCDBs
    By eluzai777 in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 06-09-2009, 06:44 PM
  3. [un-confirmed] how to DC your server.
    By spiratesss in forum World of Warcraft Bots and Programs
    Replies: 34
    Last Post: 09-08-2008, 04:16 AM
  4. How to add starting equipment?
    By bigjohnson4 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-29-2008, 04:58 AM
All times are GMT -5. The time now is 11:56 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search