silveralol
Advanced OT User
- Joined
- Mar 16, 2010
- Messages
- 1,484
- Solutions
- 9
- Reaction score
- 217
hello
my trouble is about a function setAttribute ...
see
don't work this line
why ? :S
tfs 1.2 !!!
my trouble is about a function setAttribute ...
see
Code:
local items = reward[math.random(3)].itemId, reward.count
if items == 13529 then
local mount = mounts[math.random(43)].name
items:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, 'contains ' .. ItemType(mount):getName() .. '.')
end
Code:
items:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, 'contains ' .. ItemType(mount):getName() .. '.')
tfs 1.2 !!!
Last edited: