View Single Post
04/09/17, 11:47 AM   #18
Sacralletius
Join Date: Apr 2017
Posts: 10
Originally Posted by sirinsidiator View Post
It's a nice idea you have there. You should try to keep it simple at first and try to reduce it to the core functionality.

Try make something that just keeps track of one event for famity and one for infamity, saves the resulting points and allows you to share it via chat with a keybind. From there you can still expand it however you want.

For the infamity points you could listen to EVENT_JUSTICE_INFAMY_UPDATED and convert them to your own points. For famity maybe just listen to EVENT_QUEST_COMPLETE at first and add points based on quest type and xp gain.

If you haven't done so you should read the getting started guide and do some of the tutorials on the wiki's main page.
Thank you, I'll try that and add some more functionality as I go on.
  Reply With Quote