Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. http://www.flashbuttons.com/ should help ya :)
  2. I notice on the gomining.php if un-successful it deducts 4 brave. you really need to think about how youve done this statement as your users could find themselves going into minus values always make sure they have enough to deduct or tell the statement to only deduct 4 if 4 is available
  3. Why does the poor user table get so many fields why not create a new table called mining and have it grab userid from users table instead of cluttering up the users table
  4. I'd want to know more about the host than the hosting they provide. bare in mind you have access to everyones site and the ability to upload and keep data from that person
  5. I created a Combine items feature somewhere on here
  6. Did someone mention breaking things im in for some of that ;)
  7. cos no-one reads the paid section anymore :)
  8. $sql = sprintf("UPDATE users SET money=money-1000, energy=energy+75, grub=grub+1 WHERE userid=%s AND energy < max_energy", $userid); by the way i didnt make this mod...
  9. heres a few images to the new mailbox upgrade which i think you will find quite pleasing added a dailymotion screenie so users can see that anytype of video can be used
  10. Uridium

    I'm Back!

    who the hells Paul Evans anyway ;) and wheres Haunted Dawg gone :)
  11. look on Sourceforge im sure they will have something like this
  12. Thread Closed
  13. stupid idea if a user knows they cant beat their opponent they may aswell just sit there and stalemate
  14. I want an advanced gym system rebuilt using MCCODES as a base template ;)
  15. remove line 15 and overwrite with <a href='viewuser.php?u={$ir['userid']}'><img src='profilebutton.jpg' align='left'></a><br />   see if that helps
  16. OLD >> http://www.fuelforhtml.com/renders/inner_station_tunel.png NEW >> http://www.fuelforhtml.com/renders/inner_station_tunel_2.png flicking back and forth from both images The OLD has better lighting but the wires, Pipes and Hatch Bottoms dont look right However on the NEW image the wires look better but still the problem with hatch floor and pipes
  17. $set="SELECT * hospital_count, jail_count FROM users"; <<< these are not in a V2 dbase the use of $set is already defined as a function anyway so get rid of that line
  18. I suppose adding a cron for each door date would help if the cron dont match the sql for the door date then that door cant be opened
  19. you can create your own images to cover tthe doors each image should be about 100 x 100 then just do your maths with the co-ords on windows paint if(!$ir['frame1'] !=1) { imagecopymerge_alpha($img_a, $img_b, 25,25,0,0, imagesx($img_b), imagesy($img_b), 50); } if(!$ir['frame2'] !=1) { imagecopymerge_alpha($img_a, $img_c, 401, 402, 0, 0, imagesx($img_c), imagesy($img_c), 50); } if(!$ir['frame3'] !=1) { imagecopymerge_alpha($img_a, $img_d, 25, 405, 0, 0, imagesx($img_d), imagesy($img_d), 50); } if(!$ir['frame4'] !=1) { imagecopymerge_alpha($img_a, $img_e, 400, 305, 0, 0, imagesx($img_e), imagesy($img_e), 50); } if(!$ir['frame5'] !=1) { imagecopymerge_alpha($img_a, $img_f, 104, 200, 0, 0, imagesx($img_f), imagesy($img_f), 50); } if(!$ir['frame6'] !=1) { imagecopymerge_alpha($img_a, $img_g, 402, 103, 0, 0, imagesx($img_g), imagesy($img_g), 50); } if(!$ir['frame7'] !=1) { imagecopymerge_alpha($img_a, $img_h, 25, 100, 0, 0, imagesx($img_h), imagesy($img_h), 50); } if(!$ir['frame8'] !=1) { imagecopymerge_alpha($img_a, $img_i, 200, 200, 0, 0, imagesx($img_i), imagesy($img_i), 50); } if(!$ir['frame9'] !=1) { imagecopymerge_alpha($img_a, $img_j, 103, 100, 0, 0, imagesx($img_j), imagesy($img_j), 50); } if(!$ir['frame10'] !=1) { imagecopymerge_alpha($img_a, $img_k, 104,300,0,0, imagesx($img_k), imagesy($img_k), 50); } if(!$ir['frame11'] !=1) { imagecopymerge_alpha($img_a, $img_l, 200, 100, 0, 0, imagesx($img_l), imagesy($img_l), 50); } if(!$ir['frame12'] !=1) { imagecopymerge_alpha($img_a, $img_m, 200, 400, 0, 0, imagesx($img_m), imagesy($img_m), 50); } if(!$ir['frame13'] !=1) { imagecopymerge_alpha($img_a, $img_n, 301, 300, 0, 0, imagesx($img_n), imagesy($img_n), 50); } if(!$ir['frame14'] !=1) { imagecopymerge_alpha($img_a, $img_o, 100, 25, 0, 0, imagesx($img_o), imagesy($img_o), 50); } if(!$ir['frame15'] !=1) { imagecopymerge_alpha($img_a, $img_p, 301, 200, 0, 0, imagesx($img_p), imagesy($img_p), 50); } if(!$ir['frame16'] !=1) { imagecopymerge_alpha($img_a, $img_q, 402, 25, 0, 0, imagesx($img_q), imagesy($img_q), 50); } if(!$ir['frame17'] !=1) { imagecopymerge_alpha($img_a, $img_r, 401, 202, 0, 0, imagesx($img_r), imagesy($img_r), 50); } if(!$ir['frame18'] !=1) { imagecopymerge_alpha($img_a, $img_s, 300, 400, 0, 0, imagesx($img_s), imagesy($img_s), 50); } if(!$ir['frame19'] !=1) { imagecopymerge_alpha($img_a, $img_t, 200, 25, 0, 0, imagesx($img_t), imagesy($img_t), 50); } if(!$ir['frame20'] !=1) { imagecopymerge_alpha($img_a, $img_u, 200, 300, 0, 0, imagesx($img_u), imagesy($img_u), 50); } if(!$ir['frame21'] !=1) { imagecopymerge_alpha($img_a, $img_v, 300, 25, 0, 0, imagesx($img_v), imagesy($img_v), 50); } if(!$ir['frame22'] !=1) { imagecopymerge_alpha($img_a, $img_w, 25, 300, 0, 0, imagesx($img_w), imagesy($img_w), 50); } if(!$ir['frame23'] !=1) { imagecopymerge_alpha($img_a, $img_x, 25, 200, 0, 0, imagesx($img_x), imagesy($img_x), 50); } if(!$ir['frame24'] !=1) { imagecopymerge_alpha($img_a, $img_y, 301, 100, 0, 0, imagesx($img_y), imagesy($img_y), 50); } if(!$ir['frame25'] !=1) { imagecopymerge_alpha($img_a, $img_z, 0, 0, 0, 0, imagesx($img_z), imagesy($img_z), 50); }
  20. I still have the script for this however i dont have all the door images I will amend the script for future use...
  21. NEVER do a game thats been done if its been done your just copy catting an already successful game... Think outside the box or watch Television for Ideas. Ive never seen a sims styled MCC game so that maybe an idea
  22. weapon/sec weapon/ armor are called from the user dbase If you wanted to take this away from the users table it then starts getting complex You would need 2 new tables one called weapons and one called userweapons You would then need to rewrite the attack.php so that it can grab info on userweapons if they are equipped or not. However this isnt a bad thing cos with the new setup you could add attributes to your new weapons that you couldnt really achieve with the mcc version. Files that would need changing are. staff_items.php you would need to remove the weapons section and create a new file called staff_weapons.php Inventory.php would need to be rewritten. as would equip_armor.php and equip_weapon.php so as you can see it does start getting very complicated.. BUT its do-able and could open a new way and an improved way of the attack system..
  23. Any of my mods ion there ?? i bet not grr and boo ta you lol
  24. Hmm my notepad++ is playnig up wont save a file keeps saying its being used by another program
  25. ah kk leave it with me i'll have a look
×
×
  • Create New...