2011Scape / game

An open-source emulator that targets RuneTek-5, client revision 667 (October 4th, 2011)
http://2011scape.com
Apache License 2.0
34 stars 149 forks source link

Added Barbarian Agility Course #420

Closed Eikenb00m closed 1 year ago

Eikenb00m commented 1 year ago

What has been done?

Added Barbarian Agility Course Added Wilderness Course

ToDo:

Better animations Add failing action

What need to be added more:

Add this to the Attributes.kt

/**
 * The barbarian agility stage
 */
val BARBARIAN_AGILITY_STAGE = AttributeKey<Int>()
val ADVANCED_BARBARIAN_AGILITY_STAGE = AttributeKey<Int>()

/**
 * The wilderness agility stage
 */
val WILDERNESS_AGILITY_STAGE = AttributeKey<Int>()