Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

InfinityFix Files Awakening Window

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 27, 2021
Messages
8
Reaction score
2
Hello,
I got a problem with the Awakening Window I cant find the file to edit the penya costs for the awakes, already googled it and searched in serveral files included FuncTxtCMD.cpp.
If anyone knows where I can find the files to edit the costs that would be great!
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
This awakening system is __WINDOWS_EVEIL

The pricing is determined by the item used to awake with. So Scroll of awake and etc. It also adds in the price of reversion and etc. So the pricing is determined by the spec item.

If you want to manually modify and remove this you can do so by modifying these two functions:
Code:
CDPSrvr::OnWindowsAwake
CWndEveil::UpdateCost

But be aware if the pricing does not match within both these files you'll have a bigger problem at hand. So make sure they match in both functions!
 
Newbie Spellweaver
Joined
Aug 27, 2021
Messages
8
Reaction score
2
Alright thanks for that !

probably the easiest way is to just change the cost of those scrolls i guess ?
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Alright thanks for that !

probably the easiest way is to just change the cost of those scrolls i guess ?

This would be the easiest way to do so.

But setting a hardcoded price also not as hard as u think either lol.
 
Newbie Spellweaver
Joined
Aug 27, 2021
Messages
8
Reaction score
2
I will try made a backup for now if i mess up ^^
learning by doing i guess, thanks Ketchup for ur help!
 
Status
Not open for further replies.
Back
Top