[Help]How Change the max "Queues" on rageonline

Status
Not open for further replies.
Re: How Change the max "Queues" on rageonline

hmm the building on planet limit? thats threw settings in admin menu

if your talking about building ships etc... thats in Includes > constants.php
 
ok. may i ask this, well i will anyway. HAVE you even bothered to look at the files at all, ESPECIALY those in the Functions and Include folders.

YOUR QUEUES setting is in 1 of the most COMMON file of all. Constants.php
// define('MAX_BUILDING_QUEUE_SIZE' , 25);
now i suggest u look in vars.php too since thats were all the ships, buildings and all other junk is for changeing cargo capacity and what not..
 
if u edit constant.php you need to change leetBuildingPage.php & DefensesBuildingPage.php or you only can build 99.999 ships/defence at a time

in FleetBuildingPage.php in includes/function

$PageTable .= "<input type=text name=fmenge[".$Element."] alt='".$lang['tech'][$Element]."' size=6 maxlength=6 value=0 tabindex=".$TabIndex.">";

i changed size to 6 and maxlength to 6 so mow i can buil 999.999 ships of any ship at a time, i try'd more but my sql didnt handel it

and do the same in DefensesBuildingPage.php
 
lol i already told him the answer 3 days ago.... either constants.php or my settings in admin.... and yet he doesnt know how to fix it -.-

if u edit constant.php you need to change leetBuildingPage.php & DefensesBuildingPage.php or you only can build 99.999 ships/defence at a time

in FleetBuildingPage.php in includes/function

$PageTable .= "<input type=text name=fmenge[".$Element."] alt='".$lang['tech'][$Element]."' size=6 maxlength=6 value=0 tabindex=".$TabIndex.">";

i changed size to 6 and maxlength to 6 so mow i can buil 999.999 ships of any ship at a time, i try'd more but my sql didnt handel it

and do the same in DefensesBuildingPage.php


and actually i can make it so you can build more than 1b ships at once without db or sql do nuts XD but see ranking page crashes when i do that.... 1b ships will get your score to go over the max score on the game..

and yeah ranking pages for all ogame servers.... SUCKS ASS
 
Status
Not open for further replies.
Back