Luffy Posted February 8, 2017 Share Posted February 8, 2017 TUDO PACK + CLIENT SOURCE UPDATE 1 aberto cmd_gm.cpp procurando ACMD(do_item_purge) substituir por ACMD(do_item_purge) { #ifdef NEW_PET_SYSTEM #include "New_PetSystem.h" if (ch->GetNewPetSystem()->IsActivePet()) { ch->ChatPacket(CHAT_TYPE_INFO, "A fost hranit petu. "); return ; } #endif int i; LPITEM item; for (i = 0; i < INVENTORY_AND_EQUIP_SLOT_MAX; ++i) { if ((item = ch->GetInventoryItem(i))) { ITEM_MANAGER::instance().RemoveItem(item, "PURGE"); ch->SyncQuickslot(QUICKSLOT_TYPE_ITEM, i, 255); } } for (i = 0; i < DRAGON_SOUL_INVENTORY_MAX_NUM; ++i) { if ((item = ch->GetItem(TItemPos(DRAGON_SOUL_INVENTORY, i )))) { ITEM_MANAGER::instance().RemoveItem(item, "PURGE"); } } } E para aqueles que tê-lo substituído com 200 slot de Iar pentru cei ce au 200 slot inlocuiti cu acesta ACMD(do_item_purge) { #ifdef NEW_PET_SYSTEM #include "New_PetSystem.h" if (ch->GetNewPetSystem()->IsActivePet()) { ch->ChatPacket(CHAT_TYPE_INFO, "A fost hranit petu. "); return ; } #endif int i; LPITEM item; for (i = 0; i < INVENTORY_AND_EQUIP_SLOT_MAX; ++i) { if ((item = ch->GetInventoryItem(i))) { ITEM_MANAGER::instance().RemoveItem(item, "PURGE"); ch->SyncQuickslot(QUICKSLOT_TYPE_ITEM, i, 200); } } for (i = 0; i < DRAGON_SOUL_INVENTORY_MAX_NUM; ++i) { if ((item = ch->GetItem(TItemPos(DRAGON_SOUL_INVENTORY, i )))) { ITEM_MANAGER::instance().RemoveItem(item, "PURGE"); } } } Item desc RO Hidden Content Give reaction to this post to see the hidden content. Hidden Content Give reaction to this post to see the hidden content. image.prntscr.com/image/3106b850cbf44d479d59e310565fabfd.png Download: Hidden Content Give reaction to this post to see the hidden content. Hidden Content Give reaction to this post to see the hidden content. Hidden Content Give reaction to this post to see the hidden content. Fonte:FG Quem Posto: VoLtZzZ Topico: Luffy Desculpe a tradução foi feita pelo google tradutor Espero ter ajudado 8 3 Link to comment Share on other sites More sharing options...
HossaN Posted June 22, 2018 Share Posted June 22, 2018 link removed 1 Link to comment Share on other sites More sharing options...
AprendizM2 Posted June 22, 2018 Share Posted June 22, 2018 Boa tarde tem imagens? Essas estão off Link to comment Share on other sites More sharing options...
Zed™ Posted November 30, 2019 Share Posted November 30, 2019 thanksss Link to comment Share on other sites More sharing options...
LeMO Posted December 5, 2019 Share Posted December 5, 2019 thanks Link to comment Share on other sites More sharing options...
V_Petrovich1994 Posted June 19, 2020 Share Posted June 19, 2020 Thanks for the system, I'll install, unsubscribe what and how. Link to comment Share on other sites More sharing options...
hommepetesapu Posted January 28, 2021 Share Posted January 28, 2021 thank a lot Link to comment Share on other sites More sharing options...
nãoéstu Posted April 18, 2021 Share Posted April 18, 2021 Dead links.. Link to comment Share on other sites More sharing options...
j3lue61 Posted August 22, 2021 Share Posted August 22, 2021 dead link Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now