ChunkerBunk
Member
- Joined
- Feb 17, 2020
- RedCents
- 60¢
Hi all, I'm not sure if this is the right place to post this so please move the thread if necessary.
I'm attempting to write a plugin targeted towards Emu servers. Looting on Emu is tedious and I've been tossing around the idea of writing a plugin to fix some QoL issues I have.
I can compile my plugin, load it, and use it in-game, but one issue I have is that when I call
I'm attempting to write a plugin targeted towards Emu servers. Looting on Emu is tedious and I've been tossing around the idea of writing a plugin to fix some QoL issues I have.
I can compile my plugin, load it, and use it in-game, but one issue I have is that when I call
GetCharInfo2() it always returns NULL. As far as I can tell, I need access to the PCHARINFO2 struct to get inventory information. Is this because I'm using eqgame(Test).h? I see there is a define for ROF2EMU, but there's no corresponding eqgame(emu).h in the repo. Also I'm using the legacy VeryVanilla repo instead of the newer OpenVanilla. I believe that for Emu VeryVanilla is the correct one to use, but let me know if I'm wrong. Looking for some guidance. Thank you!!

