Jump to content

  •  

keripikotaku

Member Since 14 Dec 2015
Offline Last Active Jan 03 2016 01:39 AM
-----

Posts I've Made

In Topic: BOT

21 December 2015 - 05:45 AM

@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)
 
Posted Image
(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~


In Topic: BOT

21 December 2015 - 01:59 AM

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


In Topic: BOT

20 December 2015 - 11:59 AM

i add manually to my server, and when i recompile, i found this..

can u help me?

 

Posted Image


^ fix

i just read at page 1 to add

#include "common/socket.h"

and now i have new prob..  /?

Posted Image


In Topic: Configurable Refiner

20 December 2015 - 05:08 AM

hiya.. @KirieZ

i just test ur script.

i found something strange..

1. with refine multiple times, i choose 10 times to refine 0 vanargand helm. and viola, i get +10 vanargand helm without fail

2. with safe item, when i go to +8 > +9, or +9 > +10, it say i can just using safe to 7 armor sertificate

 

maybe you can fix it? ><

its great script btw ^^

keep it up!


In Topic: [AtCommand] autoatk

20 December 2015 - 03:50 AM

#include "common/HPMDataCheck.h"

Error says that include is missing(ah, plugin too old?)

 

wow.. thanks a lot sir..

now its work..

 

but now i've another error..

getting error spr when @go or @jump using this plugin..
lol

im gonna trying to fix myself.. /no1