Author Topic: mIRC script question  (Read 2708 times)

0 Members and 1 Guest are viewing this topic.

synth7

  • Guest
mIRC script question
« on: July 14, 2006, 03:42:51 AM »
This is more an mIRC script question than a GTS question.

Is there a way to break down and figure out the gtsdll.ini file so that you can get the info from uTorrent (or any client) yourself, and make your own custom alias with it? Like maybe I would do this...

Code: [Select]
alias utspam {
  if ($ut(percent) > 100) {
    set %ut.status seeding
    ...
  }
}

So that when I did /utspam in mIRC and the torrent I was on was at 100%, it would set the variable called %ut.status =to 'seeding'.

GTS

  • Administrator
  • Addicted
  • *****
  • Posts: 524
  • Karma: +2/-0
  • GTSdll Author
    • GTSdll Homepage
Re: mIRC script question
« Reply #1 on: July 14, 2006, 07:31:27 PM »
Currently theres no easy way to do that (like an $gtsdll identifier) but, it can be done with some scripting.
You could check gtsdll.ini around line 957.

If you only need to set a variable to seeding, you could do that there ;)
---> GTSdll Homepage <---

synth7

  • Guest
Re: mIRC script question
« Reply #2 on: July 14, 2006, 08:47:15 PM »
Thanks for the line number, I'll poke around and see what I find. Are there any plans for a $gtsdll identifier?

A lot could be done with this, if you were able to get info from the script with an identifier. I don't know how GTSdll works other than acting as a screen-scraper of sorts, but identifiers like like $gts(uTorrent,seeds), $gts(uTorrent,filesize) could come in handy a lot of places

GTS

  • Administrator
  • Addicted
  • *****
  • Posts: 524
  • Karma: +2/-0
  • GTSdll Author
    • GTSdll Homepage
Re: mIRC script question
« Reply #3 on: July 14, 2006, 10:06:50 PM »
I agree. However, there are currently no plans to add an identifier, i may reconcider this though.
---> GTSdll Homepage <---

synth7

  • Guest
Re: mIRC script question
« Reply #4 on: July 15, 2006, 05:03:53 AM »
it would be great to see sometime in the future, for sure. or if not a whole identifier, than just a quick tutorial on how to get the info from the current gtsdll components :)

Rogue`

  • n00b
  • GTSdll Staff
  • Getting addicted
  • *****
  • Posts: 265
  • Karma: +0/-0
    • foobar2000
Re: mIRC script question
« Reply #5 on: July 16, 2006, 07:04:40 PM »
Welcome to the community synth7, feel free to idle in our channel if u use mIRC :)

I wish I could help, but its GTS who's the genius ;)