Jump to content

Pablo

Members
  • Posts

    62
  • Joined

  • Last visited

Posts posted by Pablo

  1. First of all it would be nice to have all the code.

     

    Second, why do you have spaces between $ and xdid and . and text? Not good.

     

    Third, you will have an additional identifier inside of the (). As stated in the help file, you will need tree and branch. The parameter you are using as 1 2 and 3 should be the control item number. So if you created the TREEVIEW with XDIALOG (I think) then the first # would be the number you used.

     

    Syntax:

    $xdid(dialog, ID, PATH).text

    Example:

    $xdid(dcx, 4, 1 2).text

     

     

    $xdid(treeview, 1, 1).text
    $xdid(treeview, 1, 2).text
    $xdid(treeview, 1, 3).text

     

    ^^ Is more of the format.. And Finally, $xdid().text only RETURNS a value. to SET a value (as you are doing in =), you need to do a xdid command. Read up on the docs and download a script like 'Dreams' for Buzzen to get an example.

  2. I think you need to hire a scripter or find a forum willing to help you to be quite honest. Your multiple requests are going unanswered. From what I see you are pretty much asking someone to write scripts for you. No one really seems interested.

  3. I know nothing of making viper work. I can shed some light on the split and replace. Based upon this thread, I understand a little.

     

    :TK2CHATWBA10 613 NickName :207.68.167.159 6667 .. is an example of what that routine would receive.

     

    ServerIP is split into an array at each space. So, ServerIP(0) would be :TK2CHATWBA10, (1) would be 613, (2) Nickname, (3) :207.68.167.159, (4) 6667

     

    ServerIP then replaces all ":"s with nothing "". Now, (3) is 207.68.167.159 .. without the :

     

    All I will say is this code is based upon ancient code that will barely run on newer machines (If at all). My best recommendation is to dump the OCX and Viper, become friends with someone familiar with this antiquated setup, or spend hours and hours on an old language, code, and setup which time is better spent in learning .NET.

  4. Nice, very well thought out. I have a lot of dev and theme fonts on my system as well which really slows things down. So I decided to store the list, which sucks if you add more fonts, but makes it faster. I almost wish I went with the preset list now.

     

    Any expectation of release? It looks like it is coming together.

  5. As far as a multi-server script.. I do not see anything beating it. And I am saying this without even using it. But based upon screenies and its dev team.. I doubt anything will come close. Even if people only use it for one server.

  6. Top two reasons I can think of:

    • Networks use different return raws (801 ..) for access information. Most access dialogs trigger or depend heavily on the specific raw number
    • Networks also use different formatting and requirements of ACCESS command parameters. For example, the ACCESS ADD [address] [duration] [reason] might be formatted differently based upon network. Also, some networks allow short user addresses (paul!*), while others require full addresses (paul!*@*$*).

    Unfortunately not every network follows RFC standards.

  7. :lolwave: Congrats Haggis

     

    So you bump up old threads and make meaningless posts to hit your number? Not trying to stir up drama, but could that not wait? Maybe in a week or two you could have had 1k. You don't have to respond if you want to keep your number perfect. :yes:

     

    Oh, btw, I just noticed I am at 69! Maybe I will stay forever in silence.

  8. need a lot more information. What exactly are you trying to read the user information from (website. irc server, give a link for example)? Secondly, what exactly are you trying to get from the mIRC script (url, etc)? Helps to have the whole script and a lot more information.

  9. You know.. actually while I am on the computer I do not really listen to music too often.

     

    Driving and working is another story.. a few albums/artists I've been listening to lately: (

     

    Rise Against - End Game + older stuff

    Muse - The Resistance + older stuff

    Seether - new album this year too

    Staind - Self Titled - new and trying out

    Jason Aldean - for country i like

    Pantera / Tool / Metallica - classic trifecta always

    Civil Twilight

     

    ntm a few other underground things

×
×
  • Create New...