Chaos92 Posted November 27, 2014 Posted November 27, 2014 can anyone help me , i need itemscript that can use getitem2 in random for example here is for getitem getitem callfunc("F_Rand",558,529,2668,7518),1; },{},{} i need for getitem2 so that i can give random refine level for those item, thanks ! Quote
Emistry Posted November 27, 2014 Posted November 27, 2014 just change the item_id part to callfunc("F_Rand",558,529,2668,7518) everything else is pretty much the same .... getitem2 callfunc("F_Rand",558,529,2668,7518),..............................; Quote
Chaos92 Posted November 27, 2014 Author Posted November 27, 2014 just change the item_id part to callfunc("F_Rand",558,529,2668,7518) everything else is pretty much the same .... getitem2 callfunc("F_Rand",558,529,2668,7518),..............................; but how if i want that refine level also random ? Quote
Nerfwood Posted November 27, 2014 Posted November 27, 2014 but how if i want that refine level also random ? Use rand(min,max) for the refine argument, e.g., getitem2 <item id>,<amount>,<identify>,rand(5,10),<attribute>,<card1>,<card2>,<card3>,<card4>; The above code will generate an item with a random refine rate of 5 ~ 10. Quote
Question
Chaos92
can anyone help me , i need itemscript that can use getitem2 in random for example here is for getitem
i need for getitem2 so that i can give random refine level for those item, thanks !
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.