Results 1 to 3 of 3

Thread: Adding images/icons to scripts

  1. #1

    Default Adding images/icons to scripts

    I've seen some really clever people manage to incorporate some of the games icons to their chat scripts and was wondering if anyone still plays who could share this knowledge on how it's done?

  2. #2

    Default

    You add <img src=rdb://3772033> in your script. The number is a reference to the database, it's hard to know the IDs without rdb browser/rdb extractor.
    Fass
    Professional northmen slayer of saga
    {Circle of Eternity}

  3. #3

    Default

    Quote Originally Posted by Fass View Post
    You add <img src=rdb://3772033> in your script. The number is a reference to the database, it's hard to know the IDs without rdb browser/rdb extractor.
    RDB extractor leaves an image file like "4993837 - $063A505C.png" .. you only need first number before the "-" symbol in the script. I wrote small script to view those by number value parameter:

    <a href="text://<center><font color='#FFFFFF' face='hyboriansmall'>%1 icon looks like this:<br><img src='rdb://%1'><br>"><img src='rdb://%1'><font color='#FF0000' face='hyboriansmall'>%1 icon looks like this</a></font>

    If you save this as "show_icon.txt", use script like so, in chat: /show_icon.txt 4993837

Posting Permissions

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