Jump to content

Recommended Posts

Posted

So,should i think to this share as a christmas gift from Cobra:D? thx u man and keep sharing...Merry X-Mas to all my mates^^

  • 3 weeks later...
Posted

this is a complete mess but anyways thx for share and happy new year!!! :P

 

lmfao: eridanusEvent / afterlifeEventTeam / XFactor ... im not a l2 player but is the first time I hear these events...

Posted

Damn....

 

 if (activeChar.getLevel() == 77 || activeChar.getLevel() == 78 || activeChar.getLevel() == 79 || activeChar.getLevel() == 80 || activeChar.getLevel() == 81 || activeChar.getLevel() == 82
          		 || activeChar.getLevel() == 83 || activeChar.getLevel() == 84 || activeChar.getLevel() == 85)
          {
          	activeChar.teleToLocation(-12842+ Rnd.get(101)-50, -35814+ Rnd.get(101)-50, -10850); 
          }

 

Easy Way

 

if (activeChar.getLevel() => 77 && activeChar.getLevel() =< 85  )

+           {

+           activeChar.teleToLocation(-12842+ Rnd.get(101)-50, -35814+ Rnd.get(101)-50, -10850);

+           }

 

 

Anyway .. i boring l2  so i cant say good job bcause its useless for me

 

Posted

Albion.. sorry but you dont know what is the difference between  || and && .... || means OR and && means AND.. get a java book fast or just quit l2j

Guest
This topic is now closed to further replies.

×
×
  • Create New...