Jump to content
  • 0

[HELP] Removed share


Question

2 answers to this question

Recommended Posts

  • 0
Posted

Explain it.

 

It was .. for example for 20 pvp kills - weapon enchant +1?

 

If yes, its quite simple to do.

  • 0
Posted

k than..

can u help me with 'random item selection' aka a method that select 1 of 4 parts of a set, to be enchanted.

Like a list,

int _setParts[] = { 9600, 9601, 9602, 9603 };

or sth like that :P

 

edit:

mb this one

int tobeEnch = Rnd.nextInt(dragonK.size())
return dragonK.get(tobeEnch);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.



×
×
  • Create New...