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

g_game.enableFeature(GameBlueNpcNameColor) otcv8 is there a way to change the color without source edit?

Yes
Code:
creature:setInformationColor(color)
that wouldn’t be giving color info?? where that should goes? i would like to change npc for something like g_game.enableFeature(GameYellowNpcNameColor) but after it i can't access to the server via otc
 
that wouldn’t be giving color info?? where that should goes? i would like to change npc for something like g_game.enableFeature(GameYellowNpcNameColor) but after it i can't access to the server via otc
It is not a feature, its a function. You have to add new module with a script using this function.
 
Back
Top