Nicholas Posted July 25, 2009 Posted July 25, 2009 hi, im wondering, can anyone make a marriage proposal file, so you can share the house with the person your married too? ive searched everywhere, but cant find the coding. can someone help me to get the file download or put the coding on here please? thanks. Nicholas. Quote
shrek1609 Posted July 25, 2009 Posted July 25, 2009 Re: marriage, sharing housing? its on here if you use the search mate... but seriously shared housing is a very BAD idea... houses are important for your games economy to take cash out of the game, by adding shared housing you can in effect half the amount of money taken out of the game by houses... if you do add it then add a tax for sharing or something similar Quote
Feky Posted July 25, 2009 Posted July 25, 2009 Re: marriage, sharing housing? hi, im wondering, can anyone make a marriage proposal file, so you can share the house with the person your married too? ive searched everywhere, but cant find the coding. can someone help me to get the file download or put the coding on here please? thanks. Nicholas. i dont think their is a housing mod that actually works Quote
Nicholas Posted July 25, 2009 Author Posted July 25, 2009 Re: marriage, sharing housing? oh right good point Shred1609, thanks for that information, didnt think that... and Frky there is a working housing sharing marriage mod out there, because this other game i play uses it. Quote
vampireduff Posted July 26, 2009 Posted July 26, 2009 Re: marriage, sharing housing? I've search and tried a few but none work. not for V2 anyway Quote
_Ricky_ Posted July 26, 2009 Posted July 26, 2009 Re: marriage, sharing housing? theres not one for v2... find the v1 called M.Shared.H_Mod(1) and you will need to convert it to v2...but it does work Quote
Jordan Palmer Posted July 26, 2009 Posted July 26, 2009 Re: marriage, sharing housing? That's a paid one too I believe.. Quote
_Ricky_ Posted July 26, 2009 Posted July 26, 2009 Re: marriage, sharing housing? could very well be Quote
Uridium Posted July 26, 2009 Posted July 26, 2009 Re: marriage, sharing housing? Easiest way would be to make a new SQL for newlyweds marriageID userID willBEFORE willAFTER willTOTAL marriageDATE, marriageTIMES. marriageDAYS. And implement that into your marriage scripts :) Quote
EpicFuse Posted July 27, 2009 Posted July 27, 2009 Re: marriage, sharing housing? I have this mod the M.Shared.H, but its for v1 Can anyone convert to v2 i just can't get my head around converting. :| Quote
Uridium Posted July 27, 2009 Posted July 27, 2009 Re: marriage, sharing housing? on your v1 version find and remove. session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); replace with include "globals.php"; also you may need to change mysql_query to $db->query which isnt always the case Quote
Magictallguy Posted July 31, 2009 Posted July 31, 2009 Re: marriage, sharing housing? [...] i dont think their is a housing mod that actually works Mine does -.- http://magictallguy.co.uk/screenshots/marriage 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.