Manual Upgrade

08/11/2019 05:20 AppleLike#1
Hi, I just wanted to know how to disabled Manual Upgrade of weapon
Line Disable double clicking of Sunstone to ups weapon/armor.

thank you :)
08/11/2019 20:32 Drabur#2
You can disable it in DPSrvr.cpp or Itemupgrade.cpp
08/12/2019 03:37 AppleLike#3
Quote:
Originally Posted by Drabur View Post
You can disable it in DPSrvr.cpp or Itemupgrade.cpp
In part in dpsrvr.cpp i tried to locate the douseitem and remove the sunstone and still can double click the item.
08/12/2019 11:42 Drabur#4
if you just want to remove the double click its in WndField.cpp
08/12/2019 14:16 AppleLike#5
Quote:
Originally Posted by Drabur View Post
if you just want to remove the double click its in WndField.cpp
I fixed it, it is on ItemUpgrade. thank you :)
08/12/2019 15:52 cookie69#6
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...
08/17/2019 05:25 69BOLT69#7
correct me if im wrong but for those who wants an easier way , just go to propitem.txt or spec in your resource files and u can disable it there. ^ ^