Jump to content

huh


Recommended Posts

Posted (edited)

 lol, I hate those people who code in a complicated ways.

                 they use every option they see to seem that they have coded much huh.

                                                Here is a code i have seen, Was coded in one of my friends fighter!

if(myPlayer().getHealthPercent() > 50 && getInventory().contains("Lobster") &&   myPlayer().getPosition().contains(location)&& 
!myPlayer().isAnimating() && !myPlayer().isMoving() && !myPlayer().isUnderAttack());

if (npc != null && map.canReach(npc) && npc.isVisible() && npc.isOnScreen() &&
!npc().isUnderAttack() && npc.isAttackable()
&& npc.getPosition().distance(myPlayer().getPosition()) <= 10);

                       Lmao if coding is like that then i would better quit coding hehe lolol xD

     He did 1 line in a full page, Not even using methods or clear shit!

Edited by Mr Pro Pop
Posted

 lol, I hate those people who code in a complicated ways.

                 they use every option they see to seem that they have coded much huh.

                                                Here is a code i have seen, Coded in one of my friends fighter!

if(myPlayer().getHealthPercent() > 50 && getInventory().contains("Lobster") &&    myPlayer().getPosition().contains(location)&& 
!myPlayer().isAnimating() && !myPlayer().isMoving() && !myPlayer().isUnderAttack());

if (npc != null && map.canReach(npc) && npc.isVisible() && npc.isOnScreen() &&
!npc().isUnderAttack() && !npc.isAttackable()
&& npc.getPosition().distance(myPlayer().getPosition()) <= 10);

 Lmao if coding is like that then i would better quit coding hehe lolol xD

He did 1 line in a full page, Not even using methods and clear shit!

 

 

he could just do 

 

 
 
if(!getCombat().isFighting() && !myPlayer().isUnderAttack() && npc.getHealthPercent > 0 && !npc.isUnderAttack() && !npc.isHitBarVisible()) { 
 
//interact
}
 
Posted (edited)

 lol, I hate those people who code in a complicated ways.

                 they use every option they see to seem that they have coded much huh.

                                                Here is a code i have seen, Was coded in one of my friends fighter!

if(myPlayer().getHealthPercent() > 50 && getInventory().contains("Lobster") &&   myPlayer().getPosition().contains(location)&& 
!myPlayer().isAnimating() && !myPlayer().isMoving() && !myPlayer().isUnderAttack());

if (npc != null && map.canReach(npc) && npc.isVisible() && npc.isOnScreen() &&
!npc().isUnderAttack() && npc.isAttackable()
&& npc.getPosition().distance(myPlayer().getPosition()) <= 10);

                       Lmao if coding is like that then i would better quit coding hehe lolol xD

     He did 1 line in a full page, Not even using methods or clear shit!

 

oh ok cool. so instead of helping him, you post a thread laughing at your 'friend', particularly after you asked my help for things you couldn't do yourself, then when i refused to spoonfeed it to you, angrily spammed me with obscenities.

 

nah, i'm sure you're a great coder and person though

 

emote32342.png emote32342.png emote32342.png

Edited by Imateamcape
  • Like 1
Posted (edited)

so help him instead of laughing at him?

 

 

This.

 

 

Try helping him improve his code smile.png

 

 

 

so help him instead of laughing at him?

 

 

I didnt laugh on him I was just wondering of people who adding all that lines, As you can see in my post I said "I hate people who codes in an complicated ways" 

I already helped him, Plus he isn't my friend or asked for help!

oh ok cool. so instead of helping him, you post a thread laughing at your 'friend', particularly after you asked my help for things you couldn't do yourself, then when i refused to spoonfeed it to you, angrily spammed me with obscenities.

 

nah, i'm sure you're a great coder and person though

 

emote32342.png emote32342.png emote32342.png

 

I didnt laugh on him I was just wondering of people who adding all that lines, As you can see in my post I said "I hate people who codes in an complicated ways" 

I already helped him, Plus he isn't my friend or asked for help!

 

I never said I am a perfect coder, I am still beginner, Plus i already told you it wasnt me and you wont believe so its your problem.

I would suggest we stop talkling about this since you dont want to understand that it wasnt me.

Edited by Mr Pro Pop

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...