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

more capacity

kevinpiojo

New Member
Joined
May 29, 2017
Messages
26
Reaction score
1
Location
Spain
hello I try to add more capacity with an addon but it didn't work

Lua:
        local mascap = Condition(CONDITION_ATTRIBUTES)
        mascap:setParameter(CONDITION_PARAM_TICKS, -1)
        mascap:setParameter(CONDITION_PARAM_SUBID, 113)
        mascap:setParameter(CONDITION_PARAM_STAT_CAPACITYPERCENT, 300)


I think my error comes from here
Code:
(CONDITION_ATTRIBUTES)


Thank you. you want a like xd
 
Back
Top