¿Refine Limits ?

Mukai

LOMCN Veteran
Veteran
Feb 15, 2008
383
0
63
Tenerife
Hello, Is posible use limits in refine rings,,and more items? for xample only 5 refines?.

Thx
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
Do you mean using the standard item refine script or using a custom made one using HLSCRIPT?

If you mean the standard one, there is no limit you can set.

If you mean the HLSCRIPT one, you can use this command..

Code:
#IF
HLSCRIPTCMD CHECKITEMAMULETCOUNT 1 4
#SAY
The 1 = the Item Number (you are wearing)\
0 = Armour, 1 = Weapon.. etc etc\
The 4 = the Amount of stats.. in this case,\
the #IF is true if you have either 0, 1, 2, 3 or 4 stats\ 
on the item.. \
#ELSESAY
This has 5 or more stats on it!\
 
Upvote 0