View Single Post
  #6  
Old 05-01-2009, 12:32 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

if someone made a rule Character:CoinWeightless or something of the like (I don't know too much about the DB, otherwise I'd set it all up myself, but I don't got the stuff to do it here :/)

and then just at 919 in zone/client_mods.cpp adding:

Code:
	if (!RuleI(Character, CoinWeightless)
		Total += (m_pp.platinum + m_pp.gold + m_pp.silver + m_pp.copper) / 4;
that should take care of being able to have a rule to allow servers to enable coin's weight or not rule would default to having a weight (so CoinWeightless would be set to 0, or off)
Reply With Quote