List Plat

Discussion in 'E3' started by Claudelamont, May 21, 2018.

  1. Claudelamont

    Claudelamont Orc Pawn

    Messages:
    16
    Will list the platinum in inventory, bank and shared locations. Works with /Not and Only
    EX:
    /bc Plat all
    /bc Plat /Not|Me

    Add to your e3_Loot.inc

    Code:
    |----------------------------------------------------
    |Echo Plat
    |
    #event Plat "<#1#> Plat #2#"
    SUB EVENT_Plat(line, ChatSender, LootSetting)
        /if (${Debug} || ${Debug_Loot}) /echo |- EVENT_Plat ==>
        /if (!${checkEventArgs[${ChatSender},${line},U,${LootSetting}]}) /return
        /bc Inventory: ${Me.Platinum} Bank: ${Me.PlatinumBank} Shared: ${Me.PlatinumShared}
        /if (${Debug} || ${Debug_Loot}) /echo <== EVENT_Plat -|
    /RETURN
    
    
    |--------------------------------------------------------------------|
    
    add to Sub loot_Background_Events

    Code:
    /doevents Plat
     
    Last edited: May 21, 2018
    • Like Like x 1
  2. Eastwood

    Eastwood Orc Centurion

    Messages:
    68
    I got it running, very nice. Thank you