Jesse Woolsey
931363ff4e
* Npcs added to Falador
2016-02-13 10:18:06 -05:00
Jesse Woolsey
d5aa94ab6c
* Fix mob.stop_animation
2016-02-13 08:32:32 -05:00
Jesse Woolsey
574371f578
* Fix Spam Clicking for Magic
...
* Fix OverRide Magic Spells
* Fix Process Element check
* Runes Read In the correct of how Runescape does (primary, elemental)
* Changed MAGIC_SKILL_ID for add exp to Skill::Magic
2016-02-13 03:21:47 -05:00
Jesse Woolsey
8bc3ba60ac
* Varrock Npcs
...
* Fixed The big indent so it should be readable now
2016-02-12 17:19:18 -05:00
WizardJesse1
31d8d9ab17
Added Edgeville Npcs
2016-02-12 06:47:56 -05:00
WizardJesse1
ca1f09aece
Added Edgeville Npcs
...
* Added every npc that was missing from edgeville
* Removed and moved any npcs that were not in the correct area
2016-02-12 06:23:55 -05:00
WizardJesse1
1162eac7ad
More Npcs to Al-Kharid
...
* Added every npc that was missing from al-kharid
* Removed and moved any npcs that were not in the correct area
2016-02-12 03:42:17 -05:00
Ryley Kimmel
dd9edb358d
Merge pull request #202 from ryleykimmel/issue179
...
Rebase HintIconMessage
2016-02-11 11:36:05 -05:00
atomicint
437a664f00
Rebase HintIconMessage
...
- Split HintIconMessage into two separate classes (PositionHintIconMessage and MobHintIconMessage)
- Split HintIconMessageEncoder into two separate encoders (PositionHintIconMessageEncoder and MobHintIconMessageEncoder)
This resolves #179
Add PositionHintIconMessage#reset
Fix parse errors introduced in e799577
This also resolves #181
Order enumerators by value
Clean up PositionHintIconHintMessageEncoder for 377/317
2016-02-11 11:35:20 -05:00
Major-
d6ac9eeeaa
Remove message filtering
2016-02-11 13:07:02 +00:00
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
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
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
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
Major
b11d38a673
Merge pull request #166 from ryleykimmel/issue164
...
Notify area listeners upon login
2016-02-07 11:20:39 +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
18a4d69443
Notify area listeners upon login
2016-02-07 03:48:18 -05:00
atomicint
6bb0c70c07
Fixed "It heals some health" food consumable message.
2016-02-03 19:21:53 -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
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
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