zbizu
Legendary OT User
![]()
HELP!
try using stats listed in script configuration
![]()
HELP!
Is this system a direct upgrade to this one?
![]()
CreatureEvent - [TFS 1.1] Ultimate item stat system (elements, skills, exp, loot and more)
Abandoned by OP, code is most likely bugged Hello OtLand. I put together four different scripts in one lib which took a lot of work to make them compatible, they work as one system now. TFS I used: 1.1 from 29 Mar 2015 No, it won't work on 1.0 No, no version for 0.2/0.3/0.4, move on already...otland.net
How can i get item for rolling slot bonuses?
function Player:onLook(thing, position, distance)
local description = "You see " .. thing:getDescription(distance)
if thing:isItem() then
local stats = thing:displayStats()
if stats ~= "" then
description = description .. "\n" .. stats
end
self:sendTextMessage(MESSAGE_INFO_DESCR, description)
end
end