Add same_as for premium user
Code (YAML):
MYTHICMOBSINTERNALNAME_2:
same_as
: MYTHICMOBSINTERNALNAME
MYTHICMOBSINTERNALNAME:
USE:
FORMULA
: true
LIMITED_XP
: false
COMMAND
: false
LEVEL_END
: true
CONDITIONS:
CONDITION1
: '
%mmocore_level%;>=;5;NUMBER' #you can check by >=, >, <=, <
CONDITION2
: '
%mmocore_is_casting%;==;true;BOOLEAN' #only ==
CONDITION3
: '
%mmocore_class%;==;KNIGHT;STRING' #only ==
CUSTOM_FORMULA:
EXAMPLE1
: '
%mob_xp% * 2'
EXAMPLE2
: '
%mob_xp% * 5' #cf_example2#
CHANCE1
: '
%mob_xp% * 3' #cf_example2#
COMMAND:
OUT_OF_BOUNDS
:
- 'eco give
%player_name% #cf_EXAMPLE1# ;#cf_CHANCE1#' #execute commands with rate If the rate of the config is greater than or equal to the system rate (random 1->100), the command will be executed
- 'eco give
%player_name% #cf_EXAMPLE1#' #chance = 100%
- '
#CONDITION1#;eco give %player_name% #cf_EXAMPLE2#;#cf_CHANCE1#' #condition
WITHIN_LIMITS
:
- 'eco give
%player_name% #cf_EXAMPLE2#'
FORMULA:
OUT_OF_BOUNDS:
LOWER
:
- '
%mob_xp%'
HIGHER
:
- '
#CONDITION2#;#cf_CHANCE1#;#cf_EXAMPLE1#'
WITHIN_LIMITS
:
- '
#CONDITION1#;#cf_EXAMPLE1#;#cf_EXAMPLE2#'
XP:
DEFAULT
: 1
MAX
: 1
LEVEL:
END
: 10
MAX
: 5
MIN
: 1
For Premium, ignore
Code (Text):
MOBS: #List mob, if you don't list here, mob won't give xp
- MYTHICMOBSINTERNALNAME
in config, just config mob in mobs.yml and it'll auto work ~~
For Free: You need list your mob into
Code (Text):
MOBS: #List mob, if you don't list here, mob won't give xp
- MYTHICMOBSINTERNALNAME
in config.yml