Jump to content
  • 0

[Help]Java codes deite ligo


Question

Posted

Otan enas paixtis exei 20 pvp na ginete auto-noblesse

if (activeChar.getPvpKills() >= 20)

        {

      activeChar.sendMessage ("Congratz , you are now a server Noblesse ");

        activeChar.setNoblesse(true);

        }

 

Otan kapoios einai 80 level na ginete noble kai hero

if (activeChar.islevel() >= 80)

        {

      activeChar.sendMessage ("New Level 80 Max");

        activeChar.setNoblesse(true);

        active.char.rewardskills ();

        active.Char.setHero(true);

        }

tha vazw kiala kai thelw na mou lete an ta kanw sosta

 

Enas char otan exei 14000 PK na ginete auto-GM

 

if (activeChar.getPKKills() >= 14000)

        {

      activeChar.sendMessage ("Congratz , you are now a server Noblesse ");

        activeChar.setGm(true);

        }

 

Otan kapoios petaei na ginete hero

if (activeChar.isFlying())

        {

      activeChar.sendMessage ("Ranger made you Hero 4 Ever");

      active.char.rewardskills();

        activeChar.setHero(true);

        }

3 answers to this question

Recommended Posts

  • 0
Posted

if (activeChar.getPvpKills() >= 20)
       {
       activeChar.setNoble(true);
       activeChar.rewardSkills();
       activeChar.sendMessage ("You Are Now a Noble,You Are Granted With Noblesse Status , And Noblesse Skills.");
       }

if (activeChar.islevel() >= 80)
   {
  activeChar.sendMessage("Level 80 is the max level
  activeChar.setNoble(true);
   activeChar.rewardSkills();
  activeChar.setHero(true);
   }

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock