EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=623)
-   -   PoP item graphic problems (EQAdmin) (https://www.eqemulator.org/forums/showthread.php?t=5439)

YummyMorsel 02-22-2003 01:39 PM

PoP item graphic problems (EQAdmin)
 
I've been having some trouble trying to use the newer models... It seems that after I select a pop item visual, and click commit changes, it changes to some number, has never been anything over 200. Any help would be appreciated.

Windcatcher 02-23-2003 09:33 AM

AHHHHHHH! Found it! I was sctatching my had at this one for a while...

I := StrToIntDef(Copy(St,3,3),0);

This should be:

I := StrToIntDef(Copy(St,3,Length(St)),0);

It's in the code that reads it back from the DB. Ok, expect a new version shortly...

WC


All times are GMT -4. The time now is 02:58 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.