PDA

View Full Version : Creating Website


Dimorge02
10-08-2004, 05:37 AM
I am creating a website that is utilizing the data from your items database. I converted the mysql script to t-sql. Now i want to creating a table of icons and tie that into the items datbase. What is the best way to grab all the icon files? Thanks :)

Dimorge02
10-08-2004, 05:49 AM
I am thinking EqInside.... What do you think?

killspree
10-08-2004, 10:42 AM
Icons are stored in the dragitemxx.tga files in the default folder within uifiles.

zehayva
12-17-2004, 08:32 AM
Icons are stored in the dragitemxx.tga files in the default folder within uifiles.

with this in mind you can use ImageMagick to measure, copy, regen a new image (icon) out of the slate of images. Then move loc to x,y based on pixle size and repeat. I did something.. similar with a diffrent image.

I use to play MOHAA.. and the game took TGA screen shots.. my gaming clan wanted to share the images but not everyone had a way to convert them. So.. with image magick and php i made an image uploader. The uploader allowed you to select a new resolution up to 1600x1200 and a new file type (jpg, gif) .. the image would get uploaded.. converted.. old one deleted.. and link displayed for new image. The clan LOVES it.

Hope this helps...

Muuss
12-18-2004, 07:36 AM
eqbrowser (dl from the link in my sig) contains almost all the icons, feel free to 'steal' them like i 'stole' them somewhere else :)