Jump to content
  • 0

Question

Posted

Does anyone have shared this kind of code:

 

i want an item to give augment passive skills that i going to give a random passive to your class when you click it.

 

thanks!

10 answers to this question

Recommended Posts

  • 0
Posted

explain it a bit more. I dont get it. 

 

You will have augmented weapon and it will give you a skill based on class? or what?

Translate: He wants a custom clickable item, which when you click it it will give a random augment passive skill regarding his current class.
  • 0
Posted

ah ok :) it shouldnt be much hard to make that one, is it? :)

it should be similar to forgotten scrolls but he just have to write those skills and classID restrictions :)

  • 0
Posted

What i want is a custom clickable item that when your press it , it gives you a random augment skill on your class (no class restriction)

 

i think it's easy to make

 

i want it for l2jfrozen 

  • 0
Posted (edited)

but how i'm going to make it random?

 

so it picks one random and add's it to the class?

 

 

lets say for example that the augment skills ids are between 2100 and 2299

 

you will

 

int skillId = 2100+Rnd.get(199);

Edited by xdem

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...