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
|
8a5a1b1070
|
Fixed default database
|
2022-03-01 14:03:56 +01:00 |
|
Jules
|
064c35b7d6
|
Reverted waypoint changes
|
2022-03-01 13:37:31 +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 |
|
Jules
|
d38ac076a4
|
added back class triggers
|
2022-01-31 20:37:09 +01:00 |
|
Jules
|
62999f1c61
|
modified fishing drop item loading
|
2022-01-31 20:36:56 +01:00 |
|
Indyuce
|
832e1e4d34
|
fixed error message when using /mmocore reload
|
2022-01-30 13:36:42 +01:00 |
|
Indyuce
|
d4f1477bea
|
fixed tool perms parenting
|
2022-01-30 13:17:34 +01:00 |
|
Indyuce
|
77fd7892ef
|
added exp tables to classes
|
2022-01-30 13:00:55 +01:00 |
|
Indyuce
|
333ecf93da
|
allow blocks with no drop tables
|
2022-01-30 13:00:30 +01:00 |
|
Indyuce
|
584619070b
|
Fixed default class configs
|
2022-01-30 10:08:57 +01:00 |
|