xDafuQ Posted November 11, 2011 Posted November 11, 2011 Any1 know how to make a message like this? it shows the rate for enchant and penality if item fail when u put the item for enchant... for l2jserver gracia final thanks
0 xDafuQ Posted November 18, 2011 Author Posted November 18, 2011 So concatenate that information into a string and send it to the player as a message. dont know how to make it...
0 dpbBryan Posted November 18, 2011 Posted November 18, 2011 dont know how to make it... Concatenate is a fancy programming term for adding strings. So you'd have String a = new String( "This is a." ); String b = new String( "This is b." ); String c = new String( a + " " + b ); System.out.println( c ); So basically, you'd have to fetch the values of the 'enchant success', add them to a another string and pass that along to the player through sendMessage, or whatever.
0 xDafuQ Posted November 18, 2011 Author Posted November 18, 2011 ok but how can i make it for each enchant?i mean +3 show message on string 1 +4 message on string 2...etc
Question
xDafuQ
Any1 know how to make a message like this?
it shows the rate for enchant and penality if item fail when u put the item for enchant...
for l2jserver gracia final
thanks
18 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now