Jump to content
  • 0

skill_castend_pos2: Unknown skill used:2005


Emad

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

help windcutter won't do any effect ? 

[warning]: skill_castend_pos2: Unknown skill used:2005

how to fix i tried redit skill.cpp and redownload fresh one but did not work either other skill work fine ...???

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

4 minutes ago, emadkm said:

not redefine in skill.cpp i mean server mode .but please if you have correct scripting of old windcutter share it

You didnt get it.
All the lines between:

#ifdef RENEWAL
(...)
#endif

will not be read if the server mode is set do PRE-REN.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

17 minutes ago, emadkm said:

help windcutter won't do any effect ? 

[warning]: skill_castend_pos2: Unknown skill used:2005

how to fix i tried redit skill.cpp and redownload fresh one but did not work either other skill work fine ...???

The skill must be declared on skill.HPP. Also, checks skill_db.txt

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

6 minutes ago, buraquera said:

The skill must be declared on skill.HPP. Also, checks skill_db.txt

i checked in skillhpp it's : RK_WINDCUTTER,

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

6 minutes ago, emadkm said:

i checked in skillhpp it's : RK_WINDCUTTER,

You have to give more informations.... This is not a standard issue, its something you did that has caused the error.

Are there more Skills with the same problem? Have you checked skill_db??  .....

If you are trying to use a renewall skill on pre-renewall server you have to make many changes, including copying the skill on re/skill_db to pre/skill_db....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

5 minutes ago, buraquera said:

You have to give more informations.... This is not a standard issue, its something you did that has caused the error.

Are there more Skills with the same problem? Have you checked skill_db??  .....

If you are trying to use a renewall skill on pre-renewall server you have to make many changes, including copying the skill on re/skill_db to pre/skill_db....

i did it work fine  but windcutter won't work it just cast without effect

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

2 minutes ago, emadkm said:

i did it work fine  but windcutter won't work it just cast without effect

Is it PRE-Renewall with renewall skillss server??

if yes you may have to check every soruce file that call that skill. Such as battle.cpp, skill.cpp, pc.cpp etc.....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

On 7/29/2020 at 2:22 AM, buraquera said:

Is it PRE-Renewall with renewall skillss server??

if yes you may have to check every soruce file that call that skill. Such as battle.cpp, skill.cpp, pc.cpp etc.....

i redefine to pre-re

but i think it's from skill.cpp the script is missing and i rescript but it failed and don't know the correct scripting 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

1 minute ago, emadkm said:

i redefine to pre-re

There are some lines in the sources file like:

#if PACKETVER >= 20180207
and
#ifdef RENEWAL

So if you just redefine to pre-re, the code after #ifdef RENEWAL will NOT WORK because its not def RENEWAL. So you have to check everything if you want to redefine to pre-renewall and have renewall features.

Some features may be simple to define, other dont.

Next time, try to provide more details when asking something. I know you are in a PRE-REN because i read on Discord. It certainly will help you be properly answered


Sry bad english

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

not redefine in skill.cpp i mean server mode .but please if you have correct scripting of old windcutter share it

On 7/29/2020 at 2:56 AM, buraquera said:

You didnt get it.
All the lines between:


#ifdef RENEWAL
(...)
#endif

will not be read if the server mode is set do PRE-REN.

i know man but the skill don't have #ifdef renewal

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.01
  • Content Count:  35
  • Reputation:   5
  • Joined:  04/10/20
  • Last Seen:  

What about just copy the actual running skill, add another case of it right above the default?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

fixed refixed the skill_db.yml

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  11/17/16
  • Last Seen:  

On 8/20/2020 at 12:08 AM, emadkm said:

fixed refixed the skill_db.yml

im having same issue, what should i fix in skill_db.yml?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  82
  • Reputation:   4
  • Joined:  10/20/16
  • Last Seen:  

  - Id: 2005
    Name: RK_WINDCUTTER
    Description: Wind Cutter
    MaxLevel: 5
    Type: Weapon
    TargetType: Self
    DamageFlags:
      Splash: true
    Hit: Single
    HitCount: 1
    Element: Weapon
    SplashArea:
      - Level: 1
        Area: 1
      - Level: 2
        Area: 1
      - Level: 3
        Area: 2
      - Level: 4
        Area: 2
      - Level: 5
        Area: 3
    CopyFlags:
      Skill:
        Reproduce: true
    AfterCastActDelay: 1000
    Cooldown:
      - Level: 1
        Time: 800
      - Level: 2
        Time: 650
      - Level: 3
        Time: 500
      - Level: 4
        Time: 350
      - Level: 5
        Time: 200
    Requires:
      SpCost:
        - Level: 1
          Amount: 34
        - Level: 2
          Amount: 38
        - Level: 3
          Amount: 42
        - Level: 4
          Amount: 46
        - Level: 5
          Amount: 50
      Weapon:
        Dagger: true
        1hSword: true
        2hSword: true
        1hSpear: true
        2hSpear: true

Correction

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/09/21
  • Last Seen:  

On 1/13/2021 at 7:00 PM, Hakahay said:

  - Id: 2005
    Name: RK_WINDCUTTER
    Description: Wind Cutter
    MaxLevel: 5
    Type: Weapon
    TargetType: Self
    DamageFlags:
      Splash: true
    Hit: Single
    HitCount: 1
    Element: Weapon
    SplashArea:
      - Level: 1
        Area: 1
      - Level: 2
        Area: 1
      - Level: 3
        Area: 2
      - Level: 4
        Area: 2
      - Level: 5
        Area: 3
    CopyFlags:
      Skill:
        Reproduce: true
    AfterCastActDelay: 1000
    Cooldown:
      - Level: 1
        Time: 800
      - Level: 2
        Time: 650
      - Level: 3
        Time: 500
      - Level: 4
        Time: 350
      - Level: 5
        Time: 200
    Requires:
      SpCost:
        - Level: 1
          Amount: 34
        - Level: 2
          Amount: 38
        - Level: 3
          Amount: 42
        - Level: 4
          Amount: 46
        - Level: 5
          Amount: 50
      Weapon:
        Dagger: true
        1hSword: true
        2hSword: true
        1hSpear: true
        2hSpear: true

Correction

did u have for hell plant genetic skill ? 

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