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

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
Reply to this topic...

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