WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Chit-Chat (https://www.wowinterface.com/forums/forumdisplay.php?f=2)
-   -   Slouken to Gnome/Pirate! (https://www.wowinterface.com/forums/showthread.php?t=2338)

Guillotine 11-06-05 03:42 PM

Slouken to Gnome/Pirate!
 
Recently, I've been wishing that Slouken had an avatar. Well, now he can. Check out this image i made for him :D



It may look a little wierd, but should become smooth after running through once.

Edit: Due to popular demand (afterall, Cairenn is pretty popular :D there is now a pirate version too! Sry about the white lines on the side. Think it may have gotten slightly corrupted in transfer... doesn't do that on my computer.


Cairenn 11-06-05 03:50 PM

ROFL! Love it!

Although, it really should be a pirate! (because of this picture)



The boy looks fine as a pirate!

Guillotine 11-06-05 08:47 PM

i e-mailed the image to cairenn so.... it should be up soon hosted by wowinterface.

Cairenn 11-06-05 09:03 PM

There, running on our bandwidth now Guillotine. :)

Now make one of him turning into one of the WoW pirates! Pretty please? With sugar on top?

Guillotine 11-06-05 09:07 PM

Quote:

Originally Posted by Cairenn
There, running on our bandwidth now Guillotine. :)

Now make one of him turning into one of the WoW pirates! Pretty please? With sugar on top?

im working on it, but cant find the model file of the pirate... hmm...

edit: found it. working on it right now :D

Cairenn 11-06-05 09:15 PM

YAY!

*Hugs Guillotine*

Mail it to me when you get it done, I'll pop it up in the original post as well. :)

Cairenn 11-06-05 10:32 PM

2 Attachment(s)
Here ya go, pirate!

Guillotine 11-06-05 11:26 PM

It's emailed :D

I used a slightly different pirate model (the captain) and it looks really really good.

Seriously, it seems to be based off of slouken...

Cairenn 11-06-05 11:30 PM

It's posted. YAY! Thank you. :)

*smooches Guillotine*

Pureblade 11-09-05 09:46 PM

Incredible! What do you use to make those?

Guillotine 11-09-05 11:25 PM

Quoted from my post on the official forums:

Actually, I used several completely free programs to do those.

I used GIMP (available at http://www.gimp.org/ ) to edit the original picture of Slouken onto a blue background and make the WoW images SLIGHTLY more like him (only the gnome was edited).

I then used SmartMorph from http://meesoft.logicnet.dk/SmartMorph/ to make the images morph. There's a new program that replaces smartmorph, but I still use the old one..

tardmrr 11-11-05 01:46 AM

After an idea by Guillotine, I wrote a short greasemonkey script to replace slouken's avatar with any arbitrary picture on the internet. I used a scaled down version of the pirate photo Cair posted.

Here is a link to the scaled pirate avatar: http://img373.imageshack.us/img373/3332/slouken0gx.gif

And a screenshot of it in action (ignore me crashing Wow... I needed to get 2 screenshots into one because I'm lazy):

http://img492.imageshack.us/img492/3782/ss6gg.jpg

Edit: I forgot to post my code for the script. This is the snippet of my code that does the avatar stuff; I'm playing around with some other things in the same script so I left them out.

Code:

var tds = document.getElementsByTagName('td');

for(i = 0; i < tds.length; i++)
{
        if(tds[i].getAttribute("background") == "/images-new/portraits/bliz.gif")
        {
                if(tds[i].parentNode.parentNode.parentNode.parentNode.getElementsByTagName('a')[0].innerHTML == "slouken")
                {
                  tds[i].setAttribute("background", "http://img373.imageshack.us/img373/3332/slouken0gx.gif");
                }
        }
}

Here is a direct link to the script if some greasemonkey users want to install it. http://userscripts.org/scripts/source/2132.user.js

[Note: this includes my pre "fix"]

shouryuu 11-11-05 08:41 AM

Hehe that is cool, you should put a link to it on the WoW forums :P

Cairenn 12-06-05 09:30 PM

WoooHooooo! Arrrr mateys, he got his avatar!

http://forums.worldofwarcraft.com/th...p=1#post275939


All times are GMT -6. The time now is 08:16 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI