Chaos92 Posted November 27, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 27, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 22 hours ago Share 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 Link to comment Share on other sites More sharing options...
Chaos92 Posted November 27, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Author Share 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 Link to comment Share on other sites More sharing options...
Nerfwood Posted November 27, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 104 Reputation: 27 Joined: 12/05/13 Last Seen: August 26, 2015 Share 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 Link to comment Share on other sites More sharing options...
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 !
Link to comment
Share on other sites
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.