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

RevScripts Boss Loot ItemId Error

adrenysny

Member
Joined
Feb 17, 2021
Messages
140
Reaction score
14
hello, someone help me with this error, all bosses when killing it gives the loot like this with itemid
use tfs 1.3 otbr
LOOTLIST BOSS.png
 
Solution
change this:
os << "{" << item->getClientID() << "|" << item->getNameDescription() << "}";
for
os << item->getNameDescription();
Basically that ^ should be enough
Back
Top