Is it possible to equip (with *equip <item id>{,<char_id>}; ) the item where the card is compounded? or delitem it? Or we can only scans if there is the card compounded on an equipment?
I don't know how to return the id of this equipment.
Thank you
EDIT : i didn't tried @inventorylist_id[], i believed that i did...
Question answered.
Hi,
I understand that @inventorylist_card1[] can scans if an item has a card on first slot.
So i did this :
set [email protected],0;
getinventorylist getcharid(0);
while ( [email protected] < @inventorylist_count ) {
for( [email protected] = 0; [email protected] < @inventorylist_count; [email protected]++ ){
if (@inventorylist_card1[[email protected]] == 46105){
dispbottom "foudnd";
}
if (@inventorylist_card2[[email protected]] == 46105){
dispbottom "item found";
}
}
}
Is it possible to equip (with *equip <item id>{,<char_id>}; ) the item where the card is compounded? or delitem it? Or we can only scans if there is the card compounded on an equipment?
I don't know how to return the id of this equipment.
Thank you
Edited by kilowEDIT : i didn't tried @inventorylist_id[], i believed that i did...
Question answered.
Link to comment
Share on other sites