Find Item by Slot

Discussion in 'E3' started by Claudelamont, Oct 6, 2017.

  1. Claudelamont

    Claudelamont Orc Pawn

    Messages:
    16
    Finds an item by slot name. It needs that creamo shine but works

    add to basics.inc
    Code:
    #EVENT FindSlot "<#1#> Find Slot #2#"
    SUB EVENT_FindSlot(line, ChatSender, SlotToFind)
    /if (${Debug} || ${Debug_Basics}) /echo |- EVENT_FindSlot ==>
    /say ${LinkDB[${InvSlot[${SlotToFind}].Item}]}
    /if (${Debug} || ${Debug_Basics}) /echo <== EVENT_FindSlot -|
    /RETURN
    add to Sub basics_Background_Events
    Code:
      /doevents FindSlot
     
  2. cream

    cream GM Staff Member

    Messages:
    239
    added. works with /only /not etc

    aliases wont update til next release, but you can add them manually for now

    /squelch /alias /fds /bc Find Slot
    /squelch /alias /FindSlot /bc Find Slot
     
  3. RorzeGaming

    RorzeGaming Orc Pawn

    Messages:
    39
    What does this do? like tell you what items are in a specific slot on all toons?
     
  4. mackal

    mackal Pyrilen Fireblade

    Messages:
    2,267
    They will link the item they have in the slot you ask. So like /FindSlot hands will cause them all to link their hands.