Jump to content
  • 0

Abracadabra Skill Monster monster


Question

Posted

I tried to clean abra_db.yml and removed the SA_SUMMONMONSTER.

 

However The abracadabra skill still summons a monster. I want to remove the functionality of the skill to spawn any monster. Thank you!

3 answers to this question

Recommended Posts

  • 0
Posted

I can't remember if SA_MONOCELL has something to do with summons.

SA_CLASSCHANGE is the one that transforms a monster iirc. Try removing these:

 

 - Skill: SA_CLASSCHANGE
    Probability:
      - Level: 5
        Probability: 10
      - Level: 6
        Probability: 10
      - Level: 7
        Probability: 20
      - Level: 8
        Probability: 20
      - Level: 9
        Probability: 30
      - Level: 10
        Probability: 30
  - Skill: SA_SUMMONMONSTER
    Probability:
      - Level: 1
        Probability: 100
      - Level: 2
        Probability: 200
      - Level: 3
        Probability: 300
      - Level: 4
        Probability: 400
      - Level: 5
        Probability: 500
      - Level: 6
        Probability: 600
      - Level: 7
        Probability: 700
      - Level: 8
        Probability: 800
      - Level: 9
        Probability: 900
      - Level: 10
        Probability: 1000

and this
 

  - Skill: SA_MONOCELL

 

  • 0
Posted
4 hours ago, TheKingDino said:

I can't remember if SA_MONOCELL has something to do with summons.

SA_CLASSCHANGE is the one that transforms a monster iirc. Try removing these:

 


 - Skill: SA_CLASSCHANGE
    Probability:
      - Level: 5
        Probability: 10
      - Level: 6
        Probability: 10
      - Level: 7
        Probability: 20
      - Level: 8
        Probability: 20
      - Level: 9
        Probability: 30
      - Level: 10
        Probability: 30
  - Skill: SA_SUMMONMONSTER
    Probability:
      - Level: 1
        Probability: 100
      - Level: 2
        Probability: 200
      - Level: 3
        Probability: 300
      - Level: 4
        Probability: 400
      - Level: 5
        Probability: 500
      - Level: 6
        Probability: 600
      - Level: 7
        Probability: 700
      - Level: 8
        Probability: 800
      - Level: 9
        Probability: 900
      - Level: 10
        Probability: 1000

and this
 


  - Skill: SA_MONOCELL

 

Removed those. However it seems that the skill still summons random monster.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...