Jump to content

L2Jfrozen //augment Command


MarGaZeaS

Recommended Posts

just tested this and it has problems..

 

After augment one weapon with lv 10 skill, the skill name doesnt appear in the weapon.. just the stats like Evasion +1/ Hp +25..

And after make char RR, it doesnt say in the weapon name it is augmented..like Augment Draconic Bow Focus .. after make rr: go back to Draconic Bow focus.

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...
  • 1 month later...

(It is english section)

Lets think about it, You go to the shop and saying if the Coca Cola is zero i like it. Then you saying if Coca Cola exists in your shop, give me one.
With the only difference that is java and not a shop and the 'warning' is telling you that the variable item cannot be null at this location Because this variable is used a few lines before. Delete this check or before 

if (item.isAugmented())

add a check

if (item == null)
	return;

 

Edited by melron
Link to comment
Share on other sites

  • 5 months later...

well how to make it for jdk 8 i have aproblem that makes my project jdk 7 and then everythig gets an error sing 

 

1st http://prntscr.com/j0frz9

2nd http://prntscr.com/j0fsbb

thanks in advance

Link to comment
Share on other sites

Move it out of the try loop. 

 

How to solve it on your own?

- search for 'Connection con', you will have tons of examples, do the same

- you learning

- profit

Link to comment
Share on other sites

  • Vision locked this topic
Guest
This topic is now closed to further replies.


×
×
  • Create New...