CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: TCL coding

  1. #1
    Join Date
    Sep 2008
    Posts
    3

    TCL coding

    if there is anyone pro in tcl coding and if u have few minutes so i can explain over im what do i need. just pm me

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: TCL coding

    you're in the wrong forum. This is for visual C++.

  3. #3
    Join Date
    Sep 2008
    Posts
    3

    Re: TCL coding

    i dont know which forum is for that

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: TCL coding

    [ redirected thread ]
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  5. #5
    Join Date
    Sep 2008
    Posts
    3

    Re: TCL coding

    as first. i dont know almost anything about tcl. i need help to code tcl script. its "pickup script" for mirc. download= http://www.penetrate.nl/scripts/pickup-0.5.zip
    so. with this script i can use these commands:
    !add - for adding in pickup
    !remove - for removing from pickup
    !list - to see who is in pickup
    !lastgame - to see last pickup
    !help - to show commands
    !top10 - with this command i can see top 10 players who has most played pickup

    admin
    !pickupset - its like menu for additional commands
    !remove <nick>

    then... when the game would be done all players should write command for "who won". like !sentinelwin if sentinel won. and !scourgewin for scourge. so this is connected to !top10 command. and the most voices wins. example. if sentinel won (7 players vote !sentinelwin and 3 (stupid guys) vote !scourgewin. then it should be sentinel won. so- all sentinel players get +30 exp and scourge -30.

    so... for !top10 i want to see win/loose ratio and experience that will start from 1000. every loose will decrese experience for 30 and win increase for 30.

    then...
    i want to add command !rank and !rank <nick>. it should show u (if !rank) on what place u r on toplist and how many wins/loose and experience u have. same for !rank <nick> but it shows u his rank.

    pickup is like that ?/?/?/?/?/?/?/?/?/? 0/10 while adding in. so when pickup would be full bot should shuffle them by their experience and the bot should say
    Sentinel: ?/?/?/?/? Scourge: ?/?/?/?/?
    and then bot would send everyone host name

    explanation for shuffling players
    sentinel - 1,4,5,8,9 (exp. 1200, 1100, 1050, 1000, 970)
    scourge - 2,3,6,7,10 (exp. 1150, 1130, 1040, 1020, 960)

    then. there is !add command for players. i want !addhost command. and that player would be another color on pickup. and his name should be instead IP that bot sends by msg.

    so these new thing just have to be adden to existing script.
    i think thats all. and i think its easy to done for ppl who really knows tcl code. if this can anyone do, croatian dota community will be very thankfull.

    and btw. by "bot" i mean "script"

    and if u need more examples or screenshots just post
    Last edited by Wasteful; September 15th, 2008 at 04:25 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured