I need help with the tool tips.

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.
Post Reply
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

I need help with the tool tips.

Post by Yukiko »

Here's my problem. I want to be able to single click a dynamic item (created IG) and see it's description but not the tool tip description. So I removed the 0x20 AoS tooltip mask from UOFeatureEnable in serverspecopts.cfg. All was good until I opened a full spellbook and found the book showing empty. I put the mask back in and spellbooks worked.

So my question is how can I do away with tooltips and still keep spell books working?
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

knock down your account's expansion to T2A...
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

And this will allow us to use/see AoS items and NPCs?
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

well we hook 0xB9 and do this in the packethook
exported function AOS(char, byref packet)
// This enables AoS on clients without enabling //
// full support for AoS! //
packet.SetInt16(1, 0x801b);
return 0;
endfunction

not completely sure what else we're doing since I'm in the middle of finding all that out and rewriting but I even just created my new throne in our staff area which is the brand new crystal throne they implemented in 5.0.5
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

I'd appreciate you letting me know if there's anything more I'd need to do besides hokking 0xB9 packet. This whole tooltip thing is bugging me.

Some change is good but some isn't.
Post Reply