Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. SOLD!   Hey guys. I'm selling my in game design , item images, jquery inventory. Preview: moblords.com Add me on skype if you want to see all the images. Skype: Scruffy.gamer Looking for offers. Current offer: $65
  2. Damnit I down voted you by accident. :( Nice looking game but not woth $10k.
  3. Forgot Password. Real item types. A real Admin Panel. Classes need re coding.
  4. Yup your right kyle. I should go change my attack real quick! :D
  5. $myAgi = (($ir['agility'] / 100) * 2.5); $enemyAgi = (($r['agility'] / 100) * 2.5); if($myAgi > $enemyAgi) { $speed = 1; } else { $speed = 0; } if($speed > 0){ //you attak } else { //they attack }
  6. https://archive.org/details/TheInterview_MovieHD Enjoy.
  7. I'll buy it if you still have it. Add me on skype: scruffy.gamer EDIT: infact no, I don't want it. You was the guy selling my PSD That I gave out for free. lol.
  8. Zettieee

    Grpg faq

    Lets hope they keep some of the great things: On page load for info, item pedia in a new javascript window, rewrite the classes. Everything else should go and be re made! :)
  9. So no chance of a developers copy? Even a strip down version would help me alot more than what I currently have.
  10. It's using MC v2.0.5b   Nothing too deep. Just explaining what has happened to the world. who caused what happened. The after effects of what happened. Maybe some task text (story line development as players do tasks).
  11. Thanks for commenting. The story wont be written untill the features are in place to support a deep story line. I'm not recoding the whole engine just features that really needed it! The check list I'm using (in part) is from an old project that I sold on. (zplague) My coding style hasn't changed much since the days of GRPG (html outside of php). Simple/readable code. I've added functions for alot of the main functions of mccodes (item names/images/power/guard). Added new functions to support any "Name upgrade" including: images, html, javascript. PS: Any good story writters out there? (must be willing to work for free) [Your name/contact info will be posted in the credits]
  12. Hey. 100% agree with the post but some quick qestuons regarding the engine. I didn't buy the engine but got a copy given to me. (To help with mods). Why on earth is every number input using mres and not abs/intval or even ctype_digit? Or is this just the version I have? any chance of a developer copy?
  13. Why a new project while moblords isn't finished? Well. I made moblords more of a test than anything else. They was no real story behind it. It was simply made to see what I could do with minimal time. I was going to make a full game. I started making a new design for it but quickly noticed the lack of story. Then wanted to add new things/mods but the coding was a mess. Instead of carrying on with bad/spaghetti code I decided to start fresh with a blank canvas. Over the last week they has been quite a bit of work. Some of the more noticable things: Items rework with a new inventory system (thanks sniko!). New functions for things that should of already had them (jail/hospital/donator/staff). Map system (still in development but a preview is included). Whats the concept for this game? Post-Apocalyptic / Urban Survival What features will it have? Map system [with gang/clan control] Crafting system Weather effects [Very basic!] Farming system [Grow food/medicine] Task system [EG: goto A-5 and clean out the trash cans] (Replacement for crimes) Terrain Effects [safe zone, Radion zones, Standard zones, Caution zones]. Release date? When it's in a state that's playable and fun! Preview: http://imgur.com/a/mLmdo All constructive criticism will be taken in!  
  14. Hope it helps more of you guys out! :)
  15. Warez Dash BB when you need it? ;D
  16. Damnit, anyone out there feel like helping me out with chat scroll?
  17. New archive will allow that! The issue i'm having right now is. It will auto scroll down if your already at the bottom. But when you goto a new page the scorll bar will be at the top! Annoying :(
  18. No, it doesn't The way I fixed it is with just having no scroll bar and limiting what is returned and posted in chat :x EDIT: I've managed to make it not update the scroll. Pretty simple now I understand a little of how js works! :) I wont be adding this to the mod untill I do some more tests.
  19. I didn't have the issue of long pages - i use a div with overflow-y: scroll; and height: 550px; for my main page container. I'll do it for the next update! Thanks for letting me know.
  20. Hey guys. Made this little feature for Daves chat. It gives you some basic features: Clickable usernames Delete a msg Clear Chat Chat Archive Chat Ban How much is it? $3! Where can you get it? http://mccodes.com/viewmod.php?id=151 Screenshots? [ATTACH=CONFIG]1764[/ATTACH] [ATTACH=CONFIG]1765[/ATTACH] Found a bug or exploit? Contact me i'll update it as soon as possible.
  21. your 100% right! I didn't bother reading it before posting :( in battle tent or the other place set a session for npc atks. then just check if the session is still valid?
  22. if($ir['user_level'] == 4) { echo "nope"; exit; }
  23. I'm not posting the code here. You will have to do it yourself! Learn something ;D Okay guys, some basic mods you can do really easy to make your game more fun for your users! In gym you should make it possible to gain more stats based on luck! How do we do this? Simple! add a simple if statment with a rand(); Why would this be fun for your users? Well maybe they get sick of seenig the same value every time they train?! Giving them a chance to get more stats out of luck strives players to train more! Jobs! The standard jobs in mccodes requires nothing but stats. Add something along the lines of active time (in game time) say if they want to be a manager at said job, they would have to be active for 4 hours in game a day! Energy Refills! What if sometimes a player got it for free while doing things in the game? Say idk, while mailing someone? they get a free energy refill! Simple stuff like this keeps players in the game longer and thus makes a more active game. Simple mini games! One of the better mini games is tag "your it". This wouldn't be hard to set up at all! With very minimal coding needed no more than 20 lines and you could have a nice little game going on. Post some of your idea's below. If any of them look really fun i'll help code them up! (nothing too advanced as i suck!)
  24. Anyone know where to buy an RC engine license?
  25. If you already have Daves chat i can help you out. Add me on skype: Scruffy.gamer
×
×
  • Create New...