Jump to content
MakeWebGames

JesterC

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

JesterC's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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:
×
×
  • Create New...