Since I'm awful, I was trying to find a way to set a rule for less than 1/5 of real_cv_won, or even a percentage, of wins being from groups, but most of the rules seem targeted only for sending.

I was going to use something like: num_won_group < real_won_bundled + real_won_nonbundled
because I wasn't sure if I could even add a ratio rule for real_won_group < 0.2 (or something) since it doesn't show it in the Custom Filters Help.

I guess.. my target was to find a rule I could make to giveaway to people who, even if they primarily send to groups, still pretty much barely win unless they're already winning a ton from groups.. and people who may not even be in groups could still have a chance.

As I hesitated wondering if I should bother to ask, I realized I barely hesitate when making a giveaway but then when it comes to asking for help I really don't want to... so here I click.

I'm almost sure the answer is.. no.

8 years ago

Comment has been collapsed.

By the way...

View Results
you're awful, aqua
help..

don't use sgt, problems solved

8 years ago
Permalink

Comment has been collapsed.

No, this won't solve the described requirement.

8 years ago
Permalink

Comment has been collapsed.

I c wut u did with ur avatar. Clever.

8 years ago
Permalink

Comment has been collapsed.

What you're looking for is real_won_group ...or to be specific: (real_won_group/real_won_cv)<0.2, but unfortunately it's not supported. Maybe ask KnSYS to add it (try this thread).

8 years ago*
Permalink

Comment has been collapsed.

Since you seem to be quite familiar with custom sgtools rules do you mind if I ask you a very similar question ?
How do I have to formulate the rules for:

  • No more than x% region restricted GAs (in Real CV)
  • At least x% public GAs (in Real CV)
8 years ago
Permalink

Comment has been collapsed.

real_won_region_restricted <= x && real_sent_public >= x
might work..
obviously, x should be what value you want probably as 0.5 as 50%, or so and so something like this:

real_won_region_restricted <= 0.5 && real_sent_public >= 0.5
(region won is less than or equal to 50% and public sent is 50% or greater)

(it may or may not work. you can have people test it, though. I also don't know if it makes a difference if there is a space between > or not. just edit a tool for an old giveaway and seeee)

8 years ago
Permalink

Comment has been collapsed.

Thanks a lot :D Actually I ment sent but I forgot to specify that. But I think Budgie already posted that rule below.

8 years ago
Permalink

Comment has been collapsed.

I really blanked out anyway. I would normally have both be the same but I have won and sent when I was thinking of it. Maybe I'm just tired, but it was wrong too.. it seems.

8 years ago
Permalink

Comment has been collapsed.

Took me some time to spot the difference :D

8 years ago
Permalink

Comment has been collapsed.

Won or sent? There is real_won_public variable.
(real_sent_region_restricted/real_sent_cv<=x%) && (real_sent_public/real_sent_cv>=x%)
where x%=x/100

8 years ago
Permalink

Comment has been collapsed.

Yea I ment sent but I forgot to specify that. Thanks a lot :D
So for example 30% means I enter 0.3 in the the rule, correct ?

Edit: Nevermind :D I just noticed Jiseru already explained the format how to imput the percentage in his post.

8 years ago*
Permalink

Comment has been collapsed.

Sorry to bother you again but I gave it some more thought what rules I'm going to use for an upcoming event and I came to the conclusion that it feels kind of unfair to prevent people who do a lot of Invite Only GAs from entering my GAs because those are normally open to anyone if you can find them. Maybe going the other way about it would be better so how would I have to formulate the rule for let's say:

No more than 50% (in Real CV) Group GAs sent ?

I tried to figure it out myself but there doesn't seem to be a real tutorial for custom sgtools rules and the information is spread over 23 pages in the thread itself.

8 years ago*
Permalink

Comment has been collapsed.

You just want
real_sent_group/real_sent_cv<=0.5

8 years ago
Permalink

Comment has been collapsed.

View attached image.
8 years ago
Permalink

Comment has been collapsed.

That second picture is adorable. What is the game about?

8 years ago
Permalink

Comment has been collapsed.

It's basically a murder mystery game with the mechanic you can interact with objects as a dead spirit (fake spoiler.. because you start off the game already dead or murdered, I forget). I forget how it exactly begins, but I think you try to find out who you are and need to prevent character deaths to find out who you are.

A fun game with a story and entertaining dialogue (for the DS and it might be on iOS). Have some bonus screenshots.

8 years ago
Permalink

Comment has been collapsed.

Have a bump for now.

8 years ago
Permalink

Comment has been collapsed.

Closed 8 years ago by Jiseru.