Thanks a lotmodules -> client_entergame
remove -> enterGame: getChildById ('accountTokenTextEdit'): clearText ()
in the same folder, open the entergame.otui file
remove this
MenuLabel
!text: tr('Token')
anchors.left: prev.left
anchors.top: prev.bottom
text-auto-resize: true
margin-top: 8
TextEdit
id: accountTokenTextEdit
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 2
It's old answer, so it may not work on newest OTC versions.This does not work?![]()
OTCv8 3.2 Rev4It's old answer, so it may not work on newest OTC versions.
Also, there are now 2 popular OTC branches: OTCv8 and OTC Redemption (AKA "Mehah"), which do you use?
Remove ThisOTCv8 3.2 Rev4
Post automatically merged:
OTCv8 3.2 Rev4

The client giving error on startup if i remove these 2Remove This
![]()
otclientv8/modules/client_entergame/entergame.lua at aacfe3f1fe4bcadb5a34ff1f36263e1c96b3dd32 · OTCv8/otclientv8
Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client - OTCv8/otclientv8github.com
and this
View attachment 96272![]()
otclientv8/modules/client_entergame/entergame.otui at master · OTCv8/otclientv8
Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client - OTCv8/otclientv8github.com
And you didn't think it would be wise to share the error?The client giving error on startup if i remove these 2
Haha.. Im sorry im noob."How many OTLand users do you need to remove a text field" thread
And you didn't think it would be wise to share the error?![]()
I cant press login, nothing happens.Remove This
![]()
otclientv8/modules/client_entergame/entergame.lua at aacfe3f1fe4bcadb5a34ff1f36263e1c96b3dd32 · OTCv8/otclientv8
Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client - OTCv8/otclientv8github.com
and this
View attachment 96272![]()
otclientv8/modules/client_entergame/entergame.otui at master · OTCv8/otclientv8
Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client - OTCv8/otclientv8github.com
I am glad you managed, btw, there is a in-built terminal in OTC, just press CTRL + T, and you will see the errors next time something breaks.Haha.. Im sorry im noob.
The thing is, when i remove
This:
I cant press login, nothing happens.
![]()
Gyazo Screen Video
gyazo.com
Post automatically merged:
I FIXED IT!
In entergame.lua
I replaced
G.authenticatorToken = token or enterGame:getChildById('accountTokenTextEdit'):getText()
with:
G.authenticatorToken = token or ''
Haha.. Im sorry im noob.
The thing is, when i remove
This:
I cant press login, nothing happens.
![]()
Gyazo Screen Video
gyazo.com
Post automatically merged:
I FIXED IT!
In entergame.lua
I replaced
G.authenticatorToken = token or enterGame:getChildById('accountTokenTextEdit'):getText()
with:
G.authenticatorToken = token or ''