Jump to content

[Share]Antharas,Zaken,Valakas,Baium,QueenAnt Comands !


DominiQue

Recommended Posts

jeasus are u kiding as dude they dont work

jesus dude they doensn't know how to code and read codes :O i loled when i saw the persons with over 3500 posts argueing about java lol get a certificate then argue..

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 year later...

1 quest why you use all the time for example :

else if (activeChar.inObserverMode())
            {
               activeChar.sendMessage("Sorry,you are in the observation mode.");
            }            
            else if (activeChar.isFestivalParticipant())
            {
                activeChar.sendMessage("Sorry,you are in a festival.");
                return false;
            }    

and you dont use simply

else if (activeChar.isFestivalParticipant()) || .inObserverMode()) || ........................................................
  {
    activeChar.sendMessage("[WARNING: You cannot use this command right now!].");
                return false;
            }    

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

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