• 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!

Lua [Skills Bug]

daniel9878

New Member
Joined
Dec 26, 2007
Messages
37
Reaction score
1
Problem with skills: Help me please, on my TFS 0.4_SVN with Elf War System, the player is training and all of a sudden the player appear with skills like 65343434 (its only physical skills, it dont happens with MagicLevel), when the player atack something (monster, player) the server is nuked without no error message on the console, we have already tought that it was a nuker or a intruder but it wasnt because it heppened with a TEST character.

If im posting in the wrong place please move because im new here.

-----------------------------------------------------------------------------------------
Please Urgently answer me =(. My server is online !
 
go to fatabase

PHP:
	-- Premium-related
	freePremium = false
	premiumForPromotion = true

past to

PHP:
	-- Premium-related
	freePremium = false
	premiumForPromotion = false

rep++!!!!!!11
 
Open your config.lua

look for this lines
Lua:
-- Premium-related
	freePremium = true
	premiumForPromotion = false

I guess i was kinda late jeje anyways.. glad you were able to fix the problem

@UP It's funny that once somebody gives a solution.. all of the sudden everyone knows how to fix it :D

GL
 
Back
Top