Page 1 of 1

Tiles Stygian Abyss

Posted: Wed Oct 31, 2012 5:53 am
by Xeno
Hello to everyone, I've a problem.
I've the new core updated:

Code: Select all

12-02-2009 Turley:
     Added: 0xF3 packet is send instead of 0x1A for clients >= 7 or UO:SA clients - Tomi
     Added: polcfg MaxTileID 0x3FFF / 0x7FFF (default 0x3FFF)
            since client 7.0.0.0 item graphic can be definied up to 0x7FFF - Tomi
     Added: "SA" for expansion type. This includes sending 0x187DF with packet 0xB9. - Tomi
     Added: support of new map TerMur - Tomi
When I go to use uoconvert to create config/tiles.cfg it creates only until tile 0x3FFF and not until 0x7FFF

Maybe have I to add this in uoconvert?

Code: Select all

ClientOptions
{
UseNewHSAFormat 1
} 
I tried also with this but nothing. I miss something :\

Thanks!

Xeno

Re: Tiles Stygian Abyss

Posted: Wed Oct 31, 2012 7:15 am
by AsYlum
Do you have MaxTileID=0x7FFF set in your pol.cfg ?

pre SA 0x3FFF
SA 0x7FFF
HSA 0xFFFF

Re: Tiles Stygian Abyss

Posted: Wed Oct 31, 2012 7:22 am
by Xeno
Can you send me a screen or copy your pol.cfg with these lines?

EDIT: Solved the problem, very thanks, I thought I had only modify uoconvert and have the new core :)

Re: Tiles Stygian Abyss

Posted: Wed Oct 31, 2012 7:24 am
by AsYlum
Just open pol.cfg and add this line at the end of the file

MaxTileID=0x7FFF

Save and that's all :)