javierlog08
New member
- Messages
- 86
- Points
- 0
- Github
- javierlog08
- Emulator
Dude, This will replace Z in zenys by any description that i want?
For example "Kafra Points" displays KP?
For example "Kafra Points" displays KP?
Dude, This will replace Z in zenys by any description that i want?
For example "Kafra Points" displays KP?
on the patch it is like this: i dont know where i will put the patch.nullpo_retr(1, sd);
if ((nd = npc->checknear(sd,map->id2bl(id))) == NULL)
return 1;
if ( nd->subtype != SHOP && !(nd->subtype == SCRIPT && nd->u.scr.shop && nd->u.scr.shop->items) ) {
if( nd->subtype == SCRIPT )
ShowError("npc_buysellsel: trader '%s' has no shop list!n",nd->exname);
else
ShowError("npc_buysellsel: no such shop npc %d (%s)n",id,nd->exname);
if (sd->npc_id == id)
sd->npc_id = 0;
return 1;
}
and i got this error :if ((nd = npc->checknear(sd,map->id2bl(id))) == NULL)
return 1;- if (nd->subtype!=SHOP) {
+ if (nd->subtype!=SHOP && nd->subtype!=ITEMSHOP && nd->subtype!=POINTSHOP) {
ShowError("no such shop npc : %dn",id);
if (sd->npc_id == id)
sd->npc_id=0
Sorry, I do not provide support for other emulator ATM.This is what i'm looking for anyways, any rAthena Available for this Dastigr?
yeah i tink it's already imlpemented on this commit HEREI am looking for this functionality, is it already implemented on the current version of the emulator? If its not I will try to diff this manualy
We use essential cookies to make this site work, and optional cookies to enhance your experience.