WorldScape Blitz

Your Thoughts => Suggestions => Topic started by: Jack on June 23, 2011, 07:52:32 AM

Title: Chicken can't attack when In-Combat
Post by: Jack on June 23, 2011, 07:52:32 AM
I've noticed recently well ever since the new update that brought random events that when you are In-Combat you are still getting randoms like in 1V1 Fights. I really would like it so that when you are In-Combat and having a fight with someone you can't get a random event. It's really bad when your in a good fight with someone and someone gets a random event and it stops you giving the other person a chance to eat and re-stock. I think we should make it so when we are In-Combat we can't get randoms.


Thanks Ryan!
Title: Re: Chicken can't attack when In-Combat
Post by: Dench on June 23, 2011, 09:58:15 AM
If you don't want random events lock your skills, or fight in ::Duel.
Title: Re: Chicken can't attack when In-Combat
Post by: Dug on June 23, 2011, 10:23:22 AM
Well, it does also happen to your opponent at times, and it's funnier to see when theirs a clan fight, when all of a sudden you win :D.
Title: Re: Chicken can't attack when In-Combat
Post by: Pride on June 23, 2011, 12:23:49 PM
That also means when your training, which is when you're supposed to get randoms.
Title: Re: Chicken can't attack when In-Combat
Post by: Jack on June 23, 2011, 04:54:10 PM
Quote from: Pride on June 23, 2011, 12:23:49 PM
That also means when your training, which is when you're supposed to get randoms.
No because he can add a method. Just an example.
isInCombat()

He can have the random event code and in the code he can add something like.

If (!getMyPlayer.isInCombat() {
Random event();
} else {
Random event();
[code]
Which mean they're wont be any randoms when in combat but there will be if you aren't in combat.
Title: Re: Chicken can't attack when In-Combat
Post by: dieknowsawr on June 23, 2011, 05:37:36 PM
I like this idea..

Thankz Jack <3 (:
Title: Re: Chicken can't attack when In-Combat
Post by: Ry60003333 on June 23, 2011, 07:24:21 PM
Quote from: Mute on June 23, 2011, 05:07:08 PM
That code wont work.
Plus the point of the randoms is to interrupt you, even if you are in combat! 8)
Title: Re: Chicken can't attack when In-Combat
Post by: Jack on June 24, 2011, 02:04:52 AM
Quote from: Mute on June 23, 2011, 05:07:08 PM
That code wont work.
I know it wouldn't work because he has made his own API and has packaged it and made it for him, I was just giving an idea.

Quote from: Ry60003333 on June 23, 2011, 07:24:21 PM
Plus the point of the randoms is to interrupt you, even if you are in combat! 8)
But then we have to stop in between fights and stuff.
Title: Re: Chicken can't attack when In-Combat
Post by: Insomnom on June 24, 2011, 02:12:09 AM
That's the point.
People can bot to train attack skills too.
It's there to prevent botting.
If you don't want it to show up, lock your skills as stated above.
Otherwise I don't think it's going to change.  =P
Title: Re: Chicken can't attack when In-Combat
Post by: Jack on June 24, 2011, 02:28:23 AM
I guess. Well this can be locked now.


Thanks for everyone's time though.