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

OTClient msgs don't show up

eyez

Member
Joined
Oct 11, 2016
Messages
129
Reaction score
19
Why this 2 types of msg never show up in my OTClient?
What i need to do to fix it?

Msgs who never show up:
Code:
doCreatureSay(cid, 'Never Show Up 1', TALKTYPE_ORANGE_1)

Code:
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Never Show Up 2")

I think this second the problem is in:
MESSAGE_STATUS_CONSOLE_BLUE

Because it showing
Code:
doPlayerSendTextMessage(pid, 20, "Showing!!!")
 
If you press ctrl+t with otclient running you are going to be able to check the "otclient-terminal" that's what I meant... and It might help you find the "error". It is most liketly to be fixed in:
otclient-master/modules/gamelib/const.lua
 
If you press ctrl+t with otclient running you are going to be able to check the "otclient-terminal" that's what I meant... and It might help you find the "error". It is most liketly to be fixed in:
otclient-master/modules/gamelib/const.lua

Oh man sorry! Thank you a lot!!!
It's show errors to why my candybot dont work too!!! (https://otland.net/threads/help-candybot-otclient.246417/)
Ty!

Errors:
Code:
ERROR: Unhandled onTextMessage message mode 46: Stamina trainer offline 15h and 8min.

Code:
ERROR: unhandled onTalk message mode 44: exura

All terminal log:
Code:
GPU Mesa DRI Intel(R) Ivybridge Mobile
OpenGL 3.0 Mesa 11.2.0
Found work dir at '/home/everton/otclient/build/../'
ERROR: Unable to save log to '/home/everton/otclient/build/../otclient.log'
== application started at Oct 23 2016 18:08:21
OTClient 0.6.6 rev 0 (devel) built on Oct  8 2016 for arch x64
Loaded module 'corelib'
Loaded module 'game_things'
Loaded module 'gamelib'
Loaded module 'client'
Loaded module 'client_styles'
Locale 'pl' is missing 1 translations.
Locale 'pt' is missing 19 translations.
Using configured locale: en
Loaded module 'client_locales'
Loaded module 'client_topmenu'
Loaded module 'client_background'
Loaded module 'client_options'
Loaded module 'client_entergame'
Loaded module 'client_terminal'
Loaded module 'client_modulemanager'
Loaded module 'client_serverlist'
Loaded module 'client_stats'
Loaded module 'game_interface'
Loaded module 'game_hotkeys'
Loaded module 'game_questlog'
Loaded module 'game_textmessage'
Loaded module 'game_console'
Loaded module 'game_outfit'
Loaded module 'game_healthinfo'
Loaded module 'game_skills'
Loaded module 'game_inventory'
Loaded module 'game_combatcontrols'
Loaded module 'game_containers'
Loaded module 'game_viplist'
Loaded module 'game_battle'
Loaded module 'game_minimap'
Loaded module 'game_npctrade'
Loaded module 'game_textwindow'
Loaded module 'game_playertrade'
Loaded module 'game_bugreport'
Loaded module 'game_playerdeath'
Loaded module 'game_playermount'
Loaded module 'game_ruleviolation'
Loaded module 'game_market'
Loaded module 'game_spelllist'
Loaded module 'game_cooldown'
Loaded module 'game_modaldialog'
Loaded module 'game_unjustifiedpoints'
ERROR: failed to create widget from style 'NodeImage': 'NodeImage' is not a defined style
Loaded module 'otclient_candybot'
Startup done :]
ERROR: Unable to send extended opcode 1, extended opcodes are not enabled
ERROR: Unhandled onTextMessage message mode 46: Stamina trainer offline 15h and 8min.
ERROR: Unhandled onTextMessage message mode 46: Você tem 30% de EXP em vantagem, Ainda lhe restam 24 dias de VIP!
ERROR: caught a lua call to a bot protected game function, the call was cancelled
stack traceback:
    [C]: ?
    [C]: in function 'cancelAttackAndFollow'
    ...lient-candybot/modules/05-paths/events/smartpath.lua:211: in function '?'
    /otclient-candybot/classes/candylistener.lua:89: in function 'disconnect'
    /otclient-candybot/listeners.lua:99: in function 'disconnectListener'
    /otclient-candybot/listeners.lua:145: in function 'response'
    /otclient-candybot/classes/candymodule.lua:123: in function 'notify'
    /otclient-candybot/modules.lua:152: in function 'notifyChange'
    /otclient-candybot/candybot.lua:229: in function 'changeOption'
    /otclient-candybot/candybot.lua:173: in function </otclient-candybot/candybot.lua:173>
ERROR: caught a lua call to a bot protected game function, the call was cancelled
stack traceback:
    [C]: ?
    [C]: in function 'cancelAttackAndFollow'
    ...lient-candybot/modules/05-paths/events/smartpath.lua:211: in function '?'
    /otclient-candybot/classes/candylistener.lua:89: in function 'disconnect'
    /otclient-candybot/listeners.lua:99: in function 'disconnectListener'
    /otclient-candybot/listeners.lua:145: in function 'response'
    /otclient-candybot/classes/candymodule.lua:123: in function 'notify'
    /otclient-candybot/listeners.lua:124: in function 'signal'
    ...tclient-candybot/modules/00-bot/events/enablebot.lua:17: in function 'callback'
    /otclient-candybot/events.lua:88: in function 'process'
    /otclient-candybot/events.lua:43: in function </otclient-candybot/events.lua:42>
ERROR: unhandled onTalk message mode 44: exura

otclient/modules/gamelib/const.lua
http://hastebin.com/tufisogaro.makefile
 
Back
Top