Commit Graph

259 Commits

Author SHA1 Message Date
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
Gary Tierney 617866301f Merge pull request #139 from WizardJesse1/patch-9
Fixed small issues with alchemy
2016-01-31 16:56:21 +00:00
thispixel f8db197c13 fixes issue #143 - ::mass command not using the correct arguments to spawn npcs 2016-01-31 16:28:20 +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
Gary Tierney 26199f8c13 Merge pull request #131 from ryleykimmel/issue65
Fix #65, add support for emotes/anims in dialogue
2016-01-29 20:57:58 +00:00
atomicint 32ef506211 Fixes issue #65, adds support for emotes/anims in dialogue
Use block instead of lambda, add emotes.rb

Proper tutorial island emote

Add newline at end of emotes.rb

Use block instead of lambda, fix send_generic_dialogue method to accept block
2016-01-29 15:53:52 -05:00
atomicint 837460da39 Fixes issue #93 2016-01-24 03:45:17 -05:00
Major a86a03b930 Fix unexpected return in magic plugin 2016-01-06 13:52:55 +00:00
Major d7234f1294 Merge pull request #120 from WizardJesse1/patch-7
Fixed Attack Skill Id.
2016-01-01 21:42:49 +00:00
WizardJesse1 9f5441981d Fixed Herblore Skill Id. 2015-12-31 01:27:46 -05:00
WizardJesse1 6f18ca9686 Fixed Attack Skill Id. 2015-12-31 01:26:38 -05:00
Major a21a1acb15 Merge pull request #116 from WizardJesse1/patch-3
Fix issue #113
2015-12-30 16:18:43 +00:00
Major 293012abaa Merge pull request #118 from WizardJesse1/patch-4
Fixed Adding xp to teleporting
2015-12-30 16:16:31 +00:00
WizardJesse1 10a3cfb3ac Update teleport.rb
Was never adding xp for teleporting
2015-12-29 18:13:50 -05:00
WizardJesse1 65a9c78aef Update action.rb
Fixed the issue https://github.com/apollo-rsps/apollo/issues/113

when you left the wilderness
2015-12-29 17:29:55 -05:00
WizardJesse1 e1981be0db Update wilderness.rb
When you entered the wilderness it would start at level 0
2015-12-29 17:27:30 -05:00
lare96 c3ebfb46a8 Ban and mute support, commands included. 2015-09-02 14:17:48 -04:00
Major- dfd52b4a53 Add support for the same shop to belong to multiple npcs. 2015-08-30 23:26:52 +01:00
Major- f7661a7fc8 Add shops support. 2015-08-29 22:40:08 +01:00
Major- b134f6fdf5 Merge branch 'master' of https://github.com/apollo-rsps/apollo 2015-08-29 16:12:57 +01:00
lare96 5ab8fa94f6 Moved Animation constants from Animation.class to emote_tab.rb 2015-08-29 09:39:28 -04:00
Major- 81a763cd69 Fix npc spawning command. 2015-08-29 12:36:08 +01:00
Major- 4680f1a181 Use correct range operator to fix #72. 2015-08-27 22:03:28 +01:00
Major- 92ec907364 Add rubocop configuration file. 2015-08-27 18:18:53 +01: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- d9c34cd9ed Allow interception at any level in the message class hierarchy. 2015-08-24 13:38:54 +01:00
Major ac27bacbc5 Fix item equipping.
Fix a bug reported by WizardJesse1 where ItemOptionMessage was being listened to instead of InventoryItemMessage.
2015-08-24 06:49:17 +01:00
Major- e1bb561f95 Fix doors opening when clicked, instead of when walked to. 2015-05-27 14:55:42 +01:00
Major- e4778105f5 Modularise! Also add some unit tests. 2015-05-26 13:49:27 +01:00
Major- bfac7c7d66 Move Entity.EntityType to a separate file, remove WeakReferencing in DynamicGameObject. 2015-05-25 15:35:14 +01:00
atomicint 433d4c359a Strict whitespace format, make private fields final that can be immutable 2015-04-08 16:40:15 -04:00
Steve 6bffd5c0a1 Fix grouped region updating. Will need to account for re-adding StaticObjects after they have been removed from the game world. Also commented out some broken functionality in bootstrap involving first/second/third/etc message handlers. Should revisit with fix. 2015-04-05 20:18:58 -04:00
atomicint cf2f06c702 Fixed package location for message handlers in messages.xml 2015-03-29 18:25:56 -04:00
atomicint 654a1a6dfd Rebase the MessageHandler, MessageHandlerChain and MessageHandlerChainSet
Rebased several other pieces of code
2015-03-29 12:52:55 -04:00
Major- 1f2fde61a8 Resolve merge conflict. 2015-03-28 13:52:59 +00:00
Major- 3bd3ddd226 Remove the World singleton. 2015-03-28 13:46:50 +00:00
atomicint 8981d19243 Fix private messaging issue #57 https://github.com/apollo-rsps/apollo/issues/57 2015-03-23 09:12:10 -07:00
Major- 7cf31a2888 Add half-done grouped region frame stuff so Ryley can take a look. This is in master because I'm an idiot. 2015-03-22 11:07:24 +00:00
Major- 30045a6f10 Rename 'Sector' to 'Region'. 2015-03-15 18:54:47 +00:00
Major- 3e85006950 Revert net.xml to previous state. 2015-03-14 18:32:35 +00:00
John Major 2b04017ce6 Merged in Snoopya1a/apollo-jeremy (pull request #2)
Fix potion formulae and item ids.
2015-03-14 17:55:44 +00:00
thispixel af4be4b916 Add graphic height support to npcs 2015-03-13 14:34:51 +00:00
Jeremy Conklin 9fb65be3a8 Fixed issue with super str and def (4) turning into regular str and def pots. Also fixed super combat formula, range pot formula, and mage pot formula 2015-03-13 04:01:04 +00:00
Jeremy Conklin be8bcc2fd0 food.rb edited online with Bitbucket 2015-03-11 22:44:11 +00:00
Jeremy Conklin 378b6f2a81 food.rb edited online with Bitbucket 2015-03-11 18:31:20 +00:00
Jeremy Conklin c245516599 formatting 2015-03-11 18:27:10 +00:00
Jeremy Conklin 2088b49a34 added more consumables (edited formatting) 2015-03-11 03:28:01 +00:00