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

Dont show outfit colors

chupaescadatri

Banned User
Joined
Jul 5, 2014
Messages
338
Reaction score
49
terminal:
Code:
ERROR: protected lua call failed: LUA ERROR:
/game_outfit/outfit.lua:118: attempt to call global 'getOufitColor' (a nil value)
stack traceback:
    [C]: in function 'getOufitColor'
    /game_outfit/outfit.lua:118: in function </game_outfit/outfit.lua:53>
ERROR: protected lua call failed: LUA ERROR:
/game_outfit/outfit.lua:288: attempt to index a nil value
stack traceback:
    [C]: in function '__index'
    /game_outfit/outfit.lua:288: in function </game_outfit/outfit.lua:266>
    [C]: in function 'setChecked'
    /corelib/ui/uicheckbox.lua:12: in function </corelib/ui/uicheckbox.lua:11>
ERROR: protected lua call failed: LUA ERROR:
/game_outfit/outfit.lua:288: attempt to index a nil value
stack traceback:
    [C]: in function '__index'
    /game_outfit/outfit.lua:288: in function </game_outfit/outfit.lua:266>
    [C]: in function 'setChecked'
    /corelib/ui/uicheckbox.lua:12: in function </corelib/ui/uicheckbox.lua:11>
ERROR: protected lua call failed: LUA ERROR:
/game_outfit/outfit.lua:288: attempt to index a nil value
stack traceback:
    [C]: in function '__index'
    /game_outfit/outfit.lua:288: in function </game_outfit/outfit.lua:266>
    [C]: in function 'setChecked'
    /corelib/ui/uicheckbox.lua:12: in function </corelib/ui/uicheckbox.lua:11>
ERROR: protected lua call failed: LUA ERROR:
/game_outfit/outfit.lua:288: attempt to index a nil value
stack traceback:
    [C]: in function '__index'
    /game_outfit/outfit.lua:288: in function </game_outfit/outfit.lua:266>
    [C]: in function 'setChecked'
    /corelib/ui/uicheckbox.lua:12: in function </corelib/ui/uicheckbox.lua:11>
colors.jpg


D:
help

outfit lua
ADDON_SETS = { [1] = { 1 }, [2] = { 2 }, [3] = { 1, 2 }, [4] = { 3 } - Pastebin.com
 
Line 118:
local outfitColor = getOufitColor(j*19 + i)

Missing a letter right there.
 
I put the t but it was not that, continue without running = (
What do you mean by "continue without running"? Is otclient not opening or sth? No new errors?
What changes do you made recently, that would cause those errors?
 
What do you mean by "continue without running"? Is otclient not opening or sth? No new errors?
What changes do you made recently, that would cause those errors?
It does not appear as cores, the errors are the same,
This happened after switching otclient to fullscreen
 
Back
Top