Valhalla Legends Forums Archive | Battle.net Bot Development | S>C 0x70 - 0x02 Response, need further explanation

AuthorMessageTime
MysT_DooM
According to BnetDocs,
[quote]0x02: Too soon[/quote]

According to a post couple years back
[quote]0x02: Not enough alternation since last clan creation action[/quote]

Now what does this actually mean.  Does too soon mean that you just checked on a tag, and ur over checking it too much..cause that wouldn't hold true, since I tested it on a different key and it worked fine. 
So does anyone have a further explaination on this response. 
Some background on my testing: I have been using this one cdkey and this 0x02 arises when I check a tag, however when I change the key and check the same tag, it gives regular non-0x02 responses.  However, on that key with the 0x02 response, if i check some other random tag like s2fs it would return a non 0x02.  But its wierd.

Just need a further explanation on this.
February 7, 2008, 5:24 AM
Barabajagal
As far as I know, 0x02 means your cdkey is "clanned".


[code]    Select Case Result
        Case &H0
            If UBound(Users) = 0 Then
                'Could not find enough candidates.
            Else
                'OK!
            End If
        Case &H1
            'That Clan tag is already taken.
        Case &H2
            'Your CDKey is Clanned.
        Case &H8
            'You are already in a Clan.
        Case &HA
            'Invalid Clan tag.
        Case Else
            'Unknown Clan find candidates response.
    End Select[/code]
February 7, 2008, 5:29 AM
MysT_DooM
now this term "clanned" relating to CdKey never held true to me..cause just now, right now, i created another clan on same server with the same set of keys i used to create the first channel which was like 10 mins before i created 2nd one.  So "clanned" doesn't relate to the key but the account.  i.e I just changed the accounts.

further testing of this stupid stupid issue, I think that "too soon" is relating to certain channels that are being checked too often? i dunno?
February 7, 2008, 5:32 AM
Barabajagal
O.o Really, now? I've never done much with War3, so I don't know anything more, sorry.
February 7, 2008, 6:26 AM
UserLoser
no, it is too soon for you to leave the clan, join another clan, etc.  there are certain time periods that must be passed before you can do certain things with clans.  i.e. try to promote someone not in the clan for 7 days should result in a "too soon" kind of thing if I remember correctly
February 7, 2008, 7:56 AM
MysT_DooM
[quote author=UserLoser link=topic=17306.msg176187#msg176187 date=1202371004]
no, it is too soon for you to leave the clan, join another clan, etc.  there are certain time periods that must be passed before you can do certain things with clans.  i.e. try to promote someone not in the clan for 7 days should result in a "too soon" kind of thing if I remember correctly
[/quote]

Well, I'm getting this "Too Soon" when I check to see if a Clan Tag is still available. 

CdKey 1 = Checks the tag "Tag"  = Result = "0x02"
CdKey 2 = Checks the tag "Tag" = Result = "0x01"
CdKey 1 = Checks the tag "ds2q = Result = "0x00"
CdKey 1 = Checks the tag "Dark" = Result = "0x01"
CdKey 1 = Checks the tag "Sex" = Result = "0x02"
CdKey 2 = Checks the tag "Sex" = Result = "0x01"

*Note CdKey 1 is a voided key

Also I successfully made a 2 clans on same server 5 mins apart from each other using CdKey1. 

Maybe voided keys act differently, when check certain channels?
this is odd

Also you might think that repeated requests of 0x70 may cause this but that doesnt hold true either. check the times. (0x02 is recieved when no msg is given after "Recieved 0x70" in this example)

[code]
[9:57:52 AM] Clan Tag is not taken.
[10:00:02 AM] Sending 0x70
[10:00:02 AM] Recieved 0x70
[10:00:02 AM] Clan Tag is not taken.
[10:00:03 AM] Sending 0x70
[10:00:03 AM] Recieved 0x70
[10:00:03 AM] Clan Tag is not taken.
[10:00:04 AM] Sending 0x70
[10:00:04 AM] Recieved 0x70
[10:00:04 AM] Clan Tag is not taken.
[10:00:06 AM] Sending 0x70
[10:00:06 AM] Recieved 0x70
[10:00:10 AM] Sending 0x70
[10:00:10 AM] Recieved 0x70
[10:00:12 AM] Sending 0x70
[10:00:12 AM] Recieved 0x70
[10:00:12 AM] Clan Tag is already taken.
[10:00:13 AM] Sending 0x70
[10:00:13 AM] Recieved 0x70
[10:00:13 AM] Clan Tag is already taken.
[10:00:14 AM] Sending 0x70
[10:00:15 AM] Recieved 0x70
[10:00:15 AM] Clan Tag is already taken.
[/code]

So to reiterate, this CdKey is not "Clanned" ,
I'm putting it out there now that CdKeys can not be "Clanned" it is account name dependent.  I say that because just tested that by using the same cdkeys and just changing the account names and still successfully created two clan channels.
The CdKey of issue is a voided key and recieves 0x02 on certain tags, however on others it does not.  However on a unvoided key checking those same tags that that voided key recieved 0x02 on , does not recieve 0x02.
So maybe, its looking most likly, that voided keys have some "thing" that does things diffrently?
February 7, 2008, 3:08 PM
MysT_DooM
This is odd, now the cdkey does seem "clanned". 
Any explanations how I was able to create multiple clan channels using same keys but different accounts and now finnaly the CdKey is "clanned"
February 10, 2008, 1:35 AM
Explicit[nK]
[quote author=UserLoser link=topic=17306.msg176187#msg176187 date=1202371004]
no, it is too soon for you to leave the clan, join another clan, etc.  there are certain time periods that must be passed before you can do certain things with clans.  i.e. try to promote someone not in the clan for 7 days should result in a "too soon" kind of thing if I remember correctly
[/quote]
February 10, 2008, 3:24 AM
MysT_DooM
Well it seems keys are clanned after using one to create different channels twice. who knows. 
thanks for the info.
Safe to say yes 0x02 is "clanned"
February 10, 2008, 4:21 AM
iNsaNe
[quote author=MysT_DooM link=topic=17306.msg176184#msg176184 date=1202362378]So "clanned" doesn't relate to the key but the account.
[/quote]

It's the cd key.

If you are saying it is the account that is "clanned" then that doesnt even make sense because you cant leave a clan on a particular account until your probationary (1 week) period is up.
February 13, 2008, 6:58 AM

Search