Jump to content
MakeWebGames

Gemini

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Gemini's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Next Generation Browser Game Engine - Input Request The concept around this engine is similar to legend of the green dragon.
  2. Simple modification here, it checks if the opponents level is 5 or more levels lower that the attackers level,this could be used to prevent farming and attack bunny's or abuse. Sorry if this has been posted before! Add this where ever you want in attack.php if ($oppattack['level'] <= $myattack['level']) { $levelcheck = $myattack['level'] - $oppattack['level']; }   then add this code anywhere in attack.php where your checks are made if ($levelcheck >= 5) { print "You can't attack a user that's 5 or more levels below your level! [url='index.php']Back[/url]"; $h->endpage(); exit;   Comments are welcome!
  3. Re: FlameSpark - Test us now in BETA!   If its only 15% done why did Oxidation state that its in BETA? sounds more like pre-alpha to me.
×
×
  • Create New...