PDA

View Full Version : Beastlord Epic Graphic Co-ords please?


wurmslayer2k
06-08-2002, 11:27 AM
Any one know the Beastlord Epic:

Visual
Magic Flag
Material

?

Thanks.

Baron Sprite
06-08-2002, 04:43 PM
Got a screen shot of the graphic for it, I could locate it then. I didn't know they even had one :D

wurmslayer2k
06-08-2002, 05:39 PM
Here it is

Baron Sprite
06-08-2002, 08:17 PM
WTF those are freaking awesome ;) Will check my new luclin list to see if I have 'em.

Ok I have located every # for luclin item visuals. Finishing up the documenting now. (Yes this includes beastlord epic)

Baron Sprite
06-08-2002, 10:01 PM
Don't know if EQAdmin accepts digits over 3 for item visuals... here is luclin items, denoted with L. Edit: Doesn't seem to like using them. Crashed EQAdmin if you load the itemvisual.txt I did. Just use with Kaiyodo's editor. Note x2: Kaiyodo's only supports 4 digit... I'll make the fix tomorrow if I can :p

I'm sure there is more then what I found... I just need a brake :D


300 Huge Axe, Spikes All over, Eye in the Middle of Blade
600 Roman Helm
10000 L Grey Sword, Cresent Handle
10001 L Huge Staff with 3 Point Claw Top
10002 L Grey Scimitar, Gold Handle
10003 L Hammer, Circle Tip, House Shaped
10004 L Big Sword, Runes on Blade
10005 L Large Axe, Big Blade
10006 L Squarish Dagger, Green Jewel at Bottem
10007 L Wood Handled Mace, Tip with designs
10008 L Wooden Mining Pick
10009 L Small Stone Dagger
10010 L Crude Looking Axe, Stone Blade
10011 L Same as above, only a LONG handle
10012 L Hammer with tree bark top
10013 L Same as above, only a longer handle
10014 L Dagger with jagged and bent blade.
10015 L LEFT HAND Beastlord Epic (Claws with blue fire)
10016 L Stone Dagger
10017 L Small Grey Sword, Cresent Handle
10018 L Larger Version of Above
10019 L Blasphemous Blade of the Exiled
10020 L Mace with Skull Top
10021 L Same as above, with spikes around skull
10022 L Long Grey Sword, Cresent Handle
10023 L Grey Sword, Tear Blade, Pointed Handle
10024 L Grey Sword, Fat Blade, Flat Handle
10025 L HUGE Black Sword, Red Runes, AWESOME
10026 L Plain Grey Sword, Cresent Handle
10027 L Stone Mining Pick
10028 L HUGE lance, Spikey Tip
10029 L RIGHT HAND Beastlord Epic

Shawn319
06-08-2002, 11:13 PM
you sure those arent on a smaller # as well? i'm 99% sure the item model #'s repeat themselves after thay end.


(example)

1 sword
2 axe
3 dagger (no more item models left)
4 sword
5 axe
6 dagger

ect, ect....

Kaiyodo
06-09-2002, 12:18 AM
My editor only supports 4 digits due to the size of the idfile member in the item_struct. As you're probably aware the top of the Item_Struct is ..

char name[35];
char lore[60];
char idfile[6];
sint16 flag;

.. and the item graphic is stored as a non-terminated string inside idfile. As all of the items start with "IT" I could only have 4 digits without corrupting 'flag'.

This puzzled me greatly as I've been finding unique items well into 5 digits when I ignored the badness I was doing by writing over 'flag' with random numbers. I never worked out what was really going on, so I left it at 4 digits :)

You'll have a hard time changing that behaviour in my editor I'd have thought Baron, unless you made 'flag' an 8 bit number and made idfile[7]. But that's bound to screw up a load of items :(

K.

Baron Sprite
06-09-2002, 12:51 AM
Yeah, haven't looked at the source at all besides to fix the password box on your editor K. Oh well, I can keep doing it the old fashioned way.

Oh and I checked for repeats, was the first thing I did ;)

wurmslayer2k
06-09-2002, 06:08 AM
Baron, your itemvisual f00ked my eq admin tool lmfao. Wind's dosnt support more than 3 digits and it gets messed when you try to add more to it ( atleast for me :eek: )

wurmslayer2k
06-09-2002, 06:10 AM
Ooh I guess you do need EQW to use the emu now, bah. I hope you guys fix that =p. Theres no way in a frozen hell I could use it on this slow ass grandfather computer. * 64 MB Video Card down the drain :(

Baron Sprite
06-09-2002, 10:19 AM
They prolly did it to piss us off :p

wurmslayer2k
06-09-2002, 10:51 AM
/em taps his foot quickly whilst staring at Shawn319..