WizardJesse1
0fcd138f86
Fix Magic Check Issues
...
I forgot to check a few things when i changed magic check's
Issues Fix
* You couldn't teleport but now you can
* Illegal items would throw an error
* Process elements would get removed even if you couldn't cast the spell due to moving illegal items
2016-02-09 19:30:35 -05:00
Major
b76445bad3
Merge pull request #190 from WizardJesse1/patch-16
...
Fix issue #186
2016-02-09 22:58:46 +00:00
WizardJesse1
74a8af7b91
Fixed Issue #186
...
It has the correct message now and it supports a/an
2016-02-09 17:54:55 -05:00
Major
67c2fd2d7b
Merge pull request #188 from WizardJesse1/patch-15
...
Fix enchant ring animation
2016-02-09 22:09:04 +00:00
WizardJesse1
e5033965ee
Fixed Enchant Ring Animation
...
Currently uses the correct animation now
2016-02-09 16:56:02 -05:00
Major
4526797095
Merge pull request #180 from ryleykimmel/issue142
...
Queue npcs before unregistering
2016-02-09 21:13:18 +00:00
atomicint
56ff74e844
Use ArrayDeque, concurrency not important
2016-02-09 13:48:10 -05:00
atomicint
c4874acd3c
Queue npcs before unregistering, increase maximum messages
2016-02-09 13:32:07 -05:00
Major
b99b20fbb4
Merge pull request #171 from ryleykimmel/consistent-tests
...
Make test class and method names consistent
2016-02-09 16:10:43 +00:00
Major
3e08a62672
Merge pull request #167 from ryleykimmel/issue165
...
Fix String attribute encoding delimiter
2016-02-09 16:09:12 +00:00
atomicint
38486f9e3e
Add unit test for Attribute#encode
...
Fix typo in Attribute unit test
Ensure test method names are consistent with others in Apollo
More clear tests
2016-02-09 11:06:21 -05:00
Major
d9cf285f5e
Merge pull request #172 from ryleykimmel/issue169
...
Pass the new Position of Players to area listeners
2016-02-09 16:02:29 +00:00
atomicint
d2b54bde4d
Made test class names consistent with other tests
...
Make test classes final
Ensure all test method names are consistent
2016-02-09 10:21:34 -05:00
atomicint
4a1c82da52
Let area listeners have access to the updated position from the MobPositionUpdateEvent
...
Fix issue #169
2016-02-08 17:44:25 -05:00
Major
732cb35dc7
Fix incorrect doc comment
2016-02-08 17:55:47 +00:00
atomicint
0c10acafdd
Fix class cast exception when creating int attributes
2016-02-07 14:41:22 -05:00
atomicint
6c2edb8efd
Add forLong attribute definition
2016-02-07 14:40:47 -05:00
Major
b11d38a673
Merge pull request #166 from ryleykimmel/issue164
...
Notify area listeners upon login
2016-02-07 11:20:39 +00:00
Major
54f6d41165
Merge pull request #168 from WizardJesse1/patch-14
...
Fix PlayerAction order
2016-02-07 11:20:14 +00:00
WizardJesse1
84dcdc0761
Fixed Player Option Order
...
The order for player options were wrong. It's all in the correct order now
2016-02-07 04:18:30 -05:00
atomicint
d50509001a
Fix String attribute encoding delimiter
2016-02-07 03:49:19 -05:00
atomicint
18a4d69443
Notify area listeners upon login
2016-02-07 03:48:18 -05:00
Major
e4d01e6e54
Merge pull request #163 from apollo-rsps/add-developer-info
...
Add developer information section to README
2016-02-06 20:16:18 +00:00
Gary Tierney
51728168e9
Add developer information section to README
2016-02-06 20:10:20 +00:00
Major
02a40c39f8
Merge pull request #159 from ryleykimmel/issue153
...
Fix issue #153
2016-02-05 17:42:55 +00:00
atomicint
0bac265a06
Fix issue #153
2016-02-05 12:35:16 -05:00
Major
3da0e37add
Merge pull request #157 from ryleykimmel/issue142
...
Fix issue #142
2016-02-05 17:27:51 +00:00
atomicint
2e9a7ddaaf
Fix issue #142
...
Add unit test for MobRepository#remove(null)
Add explicit null check
Remove empty line, change useless exception message
2016-02-05 12:23:13 -05:00
Major
ee529c12a8
Merge pull request #158 from ryleykimmel/foodmessage
...
Fix "It heals some health" message
2016-02-04 15:34:40 +00:00
atomicint
6bb0c70c07
Fixed "It heals some health" food consumable message.
2016-02-03 19:21:53 -05:00
Gary Tierney
dac20a4b3f
Merge pull request #151 from thispixel/master
...
Closes #148
2016-02-03 23:46:43 +00:00
Gary Tierney
0ce622f9de
Merge pull request #156 from ryleykimmel/issue155
...
Closes #155 , closes #154 and closes #107
2016-02-03 23:45:37 +00:00
atomicint
86ed50da12
Resolves issue #155 , resolves issue #154 , resolves issue #107
2016-02-03 18:21:04 -05:00
Gary Tierney
a551f0b22c
Merge pull request #152 from ryleykimmel/issue150
...
Add Region#getEntities and Region#getSurrounding for issue #150
2016-02-03 21:37:18 +00:00
atomicint
848a6780e2
Add Region#getEntities and Region#getSurrounding for issue #150
...
Remove includeSelf param
2016-02-03 14:56:09 -05:00
thispixel
e7229e7f61
separate potion and food consume delays
2016-02-02 11:10:44 +00:00
Gary Tierney
9720574310
Merge pull request #149 from thispixel/master
...
fixes issue #148 - add consumable delays
2016-02-01 20:42:02 +00:00
Gary Tierney
b8e5cbacbe
Merge pull request #147 from WizardJesse1/patch-13
...
Fixed food eating delays
2016-02-01 18:57:25 +00:00
thispixel
1c6091251a
fixes issue #148 - add consumable delays
2016-02-01 11:26:31 +00:00
Gary Tierney
4c9fab4fcd
Merge branch 'WizardJesse1-patch-11'
...
Closes #141
2016-01-31 23:37:59 +00: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
e194a6b46c
Fixed food eating delays
...
* Removed the equal check due to causing issue's with food delays since when you eat one food it should be on the same tick
2016-01-31 15:50:20 -05: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