Mana costs, tithing points ...

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
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Mana costs, tithing points ...

Post by Pierce »

Does anybody already discovered where the mana costs, tithing points/costs for necro and pala book are located on the client side files?

I found the parts in the client.exe, where those values are shown e.g. in the status window or on the paladin or necro gumps.
With a hex editor you can see something like "Tithing Cost: %d" or "Mana Cost: %d", but where does the client reads or receives %d from. Any ideas?
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

I believe that is a script (POL) issue rather than client side issue.
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Post by Pierce »

I wish you were right, but i think you are wrong :wink:
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

From what I can tell you, intrface.def defines how the book gump is drawn but I dont know where the variable info is drawn from.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Read the packet lists.............

Tithing points is given to the client in the Statbar packet.

Necro and Magery info, is located in their books, and hardcoded unfortunately for what spell takes what reagents in the books. But mana, you can define core-side cuz client doesn't say the mana.

If you want mana to show up on the tooltip for the spell icons, deal with the tooltips (NOT AOS TOOLTIPS, oldschool tooltips, read up the packet list and core-changes.txt for more information).
Post Reply