Vanquiser Posted July 22, 2014 Posted July 22, 2014 i got an error when compiling anyone can fix this ?? make[1]: Warning: File `skill.c' has modification time 5e+04 s in the future CC skill.c skill.c: In function 'hs_skill_delay_check': skill.c:15475: warning: suggest parentheses around assignment used as truth value skill.c:15484: warning: suggest parentheses around assignment used as truth value skill.c:15497: warning: suggest parentheses around assignment used as truth value skill.c: In function 'hs_flood_delay_check': skill.c:15566: warning: format '%d' expects type 'int', but argument 5 has type 'int64' Thank you @Kichi Nice Work Some line got error i fixed already Zohan Source Code Combine Hasip Souce code Fixed make[1]: Warning: File `skill.c' has modification time 5e+04 s in the future CC skill.c skill.c: In function 'hs_skill_delay_check': skill.c:15475: warning: suggest parentheses around assignment used as truth value skill.c:15484: warning: suggest parentheses around assignment used as truth value skill.c:15497: warning: suggest parentheses around assignment used as truth value skill.c: In function 'hs_flood_delay_check': skill.c:15566: warning: format '%d' expects type 'int', but argument 5 has type 'int64'can you fix this ?? Quote
Akbare Posted July 24, 2014 Posted July 24, 2014 (edited) How to add name skill in report? sprintf(message_to_gm, "[Hansip] : Spam Detected! '%s' probably use third party. Constantly flood %d times, tick %d", sd->status.name, sd->spam_count, sum); and im found bug after add this source CMIIW use script trunk/npc/re/jobs/novice.txt and talk with : new_1-3,96,30,4 duplicate(NvBradeB) Brade#nv1b 733 after heal map server disconnect npcskill "AL_HEAL",11,99,60; percentheal 0,100; thank u Edited July 24, 2014 by Akbare Quote
Vanquiser Posted August 2, 2014 Posted August 2, 2014 bug in homun skills .. Map Crash .. Please Fix.. Quote
none Posted August 5, 2014 Posted August 5, 2014 when a try to spam with Doublestraf it detects that im cheating...This system seem not working :'( Quote
brunoshp Posted August 16, 2014 Posted August 16, 2014 in mine detected , you have to use client 2013 Quote
t3quila Posted October 9, 2014 Posted October 9, 2014 yes vanquisher.. same too.. @kichi di last git (ini sempat membuat crash pada skill hommunculus) can u fix it? Quote
Kichi Posted October 17, 2014 Author Posted October 17, 2014 sry, been long time not active.i'll update as soon as possible 1 Quote
darking123 Posted October 20, 2014 Posted October 20, 2014 is this good for no skill delay server? the hansip Skill Packet Protection part? Quote
Akbare Posted November 9, 2014 Posted November 9, 2014 is this still work? not work for latest version Quote
Kuneho Posted November 12, 2014 Posted November 12, 2014 is this still work? not work for latest version i see thank you sir! Quote
Dev Blaze Posted December 15, 2014 Posted December 15, 2014 Any update? bug in homun skills .. Map Crash .. Please Fix.. Quote
ganju Posted May 15, 2015 Posted May 15, 2015 How to manually apply this? 2. Apply manual "rA - Hansip Protection.diff" to your src. I don't have any idea on how to do that. Also is 2012-04-10 supported? Thank you in advance. Quote
simplexjay2 Posted July 28, 2015 Posted July 28, 2015 up for error hs_skill_check_double Already fix latest rathena revision git Quote
shankar00 Posted March 4, 2016 Posted March 4, 2016 is this work for herc emulator please reply.. Quote
stealth62 Posted April 1, 2016 Posted April 1, 2016 (edited) For anyone having bug on homunculus skill try this in skill.c find this ************************************************* // Hansip Protection [Kichi] if(battle_config.hansip_protection) if (sd->state.hs_skill_check_double){ time = hs_skill_delay_penalty(skill_id); sd->state.hs_skill_check_double = 0 ; } ************************************************** replace to ************************************************** // Hansip Protection [Kichi] struct homun_data *pilipindev = BL_CAST(BL_HOM, bl); if (battle_config.hansip_protection) { if (pilipindev){ time = hs_skill_delay_penalty(skill_id); } else { if (sd->state.hs_skill_check_double){ time = hs_skill_delay_penalty(skill_id); sd->state.hs_skill_check_double = 0; } } } ************************************************** this will fix the issue. Edited April 1, 2016 by stealth62 Quote
hikashin-rae Posted June 12, 2016 Posted June 12, 2016 update 11 june 2014 hello sir i just quote this to be pop-up to your list LoL. This is supported of 3rd job system highrate 500/120 sir? Thank you in reply . Quote
Xiao Posted September 4, 2016 Posted September 4, 2016 Hello it works for exe 2012-04-10aRagexeRE??? Quote
gmshampoo Posted October 16, 2016 Posted October 16, 2016 hello it detected call spirit as spam. any updates on this pre-renewal Quote
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.