• 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 [C]: in function 'getCorpseOwner' data/modules/scripts/quickloot/quickloot.lua:130: in function

alanheinzorgome

New Member
Joined
Aug 12, 2020
Messages
3
Reaction score
0
I have this error in the distro can someone help me?
Post automatically merged:

this is the error
Post automatically merged:

this is the error
 

Attachments

Last edited:
Go to Data/modules/scripts/quickloot/quickloot.lua

At line 129: if thing then

Change for: if thing and thing:isItem() then
 
Back
Top