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

[MOD] Developer Control Panel 2.0

Ascuas Funkeln

Rakkedo Game
Joined
Apr 14, 2013
Messages
549
Solutions
32
Reaction score
305
Location
Poland
GitHub
AscuasFunkeln
Hello i create next tool to make my job easier, I will share it with you.

Step 1
Shutdown game client.
Download file and paste it in "otclient/mods/"

ENJOY :D


UPDATE v. 2.0


Now panel is in miniWindow mode,
  • No more impact on gameplay when press buttons. (Stop walking, executing actions)
  • Minimize/Exit button
There will be more function in time :D

Enjoy
 

Attachments

Last edited:
Why not use g_game.talk? You could do all of that in module's Lua (or even otui file like you did now). No need for these extra steps.
Also g_game.isGM() to check if player is GM, don't enable/add top button if false.
 
Why not use g_game.talk? You could do all of that in module's Lua (or even otui file like you did now). No need for these extra steps.
Also g_game.isGM() to check if player is GM, don't enable/add top button if false.
Im not super experienced in this, i made it for self with knowledge i have :D Anyway i will try make it in way like you said.

@edit ok i will change it now, and delete this extra steps! Thanks
 
Last edited:
Found on br forum :
author: Snowsz


f51c779098b77858af17d483142b2dd2.gif
 

Attachments

this error on terminal for me:
[C]: in function 'getRealPath'
/modules/tool_monstermaker/tool_monstermaker.lua:2660: in function </modules/tool_monstermaker/tool_monstermaker.lua:2658>
ERROR: protected lua call failed: /modules/tool_monstermaker/tool_monstermaker.lua:1959: attempt to call field 'getRealPath' (a nil value)
stack traceback:

how i can fix?
Post automatically merged:

Found on br forum :
author: Snowsz


f51c779098b77858af17d483142b2dd2.gif
niceeee worrk for me perfect!!
TFS 0.4
 
this error on terminal for me:
[C]: in function 'getRealPath'
/modules/tool_monstermaker/tool_monstermaker.lua:2660: in function </modules/tool_monstermaker/tool_monstermaker.lua:2658>
ERROR: protected lua call failed: /modules/tool_monstermaker/tool_monstermaker.lua:1959: attempt to call field 'getRealPath' (a nil value)
stack traceback:

how i can fix?
U use my mod or this one pasted here from br site?
 
Back
Top