Jump to content
  • 0

Disable Manhole to emperium and guardian stone?


Styx15

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  155
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

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.

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

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

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