Dastgir 1246 Posted December 20, 2015 goddameit updated the file, check if it works Quote Share this post Link to post Share on other sites
keripikotaku 0 Posted December 21, 2015 goddameit updated the file, check if it works still the same error when i recompile that. can u make it work with latest hercules sir? i just saw the new script v3 by @@goddameit is using old rev hercules. like SC__CHAOS 577 SC__FEINTBOMB_MASTER 578 SC_FALLENEMPIRE 579+SC_BOT 581 e_gasp 0 e_what 1 but the e_gasp 0 , e_what 1 was located after SC_CUP_OF_BOZA so i put SC_BOT after it like and the code was 612, cos 581 was used by SC_DEFSET SC_FOOD_CRITICALSUCCESSVALUE 610SC_CUP_OF_BOZA 611SC_BOT 612e_gasp 0e_what 1 sry for trouble .. /sob Quote Share this post Link to post Share on other sites
goddameit 52 Posted December 21, 2015 (edited) @@keripikotaku You need to have some coding technology if you want to use it, or you can hire someone to help you. (I'm lazy on checking it whenever herc updata) (Did you see something missing in here? yeap, just add it.) Edited December 21, 2015 by goddameit 1 keripikotaku reacted to this Quote Share this post Link to post Share on other sites
REKT 10 Posted December 21, 2015 Update update Quote Share this post Link to post Share on other sites
keripikotaku 0 Posted December 21, 2015 (edited) @@keripikotaku You need to have some coding technology if you want to use it, or you can hire someone to help you. (I'm lazy on checking it whenever herc updata) (Did you see something missing in here? yeap, just add it.) i think i got it.. is it right sir ?? bool bot_check_target(struct block_list *src, unsigned int id){ struct block_list *bl = map->id2bl(id); if (bl) { if (path->search(NULL, bl, src->m, src->x, src->y, bl->x, bl->y, 1, CELL_CHKNOREACH) && distance_xy(src->x, src->y, bl->x, bl->y) < 11) { TBL_MOB *md = BL_CAST(BL_MOB, bl); if (md) { if (md->status.hp > 0) { return true; } } } } return false;} recompile is success.. but i dont know if its right edit** DOOOONE~~~ ITS WORK GUUYS~~~ domo arigatouuu /bow >< Love you guuuysss~ Edited December 21, 2015 by keripikotaku Quote Share this post Link to post Share on other sites
jimboy09232 0 Posted April 15, 2016 I tried to implement this in Rathena but I get error Mr God of script can u make a script like this for rathena? Quote Share this post Link to post Share on other sites
jimboy09232 0 Posted April 27, 2016 @keripikotaku how did u fix ur error pease help me how did u implement it? Quote Share this post Link to post Share on other sites
Gildeon Silva 0 Posted October 18, 2019 To be perfect, just one setting is needed to reduce the exp and drop rate for bots. Quote Share this post Link to post Share on other sites
jimboy09232 0 Posted November 2, 2019 how can i apply this to latest revision There is no file Index: db/const.txt - latest revisio there is no file Index: db/sc_config.txt no file - Quote Share this post Link to post Share on other sites
jimboy09232 0 Posted November 17, 2019 i tried everything but sitll error compiling help please Quote Share this post Link to post Share on other sites
rans 7 Posted June 23, 2020 Hello, The script is ignoring the skill delay, it will spam the skill regardless of the cooldown. Possible to add check before using skill? Quote Share this post Link to post Share on other sites
Coookie 1 Posted June 23, 2020 3 hours ago, rans said: Hello, The script is ignoring the skill delay, it will spam the skill regardless of the cooldown. Possible to add check before using skill? Try to add some skill delay checker on it. Quote Share this post Link to post Share on other sites
rans 7 Posted June 24, 2020 5 hours ago, Coookie said: Try to add some skill delay checker on it. Hi, can you give me a hint of whats the function name of it in src? thanks! Quote Share this post Link to post Share on other sites
Coookie 1 Posted June 24, 2020 1 hour ago, rans said: Hi, can you give me a hint of whats the function name of it in src? thanks! You need to add it manually. This source has no confirmation on delay skill since it use different ms of skills and items. Quote Share this post Link to post Share on other sites
seacucumber 0 Posted September 6, 2020 how do i add the skill delay checker? Quote Share this post Link to post Share on other sites
BuLaLaKaW 7 Posted May 1, 2021 I pray @goddameit will update for new version for Herc Quote Share this post Link to post Share on other sites
hnomkeng 0 Posted May 23, 2021 Gepard detect code 1100::00::0 bot tool Quote Share this post Link to post Share on other sites
lenardflores1988fb 0 Posted October 21, 2023 (edited) Hello everyone, I am having 1 error, can anyone help me fix this one? I searched everywhere and could not find the solution. Thank you so much. He EDIT: Managed compiling without error but not working. EDIT: SOLVED Edited October 26, 2023 by lenardflores1988fb solved Quote Share this post Link to post Share on other sites