Jump to content

sebadotpy

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by sebadotpy

  1. Hi!

    i don't know if my question are for this topic, if not please move to the correct place

    I have a problem with the concentration, awakening and berserker potion, they don't give any aspd, the game show me the icon they are on, but on the stats nothing change, i search thought the forum but i dont found answers ?

    this is my item_db_usable.yml

      - Id: 645
        AegisName: Center_Potion
        Name: Concentration Potion
        Type: Usable
        Buy: 800
        Weight: 100
        Flags:
          BuyingStore: true
        Script: |
          sc_start SC_ASPDPOTION0,1800000,0;
      - Id: 656
        AegisName: Awakening_Potion
        Name: Awakening Potion
        Type: Usable
        Buy: 1500
        Weight: 150
        Jobs:
          Alchemist: true
          Archer: true
          Assassin: true
          Blacksmith: true
          Crusader: true
          Gunslinger: true
          Hunter: true
          Knight: true
          Mage: true
          Merchant: true
          Monk: true
          Ninja: true
          Novice: true
          Rogue: true
          Sage: true
          SoulLinker: true
          StarGladiator: true
          SuperNovice: true
          Swordman: true
          Taekwon: true
          Thief: true
          Wizard: true
        EquipLevelMin: 40
        Flags:
          BuyingStore: true
        Script: |
          sc_start SC_ASPDPOTION1,1800000,0;
      - Id: 657
        AegisName: Berserk_Potion
        Name: Berserk Potion
        Type: Usable
        Buy: 3000
        Weight: 200
        Jobs:
          Alchemist: true
          Blacksmith: true
          Crusader: true
          Gunslinger: true
          Knight: true
          Mage: true
          Merchant: true
          Rogue: true
          SoulLinker: true
          StarGladiator: true
          Swordman: true
          Taekwon: true
          Wizard: true
        EquipLevelMin: 85
        Flags:
          BuyingStore: true
        Script: |
          sc_start SC_ASPDPOTION2,1800000,0;

     

    my server is pre renewal and im using the 2018 -06-20 eRagexRE

     

    thanks!

×
×
  • Create New...