Emad Posted July 28, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Share 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 Link to comment Share on other sites More sharing options...
1 buraquera Posted July 28, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 buraquera Posted July 28, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 Emad Posted July 28, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
0 buraquera Posted July 28, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 Emad Posted July 28, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
0 buraquera Posted July 28, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 Emad Posted July 28, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
0 buraquera Posted July 28, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 Emad Posted July 28, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
0 eduardoxmenezes Posted August 19, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.01 Content Count: 35 Reputation: 5 Joined: 04/10/20 Last Seen: January 18 Share Posted August 19, 2020 What about just copy the actual running skill, add another case of it right above the default? Quote Link to comment Share on other sites More sharing options...
0 Emad Posted August 19, 2020 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share Posted August 19, 2020 fixed refixed the skill_db.yml Quote Link to comment Share on other sites More sharing options...
0 fzxree1010 Posted October 18, 2020 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 27 Reputation: 2 Joined: 11/17/16 Last Seen: 3 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Hakahay Posted January 13, 2021 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 82 Reputation: 4 Joined: 10/20/16 Last Seen: Wednesday at 03:50 PM Share 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 Link to comment Share on other sites More sharing options...
0 zheiyomarru1 Posted May 10, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 05/09/21 Last Seen: May 13, 2021 Share 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 Link to comment Share on other sites More sharing options...
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 ...???
Link to comment
Share on other sites
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.