Jump to content

Recommended Posts

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

Share this post


Link to post
Share on other sites

@@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)

 

aDWcRNY.png

(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 by keripikotaku

Share this post


Link to post
Share on other sites

Hello,
The script is ignoring the skill delay, it will spam the skill regardless of the cooldown. 
Possible to add check before using skill?

Share this post


Link to post
Share on other sites
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. 

Share this post


Link to post
Share on other sites
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!

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

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.

 

 

image.thumb.png.bc258a407d21770542d0bb9878bbb5a6.pngHe

 

image.thumb.png.3a9a03c1feda277aba70644eaf1d3d62.png

 

EDIT: Managed compiling without error but not working. :(

 

EDIT: SOLVED

 

Edited by lenardflores1988fb
solved

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.