xMythic Posted December 2, 2017 Share Posted December 2, 2017 Heya, Currently looking to see if this is something possible or not (not entirely certain), we're currently planning a paragon leveling system in the server I am working on and we're wanting to actually be able to display the level progress to the client directly and not have to do a gossip window. We're running on Azerothcore so doing it through something such as Eluna/AIO isn't possible. Overall, just wondering if doing something like this would even be possible and kind of a general idea in how we can achieve this. Would really be a matter of retrieving 3 values that're stored in the database (Current PXP, Needed PXP to level, Paragon Level). Anyways, any help or information on this is greatly appreated! Thanks! Link to comment Share on other sites More sharing options...
wungasaurus Posted December 3, 2017 Share Posted December 3, 2017 Well, uh, you would have to re-implement Eluna/AIO with "Azerothcore". There is no feasible other way. Link to comment Share on other sites More sharing options...
Kaev Posted December 3, 2017 Share Posted December 3, 2017 There is an outdated C++ version of AIO called CAIO. If you google a bit you can still find the repository. You could port this to Azerothcore to still get it working. Link to comment Share on other sites More sharing options...
Possible to display DB stored value in client
By xMythicin Interface
Recommended Posts