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);
   }

 

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