• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Hello everyone, i need 8.6 full light

Kahvu

New Member
Joined
Apr 5, 2020
Messages
2
Reaction score
0
So the only way to do this is to download a "hex" editor and then write some code, atleast thats what i found online?

Is this the only way, and if it is can you help me out with where to download it and how to install the code?

Thanks
 
add something like that in your login.lua

LUA:
local default_light = createConditionObject(CONDITION_LIGHT)
setConditionParam(default_light, CONDITION_PARAM_LIGHT_LEVEL, 30)
setConditionParam(default_light, CONDITION_PARAM_LIGHT_COLOR, 215)
setConditionParam(default_light, CONDITION_PARAM_TICKS, -1)
doAddCondition(cid, default_light)
 
where do you mean i should add this?

In the folder of the client?

Thanks
Post automatically merged:

sorry im new to this
 
Back
Top