Commit Graph

803 Commits

Author SHA1 Message Date
Indyuce
9727f02051 New register stuff 2022-03-05 10:31:40 +01:00
Indyuce
be22442a78 MMOCore 1.9.2 dev build 2022-03-05 10:05:47 +01:00
Indyuce
611cdb390b Fixed issue with waypoint costs 2022-03-05 10:05:08 +01:00
Indyuce
6896d06657 MM based skills now reload when using /mm reload 2022-03-05 00:46:07 +01:00
Indyuce
1017bff05d Fixed an issue with default skills and /mmocore reload 2022-03-05 00:17:41 +01:00
Indyuce
bcf519e6f5 cleanup 2022-03-05 00:04:29 +01:00
Indyuce
8b708e78ff Revert "Added timer to default skill configs"
This reverts commit d044fe3f
2022-03-04 23:40:06 +01:00
Indyuce
d044fe3f3c Added timer to default skill configs 2022-03-04 23:38:25 +01:00
Gunging
3cbc0126bf With this, misconfigured regions (most notably the example one :kekwolf:) should not crash the plugin, and instead only print an error message. 2022-03-03 17:51:44 -06:00
Gunging
48a2ada8e6 Allows {mana_color} placeholder in class skill lore, to complement {mana_name} 2022-03-03 13:01:16 -06:00
ASangarin
4be7379ed2 added a "no stamina" option to the casting action bar 2022-03-01 15:16:59 +01:00
ASangarin
600a2b1e3c why was this even here? 2022-03-01 15:10:37 +01:00
Jules
e6cfecb608 Updated ver nb 2022-02-27 23:28:07 +01:00
Indyuce
09bd1eec3d !waypoints improvements 2022-02-27 13:24:25 +01:00
Indyuce
fff24aa077 custom item recode 2022-02-27 13:16:52 +01:00
Indyuce
e27980f18d chest particle refactor 2022-02-27 11:26:21 +01:00
Indyuce
8317fc4ca1 command api refactor 2022-02-27 11:24:08 +01:00
Indyuce
a7592e7b6e Public release 2022-02-26 23:09:36 +01:00
Indyuce
cb460b7752 Fixed an issue with loot chest unregistration 2022-02-26 22:44:11 +01:00
Indyuce
52c2a07e47 No item skills cast when in casting mode 2022-02-26 22:15:01 +01:00
Indyuce
5ee8a8e219 Fixes double stamina cost 2022-02-26 11:02:40 +01:00
Indyuce
680c7c50ba Fixes infinite exp bug 2022-02-25 23:32:05 +01:00
Jules
3e0f71aa37 Merge remote-tracking branch 'origin/master' 2022-02-25 20:54:32 +01:00
Jules
72d2bef1a6 Improved comments 2022-02-24 16:41:15 +01:00
Jules
92e6c17c8d Improved waypoint error messages 2022-02-23 18:48:04 +01:00
Indyuce
da4e3763cc !improved request code 2022-02-20 12:38:26 +01:00
Indyuce
06f1ab2ab0 Increased PlayerData#boundSkills security 2022-02-19 13:09:30 +01:00
Indyuce
3b09398ebc Added /mmocore admin exp take 2022-02-19 12:50:09 +01:00
Indyuce
18b2e032f3 Fixed an issue with /mmocore debug statmods 2022-02-19 10:22:31 +01:00
Jules
b379597afb Fixed an error message with non existing skill modifiers 2022-02-16 17:24:11 +01:00
Indyuce
532fe31833 Improved error messages 2022-02-12 12:55:39 +01:00
Indyuce
9ddaa27360 Fixed an issue with tool perm parents 2022-02-12 12:23:30 +01:00
Indyuce
0b734132e3 Commented out class triggers 2 2022-02-12 11:07:02 +01:00
Indyuce
3ef9011b9a Commented out class triggers 2022-02-12 11:05:19 +01:00
Indyuce
1d6c7377a2 Merge remote-tracking branch 'origin/master' 2022-02-12 11:02:14 +01:00
Jules
0146a2f643 Fixed an issue wiht passive skills 2022-02-09 18:53:14 +01:00
Jules
5457ce8e59 build 2022-02-06 23:54:24 +01:00
Jules
b2f07e0c20 Support for latest ML 2022-02-06 23:51:23 +01:00
Jules
fa6b54542c Fixed silent skills 2022-02-06 22:26:38 +01:00
Jules
be6d181c08 Fixed an NPE 2022-02-06 22:17:04 +01:00
Jules
d0a64850fe !back to 1.9 2022-02-06 21:36:26 +01:00
Jules
b9fab32f88 Fully added back event triggers 2022-02-06 21:23:07 +01:00
Jules
fd3a245125 Support for KingdomsX 2022-02-06 17:52:53 +01:00
Jules
db90693676 Support for more guild/party plugins 2022-02-06 17:40:32 +01:00
Jules
87ffe8e621 Fixed an issue with default passive skills 2022-02-06 17:39:19 +01:00
Gunging
e20eb8b547 Allows timer triggers, tested with passive class skills:
```yml
name: Panic Attacks
passive-type: TIMER_100

lore:
- '<#FFE6EE>Occasional huge speed increase for short time.'
- ''
- 'Speed Intensity: &fVII'
- 'Speed Duration &b&o♥&7: &f{duration}s'
```

duration:
  base: 5.6667
  per-level: 0.6667
mana:
  base: 0
  per-level: 0
stamina:
  base: 5
  per-level: 0
cooldown:
  base: 60
  per-level: -1
2022-02-04 13:57:33 -06:00
Ethan
d7929ebd64 Merge branch 'additional_profession_experience' into 'master'
!Adds functionality for the new `Additional Profession Experience` stat in mmoitems.

See merge request mythiccraft/mmocore!5
2022-02-04 02:05:59 +00:00
Ethan
1d5616231c Adds functionality for the new Additional Profession Experience stat in mmoitems. 2022-02-03 21:01:44 -05:00
Ethan
40af473bdf Merge branch 'additional_profession_experience' into 'master'
Additional Profession Experience Stat Functionality

See merge request mythiccraft/mmocore!4
2022-02-04 01:59:39 +00:00
Ethan
4eb7291a07 !init 2022-02-03 00:46:54 -05:00