View Single Post
12/19/20, 08:06 PM   #13
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 655
Nope not needed and I won't know what that will do or if it will break anything.

MM uses what I edited. Once the event comes in, you will have to determine what kind of bank event it is, build the proper event for it, and then add that event to the individual table of different bank events that the original mod used.

I could even see in the old code there were different tables for different kinds of bank events. You should probably use the old table style as the event and not my example.

You might even want to start over. Update what is needed for libaddonmenu or remove libstub. Just the minimum. Then add the two routines for the listener. Then look at the tables and the old code to see which table was used for the events. Make the listener use the old table style. Then after you now have each different type of event set up depending on the bank event just send the event to the mod like the old event was doing.

Last edited by Sharlikran : 12/19/20 at 09:41 PM.
  Reply With Quote