Emad Posted July 28, 2020 Posted July 28, 2020 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 ...??? Quote
1 buraquera Posted July 28, 2020 Posted July 28, 2020 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. Quote
0 buraquera Posted July 28, 2020 Posted July 28, 2020 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 Quote
0 Emad Posted July 28, 2020 Author Posted July 28, 2020 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, Quote
0 buraquera Posted July 28, 2020 Posted July 28, 2020 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.... Quote
0 Emad Posted July 28, 2020 Author Posted July 28, 2020 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 Quote
0 buraquera Posted July 28, 2020 Posted July 28, 2020 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..... Quote
0 Emad Posted July 28, 2020 Author Posted July 28, 2020 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 Quote
0 buraquera Posted July 28, 2020 Posted July 28, 2020 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 Quote
0 Emad Posted July 28, 2020 Author Posted July 28, 2020 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 Quote
0 eduardoxmenezes Posted August 19, 2020 Posted August 19, 2020 What about just copy the actual running skill, add another case of it right above the default? Quote
0 fzxree1010 Posted October 18, 2020 Posted October 18, 2020 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? Quote
0 Hakahay Posted January 13, 2021 Posted January 13, 2021 - 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 Quote
0 zheiyomarru1 Posted May 10, 2021 Posted May 10, 2021 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 ? Quote
Question
Emad
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.