Dazza Posted December 23, 2008 Posted December 23, 2008 Hello, I have a free/paid mod request, unless someone can suggest a similar mod that I could edit. I want to add a Crystal Tax. based upon how many wars a gang is in (More wars = bigger tax). This way members would have to 'chip in' together and help their gang pay the tax. It reduces some of the crystals in circulation and for me, would be a good addition to the game. Could anyone help? Quote
03laceys Posted December 24, 2008 Posted December 24, 2008 Re: Mod request From your description it sounds like you could edit house tax. Quote
POG1 Posted December 24, 2008 Posted December 24, 2008 Re: Mod request $result = $db->query(sprintf("SELECT COUNT(*) FROM gangswars WHERE gangid = '%u'",$ir['gang']); $numGangs = $db->num_rows($result); // tax per extra war $taxCost = 5; $tax = ($taxCost * $numGangs); this would most probably not work but its a guideline Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.