Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,667
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by Uridium

  1. I use Notepad++ has some nice addons that can be downloaded.. However the updating of Notepad++ Isnt always an easy task
  2. Yep finally decided to create my own game and with the ideas and imagination for mods ive created on MWG and with feedback from other players even though they were not sure why i was asking questions its taken 2 years to decide what i want to put into it. Research.. A lot of time has been focused on reading books and using google for Research into the type of game i want to create so i dont mess up on details and end up looking silly with items or backdrops that were not present for the era of the game... Reasearch in to game life span has been taken into consideration and was focused on user games for MCC. I wanted to work out where Players spent most of their time on which pages not just being idle on the page but how many times that particular page was visited. I estimated that if a user stayed on a page for less than 1 minute then that page would surpass pages being placed on for over 1 minute. So the idea is to make each page have give information so the user isnt drawn away from other pages.. Will continue this in a sec daughter needs me.
  3. Ive been working on my own game and recently came across a Bug that for some reason was being a Pain to Cure.. So this message is a great big thankyou to DJKANNA who spotted the error and fixed it for me.. Cheeers pal your a star.
  4. Uridium

    2010 Fwc

    Its not about the sport LordDan even i detest football but when my country plays im proud to watch and support them ;)
  5. Uridium

    2010 Fwc

    I dotn think England look as strong as they used to do in previous world cups and as long as rooney stays out of trouble.
  6. Then what you need is fatigue v max_fatigue so when max_fatigue is reached you cant attack
  7. Probably because there hasnt been any decent Additions :)
  8. me personally i would have used Rand for the Fatigue from say 5-25 thats way users cant always be Guaranteed the same rise.
  9. yep your right should have been 2% but hey whats in a number
  10. Just my mental notes so i can keep track... 1 = NPC cant attack gangs with less than 3 members 2 = Gangs can still partake in their usual wars whilst in battle with NPC 3 = Gang members that attack the NPC more than others reap greater rewards. 4 = Gang members stats will be combined against that of the NPC ( only if 3 or more are attacking it ) 5 = Rejuvenating HP for gang members will be 2% of their own HP's ability towards a hit on the NPC... 6 = A hit from a NPC on a gang member will be that of 3.5% decrease on Gang members HP.
  11. Only thought of the concept less than 7 hours ago so im still open too suggestions and thoughts
  12. Streetsyndicate you could become my new best friend ;)
  13.   The basis of mcc works by $ir and $r for you and opponent and usally the opponent is human so the idea is to add a new variable $npc to create a new character the NPC's will have their own table with more options for staff to add A new attack system will be created so if users go over 50 strikes then the round is over and any HP lost by the NPC wont be rejuvenated A new maths approach will be called for to make sure losses in HP are correct for their criteria. Crons will be needed to update NPC's HP stats depending on how many times its actually been hit by the gang again due to math calculations. NPC's when beaten can give you rewards such as Upgrading your gang capacity money or crystals in vault or what ever staff choose as a reward at random. And yes this is a large scale task to take on but if successful can open new doors to MCC
  14. No denying this is going to be a mammoth task But if it works then it should open new doors for more vigorous ideas
  15. Little error CHANGE function check_brave() { global $db; global $ir,$c,$userid; $ir['cEXPneeded']=(int) ($ir['braveLVL']*500); if($ir['crimeexp'] >= $ir['cEXPneeded']) { $ir['braveLVL']+=1 $ir['brave']+=2; $ir['maxbrave']+=2; $ir['cEXPneeded']=(int) ($ir['braveLVL']*500); $query = sprintf("UPDATE users SET %a=$a+2,%b=%b+2,%c=%c+1 WHERE userid=%u", $ir['brave'], $ir['brave'], $ir['maxbrave'], $ir['maxbrave'], $ir['braveLVL'], $ir['braveLVL'], $ir['userid']); $db->query($query); } }   TO function check_brave() { global $db; global $ir,$c,$userid; $ir['cEXPneeded']=(int) ($ir['braveLVL']*500); if($ir['crimeexp'] >= $ir['cEXPneeded']) { $ir['braveLVL']+=1; $ir['brave']+=2; $ir['maxbrave']+=2; $ir['cEXPneeded']=(int) ($ir['braveLVL']*500); $query = sprintf("UPDATE users SET %a=$a+2,%b=%b+2,%c=%c+1 WHERE userid=%u", $ir['brave'], $ir['brave'], $ir['maxbrave'], $ir['maxbrave'], $ir['braveLVL'], $ir['braveLVL'], $ir['userid']); $db->query($query); } }
  16. The poor old NPC's in any MCC game never get much recognition you beat one up win and thats about it so the poor old NPC goes into retirement.. until someone else bashes their brains in. But could they be used for anything else ? Well my theory is YES. Scripting has already been started so here's the general Idea.... Gangs they can steal and do crimes and beat up other opponents for fun and thats about it really.. So why not bring in a NPC to spice things up. CONCEPT 1 = NPC's are randomly invited into a gang to create havoc their HP will be massive so you will all need to work as a team to beat the crap out of it. However each day that passes the NPC can rejuvenate its HP which makes it harder for your gang to knock it out so to speak.. Get it right and win the fight against the NPC will see you reaping rewards for your Gang and even maybe the NPC may wish to help you out with other things ( this depends on wether the NPC wants to join or not ) 2 = The now beated NPC that accepts to be in your gang will be faithful for upto 24 hours after which they will leave and probably end up trying to knock the crap out of your gang again.. 3 = if you fail in your endeavor to beat the NPC then the whole of your gang will be sent to Hospital for a relaxing stay ( Oh forgot to mention ) The President of the gang will be taken hostage by the NPC and might need a handsom reward to free them or if they are feeling Generous let you try beating them again in a rematch. 4 = new items will be introduced into the game to help you out on your Quest to defeat the NPC but this isnt an easy task as the Label on the item is missing and wont tell you exactly if its a good or bad item to use against it... and i'll think of more as i go along.... but thats the idea at the moment,,,,
  17. tiny added bit .. print "<img src ='Image.png' title = 'Home' height ='xxx' width='xxx' border='0' />Home   changed ALT to TITLE as some browsers dont like ALT xxx on both width and height can be numerical to fit an image accordingly into your game. BODER='0' Will remove the blue border around an image so when its clicked it won't look stupid..
  18. Well in my oppinion theres only one place for this thread to go and thats to the Rubbish bin or we could have a Numb nuts section and add this as a proud reminder oops lol
  19. We deffo need a numb nuts forum on here lol
  20. One thing thats making me giggle at this post is this... QUOTED FROM DANDRE02 I'll give ya 5 mins to look at this and tell me why its funny lol
  21. Ive noticed no-ones ever tried saying my mods are theirs or is that a good thing lol
  22. replace $rows = mysql_query("SELECT `ID` FROM `cComments` WHERE (`RecieverID` = ".abs(intval($_GET['u'])).") "); $rows = mysql_num_rows($rows); $pages = ceil($rows/$limit); if($rows % $limit == 0) with $comment = mysql_query("SELECT `ID` FROM `cComments` WHERE (`RecieverID` = ".abs(intval($_GET['u'])).") "); $rows = mysql_num_rows($comment); $pages = ceil($comment/$limit); if($comment % $limit == 0)
  23. Lucky add me to MSN [email protected]
  24. Furn what type of game do you have ?
  25. change $CC = mysql_query("SELECT c.`ID`,c.`cTIME`,c.`SenderID`,c.`RecieverID`,c.`Comment`,u.`userid`,u.`username` FROM `cComments` c LEFT JOIN `users` u "."ON c.`SenderID` = u.`userid` WHERE (`RecieverID` = ".abs(intval($_GET['u'])).") LIMIT ".$page.",".$limit." "); to $CC = $db->query("SELECT c.`ID`,c.`cTIME`,c.`SenderID`,c.`RecieverID`,c.`Comment`,u.`userid`,u.`username` FROM `cComments` c LEFT JOIN `users` u "."ON c.`SenderID` = u.`userid` WHERE (`RecieverID` = ".abs(intval($_GET['u'])).") LIMIT ".$page.",".$limit." ");
×
×
  • Create New...