|
On April 03 2011 16:10 i.of.the.storm wrote: Edit: So do I always need to run the .chanset command manually? I tried setting it up like
channel add #mychan{ +sc2ranks_search } in the bot's config file, but apparently that doesn't actually make it work. Doing .chanset worked, but now I can't actually get stats for anyone. I see this error:
I have lurked a bit about that. I think that you load the sc2bot script after the channel settings. The sc2ranks_search flag is then not defined. So you can't add it to the channel settings.
You can try to type the following:
setudef flag sc2ranks_search
channel add #mychan{ +sc2ranks_search }
and maybe you will have to remove the following line in the sc2bot script: https://bitbucket.org/ThArGos/sc2bot/src/276bf8754450/sc2ranks.tcl#cl-147
Help about the setudef flag command can be found here: http://tclhelp.net/?lang=de&menu=help&sub=eggcmds&help=eggcmd:name:setudef
|
I've got source scripts/sc2ranks.tcl in my eggdrop.conf but when i try enable the script from party line it comes back with Error trying to set +sc2ranks_search for #sc2bot, invalid mode.
using windrop though, if that's an issue
|
Have you rehashed? type .rehash to make the bot load the script.
|
Tried a rehash and it's still saying invalid mode
|
Im completely confused on how to do this. But it looks and sounds great anyway.
Well done.
|
Can't believe I didn't know about this. This is reallly awesome.
|
On April 13 2011 00:25 Stickmatrix wrote: Tried a rehash and it's still saying invalid mode What is the version of your windrop please? Do you have errors while rehashing? Are there error messages while loading the sc2bot script?
It should work with windrop I think.
On April 13 2011 02:25 pStar wrote: Im completely confused on how to do this. But it looks and sounds great anyway.
Well done. Thanks. What is the part confusing you?
On April 13 2011 02:26 Wolf wrote: Can't believe I didn't know about this. This is reallly awesome. Thanks =)
I plan to add the division rank and the +/- places since last update, just like the +W+L.
|
using current ver from windrop sourceforge (Eggdrop v1.6.20)
|
When loading the script do you have any error like:
Sc2ranks : You need the http package to run this script. That kind of message should be in the logs too.
It seems the sc2ranks_search flag is not set, which may indicate that the script hasn't load correctly. That's why I'm asking for such an error message. You may have a package missing.
|
|
Okey, so what I did to get it to work on windows was:
1) DL Atcl Clicky for windows. activetcl 8.5 And then installed it. 2) Downloaded windrop clicky Eggdrop v1.6.20 and installed it. It's not really fast to install since you have to actually read and adjust A LOT in the eggdrop.conf though This might help 3) Download tclib 1.12 from here clicky! and put it in the windrops lib folder.
Basically it. Read all install notes etc if you want to set it up and never done it before. Eta about half an hour from scratch. Quite hard to do, read a lot of help files etc.
|
What triggers the
Finally the script has a simple implementation of the division switch prediction (http://sc2mmr.blogspot.com/).
From showing? Never got it to show :/
|
On April 14 2011 03:09 Rosvall wrote: Okey, so what I did to get it to work on windows was:
Thanks for the windows users!
On April 14 2011 06:39 Rosvall wrote: What triggers the
Finally the script has a simple implementation of the division switch prediction (http://sc2mmr.blogspot.com/).
From showing? Never got it to show :/ At the moment the division switch prediction is disabled due to Blizzard smart decision de remove the lose count. Thank you Blizzard.
I'll try to put it back as soon as the division switch is computable again. Another thing is TehForce pointed me that the MMR calculation wasn't that accurate.
I'm doing some test about the division switching myself with stats I gather by hand. If something good comes out from this I'll use it in the division switch feature.
Next short term features should be: - Display division rank and progress since last update - These other stuffs
I'll keep you in touch. Although you are right, I should edit the initial post in order not to confuse the readers.
Sorry for the inconvenience and the disappointment about the division switch removed feature. I may be as pissed as you I think. I didn't even have the time to tune it right. Let's hope blizzard change there mind or somebody finds a good way to compute this.
By the way. If anyone here have requests for the bot, do not hesitate in submitting them. I'll do my best to make users happy with the bot.
best,
|
Okey, a few pointers.
Firstly, when you do !s help you get the info from the bot, very very slowly. It takes about 7 sec for him to give me 5 rows. All this is local so it's not an issue of sc2ranks being slow.
And a few features I'd like. If you type !s -s eu user ### {No bracket} I'd like it to list short stats about every bracket. Like "Rosvall - Zerg: 1v1 League Points -- 2v2 League Points -- 3v3 League Points -- 4v4 League Points"
If I type !s -f {Nothing here} eu Rosvall I'd like a list of everyone with the Exact name Rosvall as standard.
Also, Can several players have the same bnet ID's? If not I guess !s -s eu {No Name here} ##### 1 would work.
|
On April 14 2011 19:10 Rosvall wrote: Okey, a few pointers.
thanks!
Firstly, when you do !s help you get the info from the bot, very very slowly. It takes about 7 sec for him to give me 5 rows. All this is local so it's not an issue of sc2ranks being slow.
You can configure this in the script by changing from NOTICE to PRIVMSG. See Configurable variables. I will change the default and maybe enhance this a bit.
The bot use the NOTICE command in order not to flood and get banned from the server.
And a few features I'd like. If you type !s -s eu user ### {No bracket} I'd like it to list short stats about every bracket. Like "Rosvall - Zerg: 1v1 League Points -- 2v2 League Points -- 3v3 League Points -- 4v4 League Points" Good idea! Will do.
If I type !s -f {Nothing here} eu Rosvall I'd like a list of everyone with the Exact name Rosvall as standard. Very smart. Will do to.
Also, Can several players have the same bnet ID's? If not I guess !s -s eu {No Name here} ##### 1 would work. Smart too! Will do it to =)
Thanks for that precious feedback.
|
the only current "problem" i can think of is that it won't take non-unicode names (kr, cn, tw etc) instead it will say it can't find the player.
|
ok, sorry for bumpin this, but I have no idea where to put the script?
|
On April 16 2011 03:46 Stickmatrix wrote: the only current "problem" i can think of is that it won't take non-unicode names (kr, cn, tw etc) instead it will say it can't find the player.
I guess kr cn and tw are UTF8 but eggdrops and channels may not handle this properly. I'll have a look but indeed, it's a kind of tricky part.
On April 20 2011 06:00 pStar wrote: ok, sorry for bumpin this, but I have no idea where to put the script?
What kind of bot do you use? Eggdrop, Windrop?
|
Israel2209 Posts
With grandmaster players I think it would be nice to show their current rank when -stats'ing them. Also if you could add the current version to the OP it could be a great way to make sure we're all updated.
|
Hi,
Thanks for your input. The cool thing is that I'm adding the rank at the moment as I was thinking the same =)
About the version number in the OP. No problem I will.
I'll keep you in touch.
|
|
|
|