mhielo12 Posted May 5, 2021 Share Posted May 5, 2021 Hi I would like to request a different kind of card remove with OnPCLoginEvent: Remove Cards character thas has this specific card or acce example: buffalo card <<< will be remove to accessory when login and will be stored at storage Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted May 14, 2021 Share Posted May 14, 2021 - script Sample -1,{ OnInit: .card_id = 4001; end; OnPCLoginEvent: if (isequipped(.card_id)) { for ([email protected] = EQI_ACC_L; [email protected] < EQI_SHADOW_ACC_L; [email protected]++) { for ([email protected] = 0; [email protected] < 4; [email protected]++) { if (getequipcardid([email protected], [email protected]) == .card_id) { successremovecards [email protected]; break; } } } // TODO: script command to add item into storage. } end; } you can do something like this, but to add item into storage, that would need a custom source mod to implement it. Quote Link to comment Share on other sites More sharing options...
Hi I would like to request a different kind of card remove with OnPCLoginEvent: Remove Cards
character thas has this specific card or acce example: buffalo card <<< will be remove to accessory when login and will be stored at storage
Link to comment
Share on other sites