Jump to content
  • 0

Abracadabra Skill Monster monster


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

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!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Comment this line and recompile your server

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  68
  • Reputation:   7
  • Joined:  02/21/19
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...