|
For upgrade using moonstone/sunstone:
- Disable the SFX in Neuz
Look here for the cursor "void CWndInventory::SetEnchantCursor()" but aso you may remove the "upgrade sfx" (the hummer that works above the character head)
- DPClient.cpp
Remove/disable the Function that sends the packet:
void CDPClient::SendEnchant( OBJID objid, OBJID objMaterialId )
- DPSrvr.cpp
disable in void CDPSrvr::OnEnchant( CAr & ar, DPID dpidCache, DPID dpidUser, LPBYTE lpBuf, u_long uBufSize)
Anyway, have a look to "CWndInventory::Process()" to check what to disable so you dont break it all...
|