Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. A crafting system would be a nice addition. :) I can give you mine to work from if you want it :)
  2. they are many free and open source projects around :) Maybe look at sourceforge? They are some really nice projects/games/engines and im sure you could find something awesome. :)
  3. http://api.jquery.com/mouseover/ or you can do it with css...
  4. he asked for features i gave a list. if he wants to know what to do with the engine easy. write a 2nd class that brings back everything but energy,hp,awake, nerve and password. and use that for the user profile/gang members secure all inputs - market, shops, 5050,gym, login, register, profile, password, gang name, newspaper, inventory, send money/points/item. add a sha512+salt to passwords use a better/nicer css (not dragging the style from the user table, maybe have an if statment to select different templates just dont store the css values in the db) an actual admin panel :)
  5. Gang wars, hit list, player of the hour, better crimes where you can set the amount of time in jail(rewards and others) random acts of violence (randomly a player will get attacked by an npc) if they win, give them something, loose, they go to hospital for set time. profile signatures, better username functions (not just login name) profile comments. user shops, better housing system (not just buy a house.) achievements - so many crimes, attacks, money, lvl, points etc
  6. It's his code. He basically recoded mccodes. :P
  7. I think back in 2009 (yeah some years ago) I had some help from urbanmafia (cant be 100% sure was some time ago) went smooth if I remember correctly.
  8. What engine was used for the other one *no neab version* Looks REALLY awesome.
  9. only works well when you do it lol
  10. Thanks! :))
  11. Toxic pit's is currently in BETA stage. Feel free to have a look around as no wipes will happen unless they is a major bug. - So far so good!
  12. My code may not look good or be the most "best practice" but at least I try on my own before asking others. So back on topic?
  13. It wont be in crimes if the EXP is been given but after they refresh it is gone. Have you looked in the header/globals/includes? make sure if you have made your own level up system that you have set it to only set 0 exp if they have reached a maximum amount needed for the lvl :)
  14. ~Razor, please stop talking as if you can "design". AT OP: If you want to actually design "stuff" get yourself a tablet. Any tablet will do as you will be learning the basics with it. To make a web site template you need more than just photoshop. It requires some amount of time aswell as alot of information on photoshops tools. A simple tool that is ESSENTIAL is the pen. It's the best tool photoshop has to offer but is also the hardest to learn when you are new. Now to the design, try and find colours that match well together. Look on google for colour pallets. They are a ton of them! Always remember that a design really should be Clear. As in text should be clear, easy to read, easy to navigate. And as always. Practice makes perfect. Google is your friend.
  15. Razor42, stop advertising your "offer". If people want a layout they go to brainchild like all the others. back on topic, if i was to invest $100, what would i be entitled to? how would i know where my investment is going? will i have screenshots of the payments to paypal (if it's a shared income?) will i have admin status to look around? mind pming me so i can find out more :P right now i gotta sleep
  16. Zettieee

    DB

    Loosing your DB? why not PM grant? He owns GRPG and would most probs give you the database. And Count? Why do you have 5 copies of the same file? Having more than one copy is pointless and makes me wonder do you even know what a db is? x.x
  17. Here is something you should look at:   mysql_query(sprintf("UPDATE `users` SET `money` = `money` - '%d' WHERE `userid` = '%u'", $r['uhouseRent'], $r['uhouseTenant']));   money should be like this   $newmoney = abs(intval($ir['money'] - $r['uhouseRent'])); mysql_query(sprintf("UPDATE users SET money = '".$newmoney."' WHERE userid = '%u'", $r['uhouseRent'], $r['uhouseTenant']));   Not to sure it will work but I think that's the problem :) And you use sprintf more than magictallguy and that's not great news ^_^
  18. Looks nice. Good luck with it!
  19. Zettieee

    hey guys

    I'm looking for someone to manage my paypal account + my credit card payments. If you think you're up to it post below. Regards :)
  20. Awesome read. thanks ab
  21. They is such things as flat db structure's. They are sort of what you are asking but with a game you shouldn't really (not for all your info) use this sort of db.
  22. MTG converted my whole game in the time it took me to make coffee :) + he converted my classes.php (GRPG) to a more suitable class construction Good service all round. :)
  23. Hey so this came to my attention upon reworking items in GRPG so thought I might share. equip.php (as you know equips an item as weapon or armor or other?) It isn't checking if the item been equipped is a weapon or armor or other. A good fix is to rework the items (database structure) add in type. and then for weapons type 1, armor 2, other 3, and awake pill to type 99 (or some other number you wont use.); Now add in a check to see if the item been equpied is actually a weapon/armor/other.
  24. I was giving an example sniko lol.. dont use mcc and only know some vars because of the conversions to GRPG lol
  25. Agreed. If a company is openly saying they have a server setup for DDoS'ing, then in my book they are trash.
×
×
  • Create New...