Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mmoitems [2019/10/23 11:42]
indyuce created
mmoitems [2020/07/01 03:13] (current)
Line 17: Line 17:
 MMOItems add new quest [[objectives|Quest-Folder]] to MMOCore quests, where players have to get an item and give it to a specific Citizen NPC. You can also setup quest [[triggers|Quest-Folder]] which give an MMOItem when a specific quest objective is completed. Last but not least, you can add items from MI to MMOCore [[drop tables|Drop-Tables]]. MMOItems add new quest [[objectives|Quest-Folder]] to MMOCore quests, where players have to get an item and give it to a specific Citizen NPC. You can also setup quest [[triggers|Quest-Folder]] which give an MMOItem when a specific quest objective is completed. Last but not least, you can add items from MI to MMOCore [[drop tables|Drop-Tables]].
  
-=== Item Restrictions,​ Mana+===== Item Restrictions,​ Mana======
 MMOItems features item restrictions,​ including level and class restrictions which **do work** with MMOCore. MMOItems abilities wand weapons may also use mana or stamina/​stellium which is also supported by MMOCore. MMOItems features item restrictions,​ including level and class restrictions which **do work** with MMOCore. MMOItems abilities wand weapons may also use mana or stamina/​stellium which is also supported by MMOCore.
  
-=== Extra features for MMOItems crafting+===== Extra features for MMOItems crafting======
 In MMOItems, some recipes have specific conditions which must be met for the player to be able to use the crafting recipe. MMOCore adds profession level crafting restrictions i.e players must be at least Lvl X in some profession like smithing or mining, in order to use the recipes. In MMOItems, some recipes have specific conditions which must be met for the player to be able to use the crafting recipe. MMOCore adds profession level crafting restrictions i.e players must be at least Lvl X in some profession like smithing or mining, in order to use the recipes.
-**Condition format:​** ​{{{profession <​profession-name>​ <​level-required>​}}}+**Condition format:​** ​''​profession <​profession-name>​ <​level-required>​''​
  
 **Recipe example**, where the player must be at least Lvl 5 in //​Smithing//​. **Recipe example**, where the player must be at least Lvl 5 in //​Smithing//​.
-```+<​code>​
     steel-sword:​     steel-sword:​
         output:         output:
Line 35: Line 35:
         - '​vanilla STICK . 2 Steel_Ingot'​         - '​vanilla STICK . 2 Steel_Ingot'​
         - '​mmoitem MATERIAL STEEL_INGOT 4 Steel_Ingot'​         - '​mmoitem MATERIAL STEEL_INGOT 4 Steel_Ingot'​
-```+</​code>​
  
 MMOCore also adds a new type of crafting trigger (actions made when a recipe is used), which can be used to give experience to a player (either main experience, or experience in a specific profession). MMOCore also adds a new type of crafting trigger (actions made when a recipe is used), which can be used to give experience to a player (either main experience, or experience in a specific profession).
Line 41: Line 41:
  
 **Same example**, which grants 10 //Smithing //EXP when used **Same example**, which grants 10 //Smithing //EXP when used
-```+<​code>​
     steel-sword:​     steel-sword:​
         output:         output:
Line 49: Line 49:
         triggers:         triggers:
         - 'exp smithing 10'         - 'exp smithing 10'
-```+</​code>​

mmoitems.txt · Last modified: 2020/07/01 03:13 (external edit)