VE - Materia System

● ARCHIVED · READ-ONLY
Started by Victor Sant 312 posts Page 6 of 16 View original ↗
  1. I have a doubt. I put 2 lines of materials to be equipped for every character , regardless of whether equipment or not. But when I create a matter , I do not know how to make it be equipped only that line slots. I have already put several commands and nothing . The most we could do was make it to be fitted in all slots. Can anyone help me with this?
  2. @Hitsumaki Post the setup you've done until now. Also, you should elaborate better what you want, I don't get what you mean by 'line of materials' or 'line slots'.
  3. I have got the materia system up and running a ok, thank you for this :)  quite straight forward to use and really cool to have!


    @hitsumaki I am guessing you are trying to create restricted materia to specific people? 


    As Victor has said, you need to post what values you are using in the character note tags as well as the materia tags you are using.
  4. I'm not very good at expressing myself , so I do with pictures to facilitate .

    As you can see in the character menu has two rows of slots for materials, the " Cristais Ofensivos " and " Cristais Defensivos ." But , as you can notice , the matter that I give to equip the two , and what I really want is for them to be fitted in one of them , or the ofensivo or the defensivo , and need not have equipment for that. It is possible?

    Excuse my ignorance on this question . From already thank you very much for your help.






    actor.jpg


    materia 2.jpg


    materia.jpg
  5. On the slot setups, instead of 0 (zero) use the Id of the armor that you're using to create your materia.


    For example, using the default values when you create a new project, the Armor Type 1 is 'General Armor'. If you set the slots like 1:1:1 (rather than 0:0:0), only materias that were created using armors with armor type 1 (General Armor) as base will be equipable on those slots.
  6. Code:
    It worked !
    I created 2 more types of specific armor for the materials and put the characters so that they can equip them . I put the command 7: 7: 7 and 8: 8: 8 and it worked!
    Thanks a lot for the help!
    This Materia System is great.
  7. hi, could someone please show me an example of assigning how many slots a weapon can have ( whats put in the notetag of a weapon ) my brain is fried from all the plugins I just set up ( hudells ) and my children xD lol thankyou
  8. InsanePridee said:
    hi, could someone please show me an example of assigning how many slots a weapon can have ( whats put in the notetag of a weapon ) my brain is fried from all the plugins I just set up ( hudells ) and my children xD lol thankyou

    What about this example provided on the plugin help itself?

    Code:
    ------------------------------------------------------------------------------
    Example Notetags (Weapon and non-materia armor):
    ------------------------------------------------------------------------------
    
     <materia slots: 0=0:0:0>
      Equipment with 4 slots, one linked pair and two independent.
    
    ---------------
    
     <materia slots: 0=0:0=0, growth 0, icons 245, 246, 245, 246>
      Equipment with 4 slots, two linked pairs, with growth x0 and 4 custom icons.
    
    ---------------
    
     <materia slots: 1=2:1=2, icons 248, 249, 248, 248>
      Equipment with 4 slots, two linked pairs, and 4 custom icons.
      The 1st slot of each pair can be equiped only by 'General Armor'.
      The 2nd slot of each pair can be equiped only by 'Magic Armor'.
  9. thanks vic, I didn't even see them in the plugin help sorry. thanks for all your hard work and plugin's.  love ya xxx


    I don't have to put anything else anywere?? I have <materia slots: 0=0:0:0> in the weapon notes but doesn't show any slots in the menu in game, am using yanfly weapon upgrades and augments. maybe that's why its not showing up.
  10. Hey guys!


    I have a problem with my ALL materia. I want to use it once per battle ( @lv1 once, @lv2 twice and so on) 


    I set my note tag like this 


    <materia>


    Type: support


    Ap: 100, 200, 400, 800, 1600, 3200


    Paired: all, 'all targets'


    Limited


    </materia>


    But i can use it how much i can in battle... whats my mistake?


    Edit: if ihe count of the All is full, the magic materia can be used only on a singel target how much i want!
  11. blade26 said:
    Hey guys!


    I have a problem with my ALL materia. I want to use it once per battle ( @lv1 once, @lv2 twice and so on) 


    I set my note tag like this 


    <materia>


    Type: support


    Ap: 100, 200, 400, 800, 1600, 3200


    Paired: all, 'all targets'


    Limited


    </materia>


    But i can use it how much i can in battle... whats my mistake?


    Edit: if ihe count of the All is full, the magic materia can be used only on a singel target how much i want!

    I believe there is a setting in the Plugin Setup that controls this.
  12. Ok, can you tell me what i have to change? Thx
  13. blade26 said:
    Ok, can you tell me what i have to change? Thx

    My bad, that was the All damage multiplier and Materia breeding I was thinking of.
  14. Ok i thought i have overred it... but what is my mistake with my problem?
  15. Hello everyone, this plugin works correctly with version 1.3.1?
    I have this error message when i try to equip a materia.
    "Cannot read proprety "name" of undefined.
    I do not have this error using the plugin in an old project created with an anterior version 1.3.1.




    Actor notetag:


    <materia slots>


    Head: 0:0:0:0


    Left Hand: 0=0:0=0


    Right Hand: 0=0=0


    Equip 4: 0:0


    Equip 5: 0:0


    </materia slots>


    Materia notetag:


    <materia>


    ap: 2000, 18000, 35000


    price: 42000


    elements: 2


    skills: 1:9, 2:11, 3:13


    </materia>



     






    Code:
    I did something wrong ?
    I tested several other notetage without success and I would really , really, really use this script.
  16. Small question ... You can make it what the donated bonus parameters from materia, they increased with the increase of the level of materia same ???


    EX:


    Liv Materia 1  MP + 5%


    Liv Materia 2  MP + 10%


    Liv Materia 3  MP + 15%


    and so on...
  17. From the plugin help:

    Code:
     *  - Effects
     *  Effects are varied effects that are based on the current materia level.
     *  For example, if setup 'effect: hp +10%' and the materia is at level 3, the
     *  actor will gain +30% HP. You can add as many tags for different effects. 
     *  Any numeric value can also be negative. You can add a text after the
     *  effect, this will make the text to be displayed instead of the effect name.
     *  You can use escape codes on the text. You can also let the text empity 
     *  (but adding the text setup) to make the effect information to be skiped.
     *    stat +x%         : Changes a param, sparam or xparam.
     *    damage +x%       : Changes the damage of the materia skills.
     *    elemental +x%    : Apply the materia elements to weapon or armor.
     *    added effect +x% : Apply the materia states to weapon or armor.
     *     Ex.: effect: damage +20%
     *          effect: cnt +10%, 'Counter Up'
     *          effect: hp +10%, '\i[32]'
     *          effect: mp cost +10%, ''  // this will be skiped
  18. Thank you so much !!! Advice .... have you ever thought of creating a screen at the end of the battle


    in which the materia shows that levels up with skill and parameters ??? Like LEVEL UP of the actors???  ;)
  19. @Victor Sant I found a compatibility issue with the Materia system and the YEP_ItemCore, if the ItemCore is enabled you cannot view your Materia in it's own window. Any chance for a compatibility fix?
  20. SusanooEyes said:
    Any chance for a compatibility fix?

    No plans for now, I'm more worried in making my own plugins with my limited time.