Jump to content
MakeWebGames

JesterC

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Everything posted by JesterC

  1. I'm starting a crime system that in the admin panel it automatically creates .tpl files based on your input. It's a fairly easy system actually.
  2. There is an update on the ezrpg forums, at http://www.ezrpgproject.com./forums
  3. Nice idea, I'll make the ranks where the user can set them in the admin panel. This is added to my list!
  4. This module is a /basic/ player attack engine. What this does is allow a player, (if he is not dead;out of energy;and cheating) to attack another player. This uses the same formula system as Zeggy's BotBattle module, so that you can have a balanced play area. Experience is calculated as: Attacked persons level*5=exp gained. Easily changeable in the attack() function. Credit to Zeggy for helping me with a issue. Screens: [attach=1475][/attach] [attach=1476][/attach] Download: [attach=1477][/attach]
  5. Almost ready to release the attack module guys!!! Zeggy, have sent you a pm requesting help on a bug. Its a simple one, but it can be added on! &Also began work on an Inventory System!
  6. solved- disregard
  7. [mysql]$query = $this->db->execute('SELECT `id`, `username`, `level` FROM `players` WHERE `level`<=?, `username`!=? ORDER BY `level` ASC', array($player->level, $player->username));[/mysql] Can someone tell me how to properly execute this query where level<$player->level & username!=$player->username? somewhere im wrong at [mysql]`username`!=?[/mysql]
  8. JesterC

    Modules Guide

    Thanks, A little extra work doesn't hurt when you want security. :)
  9. Alright, sounds like work to me!
  10. Currently I am still working on some gambling modules, but I am all ears to what people want. If there is a module you think would be great for ezRPG, then just mention it in here with details.
  11. JesterC

    Modules Guide

    How would you call a hook in the TPL file? Can you? This would make it easier to display $msg. Can you use Javascript in TPL files? How would you do mysql_fetch_assoc() in $db?
  12. This is a free mod for EzRPG that allows a user to play a gambling game,50/50. The user inputs his bet, and has a 50% chance to double it, or lose it. This can be expanded on by adding a daily limit etc. [attach=1474][/attach]
  13. JesterC

    Modules Guide

    Very nice, Im workin on some stuff atm :)
  14. should be fine now
  15. This was originally made for my pimp game, but I decided a free release would be fun. It has some cool javascripts for the menu and top player rank. Demo: http://www.pimp-battle.com Download: http://www.megaupload.com/?d=I5XYX904 :thumbsup:
  16. i was gonna release the register psd, but i figured you could just easily make one out of the login.
  17. im pretty sure you cant go around posting people's ip addresses...
  18. JesterC

    HTML Test

    How do you add an encrypted(md5) hash into html?
  19. If a designer needs this, here ya go. ready to slice and code. <-- not the psd, the psd is just like it but is login info. http://www.megaupload.com/?d=P3ELUZK3
  20. finished! [mp]69[/mp]
  21. thanks for the feedback guys, I plan on releasing it when it's done.
  22. Checkout the new login i' making. http://pimp-battle.com/login3.php   Any suggestions, its definately not finished, im no graphics artists, and i got alot of work to do.
×
×
  • Create New...