LorinthsRpgMobs

This is a simple 'plug and play' plugin that adds a difficulty to creatures, and a Level Indication based on their distance from Spawn. The current formula to get the mobs level is by default as follows....
(((Distance from closest spawnpoint) - CenterBuffer) / Distance) + 1 = Mob Level
-
This gives the result of creatures 0 - 49 blocks from spawn = Level 1. 50-99 = Level 2, etc
-
The distance value of, 50, can be modified by your own choice
What these levels change and add...
-
Increases Damage / Health a monster has (these levels play into configurable formulas that increase damage and health)
-
Adds armor to creatures at specific increments (configurable)
-
Gives different loot drops based on level
Level Regions
Level regions can be created (in conjunction with World Guard) to create zones of stronger/weaker mobs!
You simply create a level region with the worldguard id and give it a level!
From there you can customize mob names based on regions!
Mob Variants
Commands
- /lrm - displays all available commands of the ones listed below (if not listed check permissions)
- /lrm butcher [radius] - kills all entities loaded in world that aren't tamed
- /lrm region - access to all region commands
- /lrm reload - saves/reloads config files
- /lrm spawnpoint - access to all spawnpoint commands
- /lrm update - updates the plugin, takes effect after server restart
Permissions
- lrm.admin - gives access to most the commands above
- lrm.butcher - gives access to the butcher command
- lrm.update - gives access to /lrm update - uses auto updater to allow for automatic updates!
Videos
- Mob Hunting
- Battlelevels
- Heroes
- Skill API
- EnchantmentApi
- MythicMobs
- Health Bar
- Mob Health
- Elite Mobs
- Quests
- DungeonsXL
- MMOCore
- MMOItems
- RedProtect
- GriefPrevention (and GriefPreventionFlags)
- TardisWeepingAngels
- WorldGuard



- bukkit version
- LRM version
- links to a Pastebin including your config files and the error
-
View User Profile
-
Send Message
Posted Feb 19, 2014@firesofhades
Right now its pretty early in its development(aka just an hour or two of work) but I'll be sure to release it to you once I'm comfortable its cleaned up and more efficient =)
-
View User Profile
-
Send Message
Posted Feb 19, 2014@Arrxzon
Nope! It should work just fine with Health Bar!
-
View User Profile
-
Send Message
Posted Feb 19, 2014@BSeeker69
Directly with heroes I don't see why not. Now if the levels affect anything with heroes other than making the creatures harder, it probably doesn't. I'm not positive on the core mechanics that Heroes uses, but it should work together alright
-
View User Profile
-
Send Message
Posted Feb 19, 2014would this conflict with plugins such as health bar ?
-
View User Profile
-
Send Message
Posted Feb 19, 2014i'd love to see and maybe use the source, any chance i can get it? :)
-
View User Profile
-
Send Message
Posted Feb 19, 2014I have a question, and whether your plugin with the plugin Heroes?
-
View User Profile
-
Send Message
Posted Feb 17, 2014Should have a version with at least a config.yml out tonight
-
View User Profile
-
Send Message
Posted Feb 17, 2014@Waffleischeezey
Yeah thats for the great idea! I can scale the exp accordingly.
Just to clarify thats the basic minecraft enchantment exp correct?
-
View User Profile
-
Send Message
Posted Feb 17, 2014@odequin
Ah yeah it might be your world file, what is the name of your world? I think its set to look at "world" if thats not the case it probably won't find that, I'll throw that in the config.yml also!
Its also for Bukkit 1.7.x
EDIT: Found that its looking specifically for "world". "world_nether", and "world2"
Thats my fault I wrote this plugin for my server and I'm trying to adapt it to be open use =)
-
View User Profile
-
Send Message
Posted Feb 15, 2014@odequin
I must be missing something here, what version is this for exactly? does it run with bukkit? How do you properly install this? does it need any other mods?
-
View User Profile
-
Send Message
Posted Feb 15, 2014Awesome plugin, please add extra EXP for higher levels you could make a toggle for that in the config.yml file your going to create.
-
View User Profile
-
Send Message
Posted Feb 14, 2014All my mobs seem to be level 0 no matter how far from spawn I get, any ideas?
-
View User Profile
-
Send Message
Posted Feb 10, 2014@Eonteam
Sorry for the delay!
I've been hard testing my other plugin in development this ones been on the back burner but I'll be sure to focus on getting the yml's out for you guys!
-
View User Profile
-
Send Message
Posted Feb 10, 2014@johnharthwick
Sorry for the late reply!
But it is in fact compatible with Health Bar! So use it to your hearts content =)
-
View User Profile
-
Send Message
Posted Feb 9, 2014This plugin is amazing, just what I was looking for! Just a question though, do you know if it will be compatible with Health Bar?
-
View User Profile
-
Send Message
Posted Feb 7, 2014Might add a drop system that is easy to setup
waiting for monster.yml config.yml to test it
-
View User Profile
-
Send Message
Posted Feb 5, 2014If you have any suggestions or desired features on top of this just leave a comment and I'll get to it when I can!