Kubix 83 Posted April 5, 2016 (edited) Hello!I find eAmod BGs in public and rewrite some src and scripts for Hercules. BG: Conquest Rush Flavius TD Register - @joinbg or NPC, leave - @leavebg This is queue BG with multiple windows checking by Gepard ID or IP. Items: 56 BG consumable items (using only on BG) with boxes 56 WoE consumable items (using only on WoE) with boxes Item list New script commands: bg_reward bg_team_reveal flooritem flooritem2xy bg_getitem bg_getkafrapoints bg_single bg_create_team (added OnPCDie and OnPCLogout events.) Settings: OnInit: // ===== Multiple Windows checking by ? // = 1 - Gepard Shield // = 2 - IP .MultipleCheck = 1; // ===== BG Colors setarray .BG_Color$[0], "0xDDA0DD", "0x7CCD7C", "0xFFA500"; // ===== BG NPC & Arena Names setarray .BG_Names$[0], "Rush", "Flavius TD", "Conquest"; setarray .BG_Arena$[0], "Rush", "Flavius_TD", "Conquest"; // ===== BG Player Amount setarray .BG_Min[0], 2, 2, 2; setarray .BG_Max[0], 30, 30, 30; // ===== BG Locations setarray .BG_Map$[0], "rush_cas04", "bat_b03", "schg_cas06"; // ===== BG X/Y Coordinates setarray .BG_GuillX[0], 270, 390, 264; setarray .BG_GuillY[0], 292, 10, 379; setarray .BG_CroixX[0], 270, 10, 295; setarray .BG_CroixY[0], 288, 290, 379; bindatcmd "joinbg", strnpcinfo(0) + "::OnJoinBG", 0, 99; bindatcmd "leavebg", strnpcinfo(0) + "::OnLeaveBG", 0, 99; // ===== Time to flood in seconds. .Flood_Time = 180; // ===== Enable debug mode? .debug = false; Sorry, not all instructions translated to English now. Github: https://github.com/kubixservice/QueueBG Edited April 15, 2016 by Kubix 10 Alexandria, DoriTos Nacho, mleo1 and 7 others reacted to this Quote Share this post Link to post Share on other sites
4144 364 Posted April 5, 2016 why not plugin? Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 5, 2016 why not plugin? I don't know how to create a plugin, sorry. Quote Share this post Link to post Share on other sites
4144 364 Posted April 5, 2016 Sample plugin here https://github.com/HerculesWS/Hercules/blob/master/src/plugins/sample.c In same dir exists some other plugins 1 Kubix reacted to this Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 5, 2016 Sample plugin here https://github.com/HerculesWS/Hercules/blob/master/src/plugins/sample.c In same dir exists some other plugins Thanks! Quote Share this post Link to post Share on other sites
Bruno Nogueira 15 Posted April 6, 2016 create to rAthena please Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 6, 2016 create to rAthena please Impossible, rA doesn't have queue commands. Quote Share this post Link to post Share on other sites
Easycore 31 Posted April 6, 2016 create to rAthena please Check this: https://rathena.org/board/topic/98306-bg-eamod/ @Kubix You will make a plugin of this? Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 6, 2016 up: translated to English. create to rAthena please Check this:https://rathena.org/board/topic/98306-bg-eamod/ @Kubix You will make a plugin of this? Yes I will try. Quote Share this post Link to post Share on other sites
bWolfie 138 Posted April 8, 2016 Could you please put a video of it in action? Quote Share this post Link to post Share on other sites
Amalgam 1 Posted April 9, 2016 (edited) Is this working? Edited April 9, 2016 by Amalgam Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 9, 2016 Is this working? Why not? @@True Zeal Sorry, when Conquest started, priest @recall me https://www.youtube.com/watch?v=_C7jNSpHYqw Quote Share this post Link to post Share on other sites
Amalgam 1 Posted April 9, 2016 Does this also create a temporary guild? like the Red Team and Blue Team Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 9, 2016 Does this also create a temporary guild? like the Red Team and Blue Team Nope. Quote Share this post Link to post Share on other sites
bWolfie 138 Posted April 10, 2016 I had a look at some of your other stuff and you are awesome! I tried setting this up on a local server but couldn't get it to work @_@ oh well Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 10, 2016 I had a look at some of your other stuff and you are awesome! I tried setting this up on a local server but couldn't get it to work @_@ oh well You have some errors? Quote Share this post Link to post Share on other sites
bWolfie 138 Posted April 10, 2016 I had a look at some of your other stuff and you are awesome! I tried setting this up on a local server but couldn't get it to work @_@ oh well You have some errors? Hm yes, in bg_register.txt, the error I get in console is - script error in file bg_register.txt line 38 column 60, parse_subexpr: need ':' And this is line 38. " get_uniqueid() " is the part in question. if( qiget(.@qid1) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) || qiget(.@qid2) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) ) Quote Share this post Link to post Share on other sites
FearlesS 1 Posted April 10, 2016 How to use / install this? any guide or documentation? Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 10, 2016 I had a look at some of your other stuff and you are awesome! I tried setting this up on a local server but couldn't get it to work @_@ oh well You have some errors? Hm yes, in bg_register.txt, the error I get in console is - script error in file bg_register.txt line 38 column 60, parse_subexpr: need ':' And this is line 38. " get_uniqueid() " is the part in question. if( qiget(.@qid1) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) || qiget(.@qid2) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) ) Set variable .MultipleCheck to 2. How to use / install this? any guide or documentation? Documentation on Git: https://github.com/kubixservice/QueueBG/blob/master/src/bg_rewrite.c Quote Share this post Link to post Share on other sites
FearlesS 1 Posted April 10, 2016 hercules\src\map\skill.c(6912): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6913): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6915): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6918): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6920): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6922): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6923): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6925): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6928): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6930): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6931): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6933): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6934): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(9920): warning C4116: unnamed type definition in parentheses 5>f:\server\hercules\src\map\skill.c(9988): error C2061: syntax error : identifier 'skill_castend_nodamage_id_dead_unknown' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : ';' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : 'type' 5>f:\server\hercules\src\map\skill.c(14689): error C2043: illegal break 5>f:\server\hercules\src\map\skill.c(14694): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14715): error C2059: syntax error : 'else' 5>f:\server\hercules\src\map\skill.c(14737): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14759): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14781): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14803): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14825): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14847): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14869): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14893): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(14908): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14926): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(15012): error C2059: syntax error : 'return' 5>f:\server\hercules\src\map\skill.c(15013): error C2059: syntax error : '}' 5>f:\server\hercules\src\map\skill.c(19860): error C2065: 'skill_castend_nodamage_id_dead_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19860): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int' 5>f:\server\hercules\src\map\skill.c(19874): error C2065: 'skill_get_requirement_off_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19874): warning C4047: '=' : 'bool (__cdecl *)(status_change *,uint16 *)' differs in levels of indirection from 'int' how to fix this error 1 AlisonS reacted to this Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 10, 2016 hercules\src\map\skill.c(6912): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6913): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6915): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6918): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6920): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6922): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6923): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6925): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6928): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6930): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6931): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6933): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6934): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(9920): warning C4116: unnamed type definition in parentheses 5>f:\server\hercules\src\map\skill.c(9988): error C2061: syntax error : identifier 'skill_castend_nodamage_id_dead_unknown' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : ';' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : 'type' 5>f:\server\hercules\src\map\skill.c(14689): error C2043: illegal break 5>f:\server\hercules\src\map\skill.c(14694): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14715): error C2059: syntax error : 'else' 5>f:\server\hercules\src\map\skill.c(14737): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14759): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14781): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14803): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14825): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14847): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14869): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14893): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(14908): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14926): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(15012): error C2059: syntax error : 'return' 5>f:\server\hercules\src\map\skill.c(15013): error C2059: syntax error : '}' 5>f:\server\hercules\src\map\skill.c(19860): error C2065: 'skill_castend_nodamage_id_dead_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19860): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int' 5>f:\server\hercules\src\map\skill.c(19874): error C2065: 'skill_get_requirement_off_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19874): warning C4047: '=' : 'bool (__cdecl *)(status_change *,uint16 *)' differs in levels of indirection from 'int' how to fix this error I think you copy not all code. Check again. Quote Share this post Link to post Share on other sites
REKT 10 Posted April 11, 2016 @@Kubix what is your server? is it live? i wanna try how your BG Works. Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 11, 2016 (edited) @@Kubix what is your server? is it live? i wanna try how your BG Works. Not alive, still working on it. But you can try. I'll send you link in PM. Upd: you can't receive more messages. Edited April 11, 2016 by Kubix Quote Share this post Link to post Share on other sites
FearlesS 1 Posted April 11, 2016 hercules\src\map\skill.c(6912): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6913): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6915): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6918): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6920): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6922): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6923): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6925): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6928): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6930): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6931): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6933): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6934): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(9920): warning C4116: unnamed type definition in parentheses 5>f:\server\hercules\src\map\skill.c(9988): error C2061: syntax error : identifier 'skill_castend_nodamage_id_dead_unknown' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : ';' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : 'type' 5>f:\server\hercules\src\map\skill.c(14689): error C2043: illegal break 5>f:\server\hercules\src\map\skill.c(14694): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14715): error C2059: syntax error : 'else' 5>f:\server\hercules\src\map\skill.c(14737): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14759): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14781): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14803): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14825): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14847): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14869): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14893): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(14908): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14926): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(15012): error C2059: syntax error : 'return' 5>f:\server\hercules\src\map\skill.c(15013): error C2059: syntax error : '}' 5>f:\server\hercules\src\map\skill.c(19860): error C2065: 'skill_castend_nodamage_id_dead_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19860): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int' 5>f:\server\hercules\src\map\skill.c(19874): error C2065: 'skill_get_requirement_off_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19874): warning C4047: '=' : 'bool (__cdecl *)(status_change *,uint16 *)' differs in levels of indirection from 'int' how to fix this error I think you copy not all code. Check again. hercules\src\map\skill.c(6912): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6913): error C2143: syntax error : missing ';' before 'type' 5>f:\server\hercules\src\map\skill.c(6915): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6918): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6920): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6922): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6923): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6925): error C2065: 'needed' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6928): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6930): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6931): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6933): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(6934): error C2065: 'id' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7745): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'x' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(7767): error C2065: 'y' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(9920): warning C4116: unnamed type definition in parentheses 5>f:\server\hercules\src\map\skill.c(9988): error C2061: syntax error : identifier 'skill_castend_nodamage_id_dead_unknown' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : ';' 5>f:\server\hercules\src\map\skill.c(9988): error C2059: syntax error : 'type' 5>f:\server\hercules\src\map\skill.c(14689): error C2043: illegal break 5>f:\server\hercules\src\map\skill.c(14694): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14715): error C2059: syntax error : 'else' 5>f:\server\hercules\src\map\skill.c(14737): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14759): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14781): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14803): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14825): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14847): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14869): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14893): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(14908): error C2059: syntax error : 'if' 5>f:\server\hercules\src\map\skill.c(14926): error C2059: syntax error : 'switch' 5>f:\server\hercules\src\map\skill.c(15012): error C2059: syntax error : 'return' 5>f:\server\hercules\src\map\skill.c(15013): error C2059: syntax error : '}' 5>f:\server\hercules\src\map\skill.c(19860): error C2065: 'skill_castend_nodamage_id_dead_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19860): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int' 5>f:\server\hercules\src\map\skill.c(19874): error C2065: 'skill_get_requirement_off_unknown' : undeclared identifier 5>f:\server\hercules\src\map\skill.c(19874): warning C4047: '=' : 'bool (__cdecl *)(status_change *,uint16 *)' differs in levels of indirection from 'int' how to fix this error I think you copy not all code. Check again. i added everything. still i cant fix this error can you please tell me what i am missing to add Quote Share this post Link to post Share on other sites
Kubix 83 Posted April 11, 2016 (edited) \src\map\skill.c(6912) show me this line. @@FearlesS Edited April 11, 2016 by Kubix Quote Share this post Link to post Share on other sites