Jump to content
  • 0

[help] skill java eukolo gia osous kseroun :)


Nightw0lf

Question

for(L2Skill skill : player.getAllSkills())     

{

  player.removeSkill(skill);

}

auto pou lete osoi kseroun aferei ola ta skill apo ton char

egw thelw na ta aferei ola alla na afinei ena sigekrimeno id px 12345

mporei kapios na me voithisei na to pragmatopiisw auto?? :)

euxaristw prokatavolika

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

NOT TESTED

for(L2Skill skill : player.getAllSkills())     
{
   player.removeSkill(skill);
player.addSkill(12345, true);
}

 

afairei k ksanavazei ayto t code... player.getskillinfo tha protimousa apo t addskill

Link to comment
Share on other sites

  • 0

for(L2Skill skill : player.getAllSkills())     

{

  if (skill.getId() != 12345)

  {

          player.removeSkill(skill);

  }

}

Link to comment
Share on other sites

  • 0

μπορει να γινει με διαφορους τροπους. Ο πιο λογικος δεν ειναι παντα ο πιο σωστος. φαντασου οταν ο server κανει return ενα ενα τα skills να ελεγχει καθε φορα αν το skill αυτο ειναι αυτο που ζητας. Θα ειναι πιο χρονοβορο.

Link to comment
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.
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...