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

Mock-Slot System Question

Coca Cola

New Member
Joined
Apr 10, 2010
Messages
164
Reaction score
0
--Edit .. Forget the old subject ..

Hello Everyone,
Mock made that amazing script but he uses the conditions like that :
Code:
CONDITION_PARAM_SKILL_AXEPERCENT

and i use :
Code:
CONDITION_PARAM_SKILL_AXE
So in his script the item recives a name [axe.+20%], so i'd like to cut that % of name because mine don't have this ..
in my thought , i take of the % of this part
Code:
               nam = nam..' ['..l..'.+'..p..'%]'

but .. without the % the script don't work .. :(

help pls?
ty,cya


Link : Mock- http://otland.net/f81/slot-system-multi-slot-no-crashes-90387/
 
Last edited:
Back
Top