Commit Graph

108 Commits

Author SHA1 Message Date
Major- f276954998 Fix grammatically-incorrect comments introduced when renaming Events to Messages. 2014-08-08 14:20:21 +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- 9469ebe297 Create new top-level chat folder. 2014-08-08 03:53:15 +01:00
Major- 42131dcdaf Fix ::pos command. 2014-08-08 02:59:49 +01:00
Major- dbdfd067c6 Add edgeville (thanks xEliqa). 2014-08-08 02:45:02 +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- 0b6e0bdc60 Re-add bootstrap.rb. 2014-08-05 04:52:25 +01:00
Major- 08cb196143 Fix formatting throughout various plugins. 2014-08-03 18:13:44 +01:00
Major- 6349bc5892 Fix formatting and break the handler chain in the emote tab plugin. 2014-08-03 18:10:20 +01:00
Major- 107f97c226 Fix incorrect parenthesis placement in teleport.rb. 2014-08-01 16:21:05 +01:00
Major- 38db7467e5 Add comments to teleport, use the conventional ' ' for strings with no interpolation. 2014-08-01 15:17:01 +01:00
Major- 021467c92d Fix broadcast messaging bug reported by xEliqa. 2014-07-25 04:43:23 +01:00
Major- d5c19d7e31 Rename filter plugin to messaging, add broadcast command. 2014-07-25 04:08:54 +01:00
Major- ba80bb8b06 Update dummy plugin to work with the current apollo version. 2014-07-22 00:46:09 +01:00
Major- 75512c6302 Add support for banker npcs. 2014-07-22 00:35:55 +01:00
Major- 9d05349b26 Move attribute persistence to its own file. 2014-07-19 04:46:20 +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- e0f6e8618b Remove extra (missing) script from entity-spawning. 2014-07-04 20:11:50 +01:00
Major- cea982a424 Make some listeners Functional Interfaces. 2014-07-04 14:31:21 +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
Major- 3ce49872ff Add attributes system. 2014-06-29 03:05:04 +01:00
Nikki 9a7210deb1 Recursive plugin loading. 2014-05-01 13:37:44 -04:00
Dane 9da5b69b25 Fix bones id and BuryBoneAction delay.
The indices for bones were being set to "hash[:id], hash[:experience]".
instead of "hash[:id]" due to a syntax overlook.
2014-04-07 14:43:52 -04:00
Dane d8e447196a Fix bank using invalid variable.
In executeAction the variable 'character' was being used instead of.
'mob'. Just a simple overlook anybody could've made.
2014-04-07 13:44:06 -04:00
Dane d3ffb10ff0 Fix ancients teleport logic and teleport delay.
Teleporting at the first pulse with ancients feels too quick. It doesn't.
give the player enough time to get to the second part of their.
Animation.
2014-04-07 13:18:26 -04:00
Dane ac2c6b4704 Fix herblore potion using invalid skill id. 2014-04-07 12:59:41 -04:00
Dane e7bb3e5a19 Add ::runes command. 2014-04-07 12:15:57 -04:00
Major- 41f224d8e2 Cleanup and improve comments. 2014-03-09 20:46:02 +00:00
Major- 2b08bb6678 Add the runecraft skill. 2014-03-09 09:51:26 +00:00
Major- 01a9631f32 Fix bugs in the magic skill plugin. 2014-03-09 09:42:06 +00:00
Major- 1bb7b37aaa Fix mining. 2014-03-07 17:11:09 +00:00
Major- 0cbf94c20a Format bootstrap. 2014-03-07 17:09:50 +00:00
Major- 92f4c7daf5 Add an ::objectinfo command. 2014-03-06 18:26:58 +00:00
Major- 74b1b18ab1 Rename message-filter plugin to cmd-filter. 2014-02-25 08:18:15 +00:00
Major- a71d14ed55 Remove hello plugin. 2014-02-25 01:09:47 +00:00
Major- 14a7cb5ac5 Remove minor repetition in potions.rb. 2014-02-24 08:06:02 +00:00
Major- a5c95015b4 Cleanup. 2014-02-24 08:02:33 +00:00
Major- a325cd1d09 Add support for potion consumption. 2014-02-24 07:53:10 +00:00
Major- 194c031502 Start an action on consumption to prevent multiple consumptions per tick. 2014-02-24 07:52:43 +00:00
Major- 16b0ffaeeb Add consumables base and support food consumption. 2014-02-23 22:58:56 +00:00
Major- 5f4b7055c4 Make current skill level updating optional when using ::level. 2014-02-23 22:48:55 +00:00
Major- 87d1ba4478 Cleanup. 2014-02-23 19:47:13 +00:00
Major- 2dbca66606 Use constants instead of the java Skill class. 2014-02-23 19:45:52 +00:00
Major- 93f49e0769 Add constants representing the skill ids. 2014-02-23 19:45:11 +00:00
Major- 2580b6ed2b Fix ::item and ::remove commands. 2014-02-23 04:10:26 +00:00