Search found 2 matches

>
by zozooo
Thu May 26, 2016 12:24 am
Forum: Development Discussions
Topic: Armory needs you !
Replies: 186
Views: 106664

Re: Armory needs you !

I don't know if this is any useful for you, but here is a zip file that has all icons with their names decoded.
You can also find icon name by icon ID in the file I created "iconsList.txt"

http://www.mediafire.com/download/n55sy8ddqgdojhb/WarhammerIcons.zip

I basically pulled these icons by ...
by zozooo
Sun Dec 28, 2014 9:53 pm
Forum: Development Discussions
Topic: Patch to add fall damage.
Replies: 43
Views: 28547

Re: Patch to add fall damage.

All you need to check for fall damage is to modify the packet handler for F_PLAYER_STATE2


Here is the code i made on my little debugging emu. You need to change it to work for the big emu :)


Stopwatch FallDmgWatch = null; // .. create a timer in player's class or somewhere

public static ...