View Single Post
  #3 (permalink)  
Old 08-07-2007, 05:27 PM
thothramerkaba's Avatar
thothramerkaba thothramerkaba is offline
WaMMO Player
 
Join Date: Jul 2007
Location: Some Vortex in Oklahoma
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Update to Spell.cpp

Thrown items delete the item as opposed to removing 1 durability. The fix for this is as follows.
Change lines #2057 to read REPLACE THE ENTIRE IF STATEMENT!!
Code:
if(it)
 it->SetDurability(it->GetDurability()-1);
The project is building with all the mods I made today, I will post if it does or does not compile.
Reply With Quote