Jump to content
MakeWebGames

DeaTH_RideR

Members
  • Posts

    132
  • Joined

  • Last visited

About DeaTH_RideR

  • Birthday 08/07/1972

Personal Information

  • Location
    indianapolis,indiana
  • Interests
    web devolpment
  • Occupation
    owner at http://hellsparidise.com
  • Website
    http://hellsparidise.com

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DeaTH_RideR's Achievements

Newbie

Newbie (1/14)

  • One Month Later
  • One Year In
  • Week One Done

Recent Badges

0

Reputation

  1. can i ask, did this have anything to do with . One or more of the inputs seems to of the wrong format, please go back and try again. ?
  2. thanks for getting mine all worked out for me buddy!!
  3. My page is blank as well. i have added the css you provided, but i think it has to do with it set up for characters. How would i add characters to the game?
  4. thanks Curt, i can see how they change from being over and under the cap i have set and understand why.
  5. Happy birthday Peter. I see myself line 46 needs not be there so i have removed it from my file on game. why 50mill doesn't really matter, but what matters is does the code do what im asking it to do.
  6. I have been trying to rework my gym so player under 50mill in 1 stat will get 1 set gain and any stat over 50mill will get another gain. I would just like to know if its all correct.     <?php $macropage="gym.php"; include_once('globals.php'); // SHOULD MAKE 150 AND 100 ENERGYBAR DECLARE 10 OR 15 TRAINS // // ILLUSIONS // if($ir['hospital']) { die("This page cannot be accessed right now."); } $statnames=array( 'Strength' => 'strength', 'Agility' => 'agility', 'Guard' => 'guard'); if (!isset($_POST['amnt'])) { $_POST['amnt'] = 0; } $_POST['amnt'] = abs((int) $_POST['amnt']); if ($ir['jail'] <= 0) { echo "<h3>Gym</h3><hr />"; } else { echo "<h3>Jail Gym</h3><hr />"; } if (isset($_POST['stat']) && $_POST['amnt']) { if (!isset($statnames[$_POST['stat']])) { die("This stat cannot be trained."); } $stat = $statnames[$_POST['stat']]; if ($_POST['amnt'] > $ir['energy']) { print("You do not have enough energy to train that much.<hr />"); } else { $gain = 0; for ($i = 0; $i < $_POST['amnt']; $i++) { $gain += $gain += mt_rand(1, 50) / rand(800, 1000) * rand(800, 1000) * (($will + 20) / 150); $ir['will']-=rand(1,3); } if( $ir[$stat] < 50000000 ) { $gain+=(0.0020*$ir[$stat])+(0.0030*$ir['will']); $ir['will']-=rand(1,3); } if($ir['will'] < 0) { $ir['will']=0; } if ($ir['jail'] > 0) { $gain /= 2; } $energyloss=$_POST['amnt']*10; $db->query( "UPDATE `userstats` SET `{$stat}` = `{$stat}` + $gain WHERE `userid` = $userid"); $db->query("UPDATE `users` SET `will` = {$ir['will']}, energy = energy - $energyloss WHERE `userid` = $userid"); $inc=$ir[$stat]+$gain; $inc2=abs((int) ($ir['energy']/10)-$_POST['amnt']); if($stat=="strength") { print "<center>You begin doing some push-ups.<br /> <font color=red>You have gained <b>$gain</b> Power by doing <b>{$_POST['amnt']}</b> push ups.</font><br /> You now have <b>$inc</b> Power and <b>$inc2</b> push ups left you can do.</center>"; } elseif($stat=="agility") { print "<center>You begin running .<br /> <font color=purple>You have gained <b>$gain</b> Agility by doing <b>{$_POST['amnt']}</b> minutes of running.</font><br /> You now have <b>$inc</b> Agility and <b>$inc2</b> minutes left.</center>"; } elseif($stat=="guard") { print "<center>You jump into a near by river and begin swimming.<br /> <font color=green>You have gained <b>$gain</b> Resistance by doing <b>{$_POST['amnt']}</b> minutes of swimming.</font><br /> You now have <b>{$inc}</b> Resistance and <b>{$inc2}</b> minutes left.</center>"; } print "<hr />"; $ir['energy']-=($_POST['amnt']*10); $ir[$stat]+=$gain; } } $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $numtimes=abs((int)($ir['energy']/10)); if($ir['energy']< 10) { print "<center><h3>You need at least 10 force to Exercise!</center></h3><hr />"; } else { print "<center>Choose the stat you want to train and the times you want to train it.<br /> You can train up to {$numtimes} times.<hr /> <form action='gym.php' method='post'> Stat: <select type='dropdown' name='stat'></center>"; print "<center> <option style='color:red;' value='Strength'>Power (Have {$ir['strength']}, Ranked {$ir['strank']}) <option style='color:blue;' value='Agility'>Agility (Have {$ir['agility']}, Ranked {$ir['agirank']}) <option style='color:green;' value='Guard'>Resistance (Have {$ir['guard']}, Ranked {$ir['guarank']}) </select><br /> Times to train: <input type='text' name='amnt' value='{$numtimes}' /><br /> <input type='submit' value='Train' /></form></center>"; } $h->endpage(); ?>
  7. you talking about the one with recipes for jobs ? i have that.
  8. well for me i love the new mod as i had the old one installed in my game. I have to say this one feels a lot better to me. My players love it ,they was quick to point out a bug found and you was quick to fix it. very well done and nicely made buddy. I have only had it for a few days now but the users have nothing but nice things to say about it , there happy and that makes me happy.
  9. he is the one that said 150 bucks. i have had 2 done in the past both for like 30 buck each ishmell did 1 and crazyt did the other. this is just a template from clan templates.com like the other 2 i have. So yes i have all pics,css and a premade index.html page
  10. I am looking to get pricing quotes on coding a template from clan templates. I need 3 pages, Login, Register and the Header.   I really don't know what this is worth so please be kind when giving a price. I will say i have asked 1 person from here that said about $150. (imo that's just to much)
  11. Hello , I wasn't really sure if i wanted to post anything here or not but here i am. I am running MCC v2, The game has been open since the first of the year, i have a user base of about 200 and have lost a lot after a reset of the stats.( it was beta testing , should have been more clear about it) I don't really want to go into much details about my game just that its about a time traveler and it has made about $500 since opening. Everyday i think to my self , i should ask a few of my friends to invest with me but i don't because i just feel they would laugh it off. This game is my fourth game and my last i hope, trying to use what i have learned from 3 failed attempts to make a prospering game. I am in no way any kind of programmer. I am soon to be 40 years old and this is what i do. I pay for everything i need done coding wise and any thing else out of pocket like most i assume.   An investor would be awesome but then again it would just leave me where i am now trying to find someone that can be trusted to code at a reasonable price. I use the services of Sniko right now when i need something done. He is about the only one that has any idea of what i have put into or am trying to do with my game. I wish everyone involved in this the best of luck.
  12. Being the first person to buy this mod i have to say im very happy with your work and your support. your very helpful with anything needed . no one would go wrong with purchasing this.
  13. 59 views and no reply ill offer 20$ usd
  14. i would think there would be more of a market for custom work. Me myself i really dont want some things that 100 people have on there games. (just my opinion)
  15. I'm looking for someone that would be willing to remake the crime success formula to a % 1 to 100 ,1 being the hardest to succeed a crime. If anyone is interested please add me on live,yahoo or whatever. [email protected]
×
×
  • Create New...