nb Core Community
September 08, 2010, 06:44:19 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: 1.2.2 +nb is now final and released

@new registrations. I will not allow any new registrations here as there are more (real person) spambots here than ever.... captcha proved to be ineffective.

After your registration, mail me at ( admin AT shinobilegends.com ) from the mail address you want to register. Provide some text about you and possibly your game.
 
   Home   Help Search Calendar Downloads Login Register  
Pages: [1]
  Print  
Author Topic: forestoutcomes.php No Gems after Level 14  (Read 455 times)
Nightborn
Administrator
Sr. Member
*****

Karma: +20/-0
Posts: 302



View Profile WWW
« on: April 28, 2008, 03:10:00 PM »

You won't get any gems above level 14


Code:
forestoutcomes.php:63:  if ($session['user']['level'] < 15 && e_rand(1,$gemchances) == 1) {

change to

Code:
63         if ($session['user']['level'] < getsetting('maxlevel',15) && e_rand(    1,$gemchances) == 1) {
« Last Edit: April 28, 2008, 03:32:02 PM by Nightborn » Logged

It should be fixed, but it won't be easy and it won't be fast. If you want
to help - wonderful. But keep in mind that it will take months of wading
through the ugliest code we have in the tree. If you've got a weak stomach -
stay out. I've been there and it's not a nice place.

   - Al Viro
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!