Jump to content
  • 0

skill_castend_pos2: Unknown skill used:2005


Question

Posted

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

14 answers to this question

Recommended Posts

  • 1
Posted
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.

  • 0
Posted
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

  • 0
Posted
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,

  • 0
Posted
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....

  • 0
Posted
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

  • 0
Posted
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.....

  • 0
Posted
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 

  • 0
Posted
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

  • 0
Posted

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

  • 0
Posted
  - 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

  • 0
Posted
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 ? 

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