-
Posted by Vladixlaus on Sat, 01 May 2010 18:49:57
When
Chat_Msg_System
/ERR_QUEST_REWARD_EXP_I
is fired, how can i catch what is in %s and so with others system messages with &s &d simultaniously?Thanks.
-
Posted by jnwhiteh on Sun, 02 May 2010 18:44:40
There is an addon library called Deformat that you can use for this sort of thing. You can manually make a pattern that can capture the information you want, but that won't be portable across different client locales. It depends on how general purpose you want the addon to be and whether or not you'd like to distribute it.