• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Acc

Breakdown

Be good, or be good at it
Joined
Feb 5, 2009
Messages
334
Reaction score
9
Okay, i used to use nicaw, and it worked fine. But i decided to try Gesior, however i get this error.

Code:
Warning: Error parsing C:/Documents and Settings/Har.D94CLS71/Desktop/New Folder (2)/Flux/config.lua on line 137 in C:\xampp\htdocs\config-and-functions.php on line 13

Plus, how do i change what players start out with, like gear + level etc.
 
Delete all the unnecessary shit from your config.lua like these lines
Code:
-- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature,
	-- called "exception tracer" (__EXCEPTION_TRACER__ flag).
and these lines
Code:
-- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
	-- rateStaminaHits multiplies every hit done a creature, which are later
	-- multiplied by player attack speed.
	-- rateStaminaGain is multiplying every second of logged out time, eg:
	-- 60 * 1000 / 3 = 20 seconds, what gives 1 stamina minute for 3 being logged off.
	-- rateStaminaThresholdGain is dividing in case the normal gain (that is
	-- multiplied by rateStaminaGain, btw.) passed above threshold, eg:
	-- 60 * 1000 / 3 = 20 / 4 = 5 seconds (3 * 4 = 12 minutes for 1 stamina minute).
	-- staminaRatingLimit* is in minutes.

Then to change what players start out with just set your firstitems.lua for the gear, and for the levels set them in the sample chars in your database. (Sorcerer Sample, Druid Sample, etc.)
 
Back
Top