[Archive] Possible to display DB stored value in client
[Archive] Possible to display DB stored value in client
Archived author: xMythic • Posted: 2017-12-02T23:55:59+00:00
Original source
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!
Archived author: wungasaurus • Posted: 2017-12-03T00:13:03+00:00
Original source
Well, uh, you would have to re-implement Eluna/AIO with "Azerothcore". There is no feasible other way.
Archived author: Kaev • Posted: 2017-12-03T15:43:21+00:00
Original source
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. ![]()