├── CombatInterface.xml ├── MSharedCommandTable.cpp ├── MSharedCommandTable.h ├── ZCharacter.cpp ├── ZCharacter.h ├── ZCombatChat.cpp ├── ZCombatChat.h ├── ZCombatInterface.cpp ├── ZCombatInterface.h ├── ZGame.cpp ├── ZGameInterface.cpp ├── ZGameInterface.h ├── ZInterfaceItem.h ├── ZMyCharacter.cpp ├── ZPost.h └── ZWeapon.cpp /CombatInterface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/CombatInterface.xml -------------------------------------------------------------------------------- /MSharedCommandTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/MSharedCommandTable.cpp -------------------------------------------------------------------------------- /MSharedCommandTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/MSharedCommandTable.h -------------------------------------------------------------------------------- /ZCharacter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZCharacter.cpp -------------------------------------------------------------------------------- /ZCharacter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZCharacter.h -------------------------------------------------------------------------------- /ZCombatChat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZCombatChat.cpp -------------------------------------------------------------------------------- /ZCombatChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZCombatChat.h -------------------------------------------------------------------------------- /ZCombatInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZCombatInterface.cpp -------------------------------------------------------------------------------- /ZCombatInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZCombatInterface.h -------------------------------------------------------------------------------- /ZGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZGame.cpp -------------------------------------------------------------------------------- /ZGameInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZGameInterface.cpp -------------------------------------------------------------------------------- /ZGameInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZGameInterface.h -------------------------------------------------------------------------------- /ZInterfaceItem.h: -------------------------------------------------------------------------------- 1 | //add 2 | #define ZIITEM_COMBAT_NOTFRAME "KillNotificationsFrame" 3 | -------------------------------------------------------------------------------- /ZMyCharacter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZMyCharacter.cpp -------------------------------------------------------------------------------- /ZPost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZPost.h -------------------------------------------------------------------------------- /ZWeapon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingMarin/Gunz-KillFeed/HEAD/ZWeapon.cpp --------------------------------------------------------------------------------