Jump to content
MakeWebGames

Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: !!**Whore House Mod FREE**!!

 

how do you do + force?

at the left where it says force. click on "light" and it gives them +1, test it on me! xD

i dont see it anywhere? do you need a minimum # of posts or anything?

Force: +4/-11

Posted

Re: !!**Whore House Mod FREE**!!

Since there are a few people posting about wanting this for MCcodes v2.0.....here ya go....

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Enjoy. :mrgreen:

  • 3 weeks later...
Posted

Re: [mccode] Whore House Mod FREE

thank you noelle i looked at it closer and it was because i spelt the file name wrong lol thank you +1 i was thinking of remodding this also create a food shop to put up stats so let say you hired a prossy you would be buying a KFC and you strenth would gain 500 or smming any help in doin this would be grately appricated please help ty.

Posted

Re: [mccode] Whore House Mod FREE

Good day all. I thought I would point out a fault in this code. I am a noob yes.

The pricing to will gained is not right.

$1,000,000 = 35 will

$5,000,000 = 70 will

$7,000,000 = 140 will

$10,000,000= 250 will

If made it more like this

$1 mil = 35

$2 mil = 70

$5 mil = 175

$10 mil = 350

Have a good day.

  • 3 weeks later...
Posted

Re: [mccode] Whore House Mod FREE

Ok, im not taking any credit for this plus im a noob so if ive made errors forgive me. I loved this mod but thought it could use a bit so ive added a three visit per day limit and also made it so a user has to have 100% energy to use the whorehouse. The pricing and naming (except gay and lesbian b/c i didnt use that part) has also been changed to suit my game but you can edit that has needed.

First add this to your daysold cron:

mysql_query("UPDATE users SET brothel=0",$c);

then run this sql:

ALTER TABLE `users` ADD `brothel` int(11) NOT NULL ;

then use this whorehouse.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

I have tested this and it seems to work fine for me. There is also an entry that i put on all my pages to be able to shut them down when im working on them. Cudos to Genocide for creating it in the first place!

  • 8 months later...

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...