Posted: Tue Sep 26, 2006 2:00 pm Post subject: Mana costs, tithing points ...
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?
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Tue Sep 26, 2006 4:24 pm Post subject:
I believe that is a script (POL) issue rather than client side issue.
Joined: 04 Feb 2006 Posts: 685 Location: Chicago, IL USA
Posted: Tue Sep 26, 2006 11:12 pm Post subject:
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.
Author
Message
MuadDib POL Developer
Joined: 13 Feb 2006 Posts: 830 Location: Indiana, USA
Posted: Tue Sep 26, 2006 11:22 pm Post subject:
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).