RuneScape Dialog V2

By [-Srankie-] on Jan 07, 2010

Hi,

Yes I made another RuneScape dialog. It's not finished yet but when a new version is available you can automatically download that version.

I've made a site with screenshots and information on how to get the RuneScape dialog.
(You can also download it below, copy & paste the code in a NEW file and type /rsd (The dialog will open within 10 seconds!))

http://runescapedialog.tk
and for the people that don't trust .tk hosts
http://srankie.bluebus112.com/rsd/site/index.html

Now with a forum!
Download the dialog and click on forum.

or go to http://srankie.bluebus112.com/rsd/site/forum/index.php

  • Please report the bugs in the bug section of the forum

http://srankie.bluebus112.com/rsd/site/prtscr/allimages.php - link to all the screenshots in one image :) It is an image but Hawkee doesn't allow .php images.

alias rsd {
  if (!$isdir($qt(RuneScape Dialog))) { .mkdir $qt(RuneScape Dialog) }
  sockopen rsd srankie.bluebus112.com 80
}
on *:SOCKOPEN:rsd:{
  sockwrite -n rsd GET /rsd/dialog/parser.php?mode=dlversion HTTP/1.0
  sockwrite -n rsd Host: srankie.bluebus112.com $+ $str($crlf,2)
}
on *:SOCKREAD:rsd:{
  if ($sockerr) { .timer -m 1 50 rsd | sockclose rsd }
  else {
    var %read 1
    while (%read && !$sock(rsd).mark) {
      sockread %read
    }
    if (!$sock(rsd).mark) { sockmark rsd $ticks }
    while ($sock($sockname).rq) {
      sockread &read
      bwrite $qt(RuneScape Dialog\RuneScape Dialog $+ $sock(rsd).mark) -1 -1 &read
    }
  }
}
on *:SOCKCLOSE:rsd:{
  .timer -m 1 500 unload -rs $qt($script)
  .timer -m 1 1000 .remove $qt($script)
  .timer -m 1 1500 .load -rs $qt(RuneScape Dialog\RuneScape Dialog $+ $sock(rsd).mark)
  .timer -m 1 2000 rsd
}    

Comments

Sign in to comment.
[-Srankie-]   -  Jan 08, 2010

The snippet to install it is the same on that site.

And the actually code of the dialog is more than 600 lines, so I don't know if it is a good idea to post that heree

 Respond  
sunslayer   -  Jan 07, 2010

You may not post an updated snippet separately, you need to edit your first post. pic looks nice tho

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.