Jump to content
MakeWebGames

[mccodes V2] Commander/Criminal Mod [$50.00]


TMan

Recommended Posts

This Mod Does the following:

Soldier/Commander Mod

  • Lets the users buy multiple of the same house. (only)
  • Increases the house price. (set in staff panel)
  • Increases soldier cap with each house. (set in staff panel)
  • Increases Soldiers(hp). (set in staff panel)
  • Stops health updates. (soldhire.php to refill)
  • Stops will updates. (soldfeed.php to refill)
  • This will NOT work with the Marriage mod because this effects how will is gained.

Criminal Mod

  • Gives a second level. (for players to use time trying to gain)
  • Gains exp from crimes.
  • Stats for criminal. (makes players train stats to succeed in crimes.(train with crimschool.php))
  • Crime success based on criminal stats.

 

Included Files:

  • Soldhire.php
  • Soldfeed.php
  • Estate.php
  • Staff_houses.php
  • Crimschool.php
  • Docrime.php
  • Attack.php
  • Attackwon.php

 

All SQL's needed.

All File Edit Instructions.(I will help if needed)

Bug and Error Help for 6 months.

I have made this mod in an attempt to leave the original mccodes game.

This mod changes the game-play a lot with the way will/hp/exp/levels gained and some other small modifications this pack works well on my game.

I have a working version of this mod at http://www.corruptedcity.net

I am still new to this so PM me here on CE for information on purchasing.

Please allow me a few days to respond to requests.

Link to comment
Share on other sites

  • 2 weeks later...

Re: [mccodes V2] Commander/Criminal Mod [$50.00]

 

this is basically what they have on drugrunners.net nothing to do with mccodes

Well sorry for trying to change the gameplay of Mccodes.

Not to be mean but drugrunners is more playable than a base version of Mccodes. (obviously you have played it, and yes this is where i got the idea but i coded it all on my own as my first real mod so give me a break)

Every game made from the Mccodes source code are all the same. Crimes Exp Lvl's.

The only difference is the mods added, visuals, and security for the most part.

I just tried to add other levels for my users to rank up and compete on their choice of commander criminal or racer.(maybe i was wrong with this idea but my users seem to like it)

I know it looks terrible I'm still new to coding not really learning css and everything yet..

I will probably make a larger table for the houses with a spot for house pics, and a description.(as a simple fix lol)

Link to comment
Share on other sites

Re: [mccodes V2] Commander/Criminal Mod [$50.00]

For my tables i do something like this, makes it look simple..

.table { padding:0;margin: 10px auto;color:#2c2419; } .table a { color:#2c2419; }

.table .tableHeader td { color:#333; font-size:16px; border-bottom:1px solid #e6ebf7; padding:2px 4px; }

table tr.row1 { background: #fff }

table tr.row2 { background: #e6ebf7 }

table tr.row1 td, table tr.row2 td, .table tr.mailboxRow { padding:5px 4px;vertical-align:top;line-height:20px; }

Then for useage..

<table class="table" width="85%" cellspacing="0" border="0">

<tr class="tableHeader"><td>foo</td><td>bar</td></tr>

<tr class="row0"><td>a</td><td>b</td></tr>

<tr class="row1"><td>c</td><td>d</td></tr>

<tr class="row0"><td>e</td><td>f</td></tr>

</table>

Link to comment
Share on other sites

  • 2 years later...

I'm gonna guess that this mod is long gone by now....there might be someone around here with a copy but its a paid mod so they probably wont give it to you.

In my opinion, the price is too high and he admitted he was new to programming, so I'm guessing he didn't sell many copies if any at all....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...