- Joined
- Sep 18, 2006
- Messages
- 48
- Reaction score
- 0
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
He means the queues wich you've set to 1000 ^^ Normally its 5.
There is no table for it on database, i think it is some code on php.You can probably do it in the database too under the config table..
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