FIXED: Summoned items preventing corpse to be fully looted

Discussion in 'E3' started by Remi, Jan 15, 2022.

  1. Remi

    Remi Orc Pawn

    Messages:
    44
    e3_Classes_Magician.inc

    Add the following directly under SUB check_SummonItems and your mages will no longer summon items with an empty inventory allowing them to fully loot their corpses:

    Code:
    /declare pack int local
    /for pack 0 to 10
        /if (${InvSlot[pack${pack}].Item.Name.NotEqual[NULL]}) /RETURN
    /next pack
    
     
    Last edited: Jan 15, 2022