Jump to content
  • 0
Tutti

item random

Question

English!

Making this item drop the items that the random script

 

Portugues!

Como fazer este item soltar os itens que esta no script random

 

 

 

{
Id: 7711
AegisName: "Update_Ticket"
Name: "Ticket Visual da Sorte"
Type: 18
Buy: 10
Weight: 20
Script: <" 
setarray .@item_id,
19507, 
19509,
19510, 
19513, 
19514, 
19515,
19516,
19517,
19518,
19519,
19520,
19521,
19522,
19574,
19573,
getitem [rand(getarraysize(.@item_id))], 1;
">
},

 

 

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
@itemIDfromList = callfunc("F_Rand",19507,19509,19510,19513,19514,19515,19516,19517,19518,19519,19520,19521,19522,19574,19573);getitem @itemIDfromList,1; 

Share this post


Link to post
Share on other sites
  • 0

 

@itemIDfromList = callfunc("F_Rand",19507,19509,19510,19513,19514,19515,19516,19517,19518,19519,19520,19521,19522,19574,19573);getitem @itemIDfromList,1; 

Maybe he mean drop on the floor?

Share this post


Link to post
Share on other sites
  • 0

it did not work

 

 

{
Id: 7711
AegisName: "Update_Ticket"
Name: "Ticket Visual da Sorte"
Type: 18
Buy: 10
Weight: 20
Script: <" 
@itemIDfromList = callfunc("F_Rand",
19507, 
19509,
19510, 
19513, 
19514, 
19515,
19516,
19517,
19518,
19519,
19520,
19521,
19522,
19574,
19573,
getitem @itemIDfromList,1;
">
},

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.