- Joined
- Dec 18, 2014
- Messages
- 3
- Thread Author
- #1
Some time ago I had my first attempt at a fire cape and decided to log some of the npc data during the fight caves.
Sadly it appears I'm pretty bad at Jad, but I got to the healers so all the npc's are accounted for.
For anyone interested, the data is in a csv file on the following github repo: RuneSigzil/fight-cave-data and is formatted as:
Looking at the animations from Jad and my (woeful) prayer switches I'm pretty sure animation id 2656 is the mage animation, 2652 the range one and 2653 the defence/taking-hit animation:
Hope it might help someone.
(PS: First time poster, please notify me if this is in the wrong place or stuff like this should not be posted)
Sadly it appears I'm pretty bad at Jad, but I got to the healers so all the npc's are accounted for.
For anyone interested, the data is in a csv file on the following github repo: RuneSigzil/fight-cave-data and is formatted as:
timestamp,name,index,level,id,animation_id,animation_frame,health_percent,overhead_player
1569295190800,Tz-Kih,0,22,3116,-1,0,-1,None
Where index is the index in the list of npc's targeting the player at that timestamp.1569295190800,Tz-Kih,0,22,3116,-1,0,-1,None
Looking at the animations from Jad and my (woeful) prayer switches I'm pretty sure animation id 2656 is the mage animation, 2652 the range one and 2653 the defence/taking-hit animation:

Hope it might help someone.
(PS: First time poster, please notify me if this is in the wrong place or stuff like this should not be posted)
Last edited: