Ability Book in POL

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
Daviex
Neophyte Poster
Posts: 39
Joined: Sat Sep 20, 2008 3:53 am

Ability Book in POL

Post by Daviex »

Hello guys!

I've a problem! Pratically, when i log on in game, i can't see the the ability book of AOS and the golden book for the ability of the race, like the gargoyle to fly.

I saw all the gumps files and are identical slot of normal installation, can someone help me?

There's a screenshot from the game of the paperdoll.

Thanks

Image
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Ability Book in POL

Post by RusseL »

config/servspecopt.cfg
UOFeatureEnable: will be sent as the last DWORD flag in the 0xA9 login message. See 095+ package for values and warnings. Core will block Bit 6 (support up to 6 Chars). To enable AoS stuff set Bit 5 (use 0x20), to enable SE stuff set Bit 7 and 5 (use 0xa0) and to enable ML stuff set Bit 8, 7 and 5 (use 0x1a0).
http://docs.polserver.com/pol099/config ... pecopt.cfg
Daviex
Neophyte Poster
Posts: 39
Joined: Sat Sep 20, 2008 3:53 am

Re: Ability Book in POL

Post by Daviex »

Thank you so much!

Worked perfectly :)

But now there's another problem...

How i disable the tooltip thing?

Is there something to do?
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Ability Book in POL

Post by Tomi »

Enabling flag 0x20 ( AOS ) with packet 0xA9 disables the old singleclick system and tells the client to use tooltips instead

There could be someway to get around this, but no simple solution ( havent looked that much into it )
Daviex
Neophyte Poster
Posts: 39
Joined: Sat Sep 20, 2008 3:53 am

Re: Ability Book in POL

Post by Daviex »

Ok.

So, if i need only the golden book ( where i can use the flying skill ), how can i make to open only this book from a normal spellbook for example without use the gump version? I've to packet log the client while open it?
Daviex
Neophyte Poster
Posts: 39
Joined: Sat Sep 20, 2008 3:53 am

Re: Ability Book in POL

Post by Daviex »

UP, no one?
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Ability Book in POL

Post by Tomi »

afaik that book is totally clientside, and its only sending packets when using something from it, so there is noway to open it from anywhere else
Daviex
Neophyte Poster
Posts: 39
Joined: Sat Sep 20, 2008 3:53 am

Re: Ability Book in POL

Post by Daviex »

Thanks for your answer.

Well, we will try another road.

Thanks
Post Reply