Jump to content

[Share Christmas Gift] Java L2J Server Full Core!.


Kràtos

Recommended Posts

  • 3 weeks later...

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

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...