Commit Graph

741 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 3f3efb4058 Merge pull request #140 from WizardJesse1/patch-10
Fixed Noted Item Value
2016-01-31 16:57:09 +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
Gary Tierney 997dfbdf02 Merge pull request #144 from Major-/master
Add unit tests for all utility classes
2016-01-31 16:53:31 +00:00
Major 8e7af9b8de Merge pull request #145 from thispixel/master
Fix issue #143
2016-01-31 16:34:37 +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
Major- 12fd037484 Add unit tests for all utility classes 2016-01-31 11:52:28 +00:00
WizardJesse1 03d9fb88c7 Fixed Noted Item Value
* Made the noted item value use the value from the unoted item
2016-01-31 01:01:42 -05: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- 1cfa11dbad Fix test class names 2016-01-30 07:54:01 +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
Major 2525ecd0ce Update LICENSE year 2016-01-26 02:02:00 +00:00
Gary Tierney 20fb849e9d Merge pull request #134 from apollo-rsps/enhancement/travis-ci-integration
Add travis-ci build configuration
2016-01-25 22:30:27 +00:00
Gary Tierney 4874ddaa90 Add travis build config and update .gitignore 2016-01-25 22:26:32 +00:00
Gary Tierney 05a7838380 Merge pull request #130 from ryleykimmel/issue74
Fixes issue #74
2016-01-25 21:00:49 +00:00
Gary Tierney fa0fb763d3 Merge pull request #124 from lare96/master
GamePacketEncoder unit test fix for MTM -> MTB encoder.
2016-01-24 22:04:06 +00:00
Gary Tierney c22b94e440 Merge pull request #132 from ryleykimmel/issue93
Fixes issue #93
2016-01-24 20:49:37 +00:00
atomicint 837460da39 Fixes issue #93 2016-01-24 03:45:17 -05:00
atomicint 088d872f93 Fixes issue #74 2016-01-23 15:52:43 -05:00
Gary Tierney 3351c93eb4 Merge pull request #128 from ryleykimmel/issue84
Fixes issue #84 (Appearance caching)
2016-01-23 17:10:29 +00:00
Gary Tierney 0b20b16d3f Merge pull request #129 from ryleykimmel/pr1-issue98
Fixes issue #98 (also adds unit test for MobRepository)
2016-01-23 01:16:15 +00:00
atomicint 5156e0bc19 Removed inline comments 2016-01-22 15:55:40 -05:00
atomicint cebdb811cb Clean up hasCachedAppearance
- Remove useless inline comment
- Remove blank line after param declaration
- Only call getIndex() once
2016-01-22 15:51:52 -05:00
atomicint c7d1a5a732 Fixes issue #84 2016-01-22 02:01:21 -05:00
atomicint 637a18d155 Fixes issue #98 (also adds unit test for MobRepository) 2016-01-22 01:11:03 -05:00
lare96 e58cd12745 GamePacketEncoder unit test fix for MTM -> MTB encoder. 2016-01-21 09:40:41 -05:00
Gary Tierney 8a91cf1241 Merge pull request #123 from lare96/master 2016-01-21 11:13:04 +00:00
lare96 7106ba7df7 Use MessageToByte vs MessageToMessage encoders
* Refactors GamePacketEncoder and LoginEncoder to extend from
  MessageToByteEncoder instead of MessageToMessageEncoder.
2016-01-21 11:12:45 +00: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
Major 74783f805c Merge pull request #121 from WizardJesse1/patch-8
Fixed Herblore Skill Id.
2016-01-01 21:42:31 +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 ab2f856790 Merge pull request #119 from WizardJesse1/patch-6
Finalize player registration only on success
2015-12-30 16:17:34 +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
Major 5b01c311c1 Merge pull request #115 from WizardJesse1/patch-2
Fixed Wilderness level 0
2015-12-30 16:11:38 +00:00
WizardJesse1 cbc68d331d Fixed Player Already Online
It use to always finalize the player even if it failed with a status
2015-12-29 22:36:05 -05: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
Major ba1537a9e4 Merge pull request #112 from garyttierney/bugfix/equip-2h-stop-action
Fix actions continuing when equipping 2h swords
2015-12-26 19:21:08 +00:00
Gary Tierney bd63144d53 Fix actions continuing when equipping 2h swords 2015-12-23 23:04:05 +00:00
Major d79278973e Merge pull request #110 from garyttierney/bugfix/walking-height-levels
Correct the height levels of steps in a path
2015-12-22 04:02:42 +00:00
Gary Tierney 68db45e9d3 Correct the height levels of steps in a path
Makes sure that the steps in a path sent for a "Player Walk" message are
on the same level as the players current position while being processed
in the walking queue.
2015-12-22 03:56:38 +00:00
Major 7eab485447 Merge pull request #108 from garyttierney/bugfix/item-definition-decoder
Fix short circuit logic in ItemDefinitionDecoder
2015-12-21 04:14:09 +00:00
Gary Tierney ef740b36e0 Fix short circuit logic in ItemDefinitionDecoder
* Replaces an OR, with what should have been an AND while decoding
  unused item definition info.
2015-12-21 04:03:26 +00:00