Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I am trying to create a RPG server using 'heroes plugin'. Heroes plugin uses custom attributes these are :
- strength
- constitution
- endurance
- dexterity
- intellect
- wisdom
- charisma(edited)
- I would like to be able to add these to a plugin called RPG items, this plugin allows you to create items with custom attributes and skills. I would like to be able to add the attributes from the heroes plugin on items, by using the RPGitems plugin ( I asked the creator of RPG items if it was oke to create a custom plugin hooking in the existing one and he was ok with it (can show proof if neccesary).
- The way you create items in the RPGitems ingame is like this (example):
- /rpgitem power_sniper create
- /rpgitem power_sniper damage 15
- /rpgitem power_sniper power rangedonly
- /rpgitem power_sniper durability 100
- /rpgitem power_sniper durability togglebar
- /rpgitem power_sniper defaultdurability 10
- /rpgitem power_sniper durabilitybound 5 100
- /rpgitem power_sniper power projectile snowball 0
- /rpgitem power_sniper set projectile 1 speed 5
- /rpgitem power_sniper set projectile 1 gravity false
- /rpgitem power_sniper set projectile 1 consumption 40
- /rpgitem power_sniper power potiontick 0 slowness
- /rpgitem power_sniper set potiontick 1 consumption -1
- You can also edit this in the config file( I don't care where to add the attributes), but basicly I want to be able to add the 7 attributes to a weapon or a gear piece. I also want to be able to add a level requirement to a item (using the heroes level). The attributes and level requirement I add in the config (or ingame with commands, config is probably easier) need to show up on the weapon/gear piece ingame.
Advertisement
Add Comment
Please, Sign In to add comment