[Custom] Add Rings and Pendants Level Main 5.2 - Source Mu - Mu Server Files
 

[Custom] Add Rings and Pendants Level Main 5.2

Publicado por Dakosmu, Nov 21, 2025, 02:38 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Dakosmu

[Custom] Add Rings and Pendants Level Main 5.2

esta funcion es basica solo es para agregar level's a ring y pendants


Busca dentro del main

bool SEASON3B::CNewUIInventoryCtrl::CanUpgradeItem(ITEM* pSourceItem, ITEM* pTargetItem)

debes agregar esta funcion debajo

||((pTargetItem->Type == ITEM_HELPER+8) || (pTargetItem->Type == ITEM_HELPER+9)
|| (pTargetItem->Type == ITEM_HELPER+12) || (pTargetItem->Type == ITEM_HELPER+13)
|| (pTargetItem->Type >= ITEM_HELPER+21 && pTargetItem->Type <= ITEM_HELPER+28) )


Luego de eso busca en NewUIMyInventory
y agrega esta funcion

busca >
bool SEASON3B::CNewUIMyInventory::InventoryProcess()

agregas esta funcion

&& !((iType == ITEM_HELPER+8) || (iType == ITEM_HELPER+9)
|| (iType == ITEM_HELPER+12) || (iType == ITEM_HELPER+13)
|| (iType >= ITEM_HELPER+21 && iType <= ITEM_HELPER+28) )



Creditos
Odisk
Bon Dia

🡱 🡳
Real Time Web Analytics