MU-death system

Newbie Spellweaver
Joined
Dec 26, 2016
Messages
17
Reaction score
0
Who can provide the source of the game's death declaration system

for example
  1. Player death message: PLAYER MG killed BY DERKONNEXC Item pick message: PLAYER MG got EXCELLENT LIGHTNING SWORD!Jewel Item pick message: PLAYER MG got JEWEL OF SOUL!Mix+11 success message: PLAYER MG enhanced ITEM up to +11 successfuly!

Is there anyone who can help?
 
Last edited:
just find files which have this systems and find the same files with Sources, then look for the code where its that system, if you know coding u will know what to search for, there are many files that have death notice system for monster or player, chaos machine notice etc specifically louis files and others with sources.
 
Upvote 0
只需找到具有此系统的文件并找到具有源的相同文件,然后查找该系统的代码,如果您知道编码,您就会知道要搜索什么,有许多文件包含怪物或玩家的死亡通知系统,混沌机器通知等,特别是路易斯文件和其他带有来源的文件。
Ok
 
Upvote 0
It's not hard to do that. You need global messages for some events, right?
You need to implement it in the source where that event is happening (picking up item, PK Kill, Goblin Chaos successful item combination, etc) and broadcast it to every other player in-game.

Nope, that's most probably a custom thing so 99% of chances that you won't find it in sources for your specific things.
Just think about what you need and try to find it in the sources where that event is happening.
If you have no idea and you just wanna copy and paste other people's code without any initiative to learn something about what you are copying, then no one's gonna help, of course.
 
Last edited:
Upvote 0
Back