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?
Mana costs, tithing points ...
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).
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).