
JesterC
Members-
Posts
24 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by JesterC
-
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.
-
There is an update on the ezrpg forums, at http://www.ezrpgproject.com./forums
-
Nice idea, I'll make the ranks where the user can set them in the admin panel. This is added to my list!
-
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]
-
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!
-
solved- disregard
-
[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]
-
Thanks, A little extra work doesn't hurt when you want security. :)
-
Alright, sounds like work to me!
-
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.
-
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?
-
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]
-
Very nice, Im workin on some stuff atm :)
-
should be fine now
-
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:
-
i was gonna release the register psd, but i figured you could just easily make one out of the login.
-
im pretty sure you cant go around posting people's ip addresses...
-
How do you add an encrypted(md5) hash into html?
-
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
-
thanks for the feedback guys, I plan on releasing it when it's done.
-
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.