Jump to content

Recommended Posts

Posted

 if (activeChar.isVip || activeChar.isDonator || activeChar.isModerator || activeChar.isGoldMember || activeChar.isLegendaryMember)
          {
                  activeChar.sendMessage("Please Send adena to me,i want to become donator member");
           }
          else if (activeChar.isSetekh && activeChar.isLegendaryMember)
          {
                activeChar.setEvil(true);
          }

 

Please Maxcheaters,Help me to Become Donator Member!     

Posted

thats stupid, u posted a check that.. jeez really ?

with java code of course i joke... i just want help from users.

 

 

 

Setekh has sent you Adenas: 1. If they left a message explaining why, it will be below:

 

there u go xD

Have a good day,

--Forum Management

 

          else if (activeChar.isSetekh)
          {
                activeChar.setEvil(true)
          }

:D

Posted

Even these simple codes are wrong..

 

activeChar.sendMessage("Please Send adena to me,i want to become donator member");

activeChar.setEvil(true);

 

PS: You have to define: setEvil(), isVip, isDonator, isModerator, isGoldMembe, isLegendaryMember.

PS 2: In the case above the activeChar is a legendary + Setekh.

Posted

Even these simple codes are wrong..

 

activeChar.sendMessage("Please Send adena to me,i want to become donator member");

activeChar.setEvil(true);

 

PS: You have to define: setEvil(), isVip, isDonator, isModerator, isGoldMembe, isLegendaryMember.

PS 2: In the case above the activeChar is a legendary + Setekh.

:*

Posted

Even these simple codes are wrong..

 

activeChar.sendMessage("Please Send adena to me,i want to become donator member");

activeChar.setEvil(true);

 

PS: You have to define: setEvil(), isVip, isDonator, isModerator, isGoldMembe, isLegendaryMember.

PS 2: In the case above the activeChar is a legendary + Setekh.

fixed! thx for help...

Posted

if (activeChar.isVip || activeChar.isDonator || activeChar.isModerator || activeChar.isGoldMember || activeChar.isLegendaryMember)
          {
                  activeChar.sendMessage("Please Send adena to me,i want to become donator member");
           }
          else if (activeChar.isSetekh && activeChar.isLegendaryMember)
          {
                activeChar.setEvil(true);
          }

lets see, if activeChar is Setekh:

 

if (activeChar.isVip || activeChar.isDonator || activeChar.isModerator || activeChar.isGoldMember || activeChar.isLegendaryMember)

yes, he is legendarymember, so its true

          else if (activeChar.isSetekh && activeChar.isLegendaryMember)

the first if was true, so just ignore whats after the else, so we will not set that he is evil

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