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

[TFS 1.3] Client premium features

AbraxasCal

New Member
Joined
Aug 24, 2020
Messages
9
Reaction score
1
TFS 1.3X
Client version: 12.20
Hi all, I want to remove this from my client but I'm not sure how to. All the characters have working premium however everyone has this message.
1.JPG
In my config.lua I have
Lua:
freePremium = true
set to true.
In my db, I have premdays set to 0, but when I change it to something greater than 0, nothing changes.3.JPG

Code:
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, player:getPremiumDays())
getPremiumDays() returns with '65535'

On the login screen, this is what displays.
4.JPG

Thanks in advance! :)
 
U can change it in client.exe
Example path: (your tibia path)/packages/Tibia/bin/client.exe

Use HexEditor and go one, maybe you change and solve ur problem or make more errors.
Make copy first.
1.png2.png
 
or maybe just disable the freePremium and give everyone 65000 days of premmy, try this 😁 if I'm not mistaken this premium features thing appear when you are low of premium days or free account
 
Last edited by a moderator:
but he can change premium to free in client then he got freepremium on config to spells,voc etc and then prem days = free days = null.
I cannot tested it now.
 
Back
Top