Jump to content
  • 0

Disable Manhole to emperium and guardian stone?


Question

Posted (edited)

hello i want to ask how to set disable Manhole to emperium or guardian stone ? 
Because when manhole near emperium,emperium disable / can't be hit...
i hope someone can help me..thank you...

Edited by Styx15

2 answers to this question

Recommended Posts

  • 0
Posted

Go to skill_db.yml and find SC_MANHOLE or Id: 2299 

 

  - Id: 2299
    Name: SC_MANHOLE
    Description: Man Hole
    MaxLevel: 3
    Type: Magic
    TargetType: Ground
    DamageFlags:
      NoDamage: true
    Range: 7
    Hit: Single
    HitCount: 1
    ActiveInstance: 3
    CastCancel: true
    CastTime: 1000
    AfterCastActDelay: 2000
    Duration1:
      - Level: 1
        Time: 5000
      - Level: 2
        Time: 10000
      - Level: 3
        Time: 15000
    Duration2:
      - Level: 1
        Time: 5000
      - Level: 2
        Time: 10000
      - Level: 3
        Time: 15000
    Requires:
      SpCost:
        - Level: 1
          Amount: 20
        - Level: 2
          Amount: 25
        - Level: 3
          Amount: 30
      ItemCost:
        - Item: Paint_Brush
          Amount: 0
        - Item: Surface_Paint
          Amount: 1
    Unit:
      Id: Manhole
      Range: 1
      Interval: 1000
      Flag:
        NoReiteration: true
        NoFootSet: true
        RemovedByFireRain: true

and add bellow DamageFlags: put this:

 

    Flags:
      TargetEmperium: false

save and reload.

 

 

  • 0
Posted
On 2/24/2022 at 6:55 AM, EIysium said:

Go to skill_db.yml and find SC_MANHOLE or Id: 2299 

 

  - Id: 2299
    Name: SC_MANHOLE
    Description: Man Hole
    MaxLevel: 3
    Type: Magic
    TargetType: Ground
    DamageFlags:
      NoDamage: true
    Range: 7
    Hit: Single
    HitCount: 1
    ActiveInstance: 3
    CastCancel: true
    CastTime: 1000
    AfterCastActDelay: 2000
    Duration1:
      - Level: 1
        Time: 5000
      - Level: 2
        Time: 10000
      - Level: 3
        Time: 15000
    Duration2:
      - Level: 1
        Time: 5000
      - Level: 2
        Time: 10000
      - Level: 3
        Time: 15000
    Requires:
      SpCost:
        - Level: 1
          Amount: 20
        - Level: 2
          Amount: 25
        - Level: 3
          Amount: 30
      ItemCost:
        - Item: Paint_Brush
          Amount: 0
        - Item: Surface_Paint
          Amount: 1
    Unit:
      Id: Manhole
      Range: 1
      Interval: 1000
      Flag:
        NoReiteration: true
        NoFootSet: true
        RemovedByFireRain: true

and add bellow DamageFlags: put this:

 

    Flags:
      TargetEmperium: false

save and reload.

 

 

not working...

somebody help me ... /sob

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...