Commit Graph

39 Commits

Author SHA1 Message Date
WizardJesse1 74a8af7b91 Fixed Issue #186
It has the correct message now and it supports a/an
2016-02-09 17:54:55 -05:00
WizardJesse1 e5033965ee Fixed Enchant Ring Animation
Currently uses the correct animation now
2016-02-09 16:56:02 -05:00
WizardJesse1 1a1a7dcca7 Fix magic skill checks
* Checks are now in order of how runescape does it.

* Changed rune to be capitalized to Rune
2016-01-31 23:37:34 +00:00
WizardJesse1 acf4fd97a7 Fixed small issues with alchemy
*Low and high alch have there own delay now when they use to share the same.

*Runes are checked for the main rune before the elemental which its how its done in runescape.

* Only item that is not allowed to be alched is coins I checked tokkul as well and its allowed.

* Fixed gold amount received it was way off.
2016-01-31 00:58:11 -05:00
Major- 420bda9b75 Fix bug introduced in previous commit 2016-01-30 07:59:06 +00:00
Major- 035c0a74e9 Fix item enchanting and alchemising
This fixes #137
2016-01-30 07:37:58 +00:00
Major a86a03b930 Fix unexpected return in magic plugin 2016-01-06 13:52:55 +00:00
WizardJesse1 9f5441981d Fixed Herblore Skill Id. 2015-12-31 01:27:46 -05:00
WizardJesse1 10a3cfb3ac Update teleport.rb
Was never adding xp for teleporting
2015-12-29 18:13:50 -05:00
Major- 8f3fd75b33 Update all plugins to conform to Rubocop. 2015-08-27 18:17:58 +01:00
Major- 2f166f8b99 Fix fishing skill. 2015-08-25 08:37:22 +01:00
Major- e4778105f5 Modularise! Also add some unit tests. 2015-05-26 13:49:27 +01:00
atomicint 654a1a6dfd Rebase the MessageHandler, MessageHandlerChain and MessageHandlerChainSet
Rebased several other pieces of code
2015-03-29 12:52:55 -04:00
Major- f0424d66fe Correct variable name in Fishing skill. 2015-03-07 14:21:00 +00:00
Major- f6046cce23 Add basic prayer support. 2015-02-27 18:27:23 +00:00
Major- d81f0feaf7 Move EventContext functionality into Event, remove EventContext, add LogoutEvent support. 2015-02-27 04:34:09 +00:00
Major- 06b6f5fb74 Move login and logout listening to the new Event system and update plugins to reflect this move, remove previous listening system, fix minor bug in EventListenerChainSet. 2015-02-27 04:11:08 +00:00
Major- 0b6b6ccd03 Move potion constants into a module. 2015-02-26 22:32:59 +00:00
thispixel b2e8e27d70 Runecrafting login listener fix. 2015-02-12 18:24:56 +00:00
Major- 17019523c2 Fix various skills (broken in cf7a742). 2015-01-12 02:40:51 +00:00
Major- 51c1cc3193 Fix Runecrafting (broken by cf7a742). 2015-01-12 02:33:05 +00:00
Major- 64fdb1dcb3 Remove Fletching plugin.xml file. 2015-01-09 19:17:18 +00:00
Major- 5ab0322cac Add Fishing skill (thanks to 1ek). 2015-01-07 17:02:21 +00:00
Major- 80c1642b9f Improve runecraft plugin. 2015-01-07 16:44:31 +00:00
Major- ec516bda67 Add extra utility methods to Inventory and utils plugin. 2015-01-07 16:28:02 +00:00
Major- 3e22f78ff2 Fix plugin issues created by breaking changes in previous commit. 2015-01-07 15:52:21 +00:00
Major- e08a737933 Fix bugs in the mining plugin. 2014-08-09 06:44:45 +01:00
Major- bf0b93bcb4 Remove incomplete (and accidentally committed) firemaking plugin. 2014-08-08 14:25:04 +01:00
Major- 7924791405 Fix bug where multiple (identical) bone burying actions would replace each other instead of cancelling. 2014-08-08 14:13:58 +01:00
Major- 3931b9eb48 Rename Events to Messages. 2014-08-08 13:50:56 +01:00
Major- 44b8972fb3 Add world as a global variable for plugins. 2014-08-08 04:43:55 +01:00
Major- e5347819d3 Fix syntax error in tiara.rb. 2014-08-08 02:03:33 +01:00
Major- 22f712da23 Add support for specifying the option for events in the declaration (where applicable). 2014-08-08 02:00:01 +01:00
Major- 08cb196143 Fix formatting throughout various plugins. 2014-08-03 18:13:44 +01:00
Major- 13ca51809c Redo attributes system, add support for saving and loading, move settings classes around. 2014-07-19 04:15:06 +01:00
bugcrusher db3c380f13 Allow tiaras to be made and used for opening runecrafting altars with 1 click. 2014-07-06 15:49:17 +02:00
Major- e3943429fa Fix bug where the chain was always being broken for first item option events. 2014-07-05 00:07:39 +01:00
Major- 9d8e7cda0a Move some classes into the new org.apollo.game.model.entity package, and update plugins and classes that reference these. 2014-07-03 01:02:02 +01:00
Nikki 9a7210deb1 Recursive plugin loading. 2014-05-01 13:37:44 -04:00