Dude, This will replace Z in zenys by any description that i want?
For example "Kafra Points" displays KP?

 
i got problem on this on original npc.c it is like this :

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;
}
on the patch it is like this: i dont know where i will put the patch.

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 
and i got this error :

QXH1f.png


im using latest rev..

need help thanks!

 
Last edited by a moderator:
Seems like either people are interested in this or they dont know that we have this feature already in hercules.

detailmof patch here : http://herc.ws/board/topic/3614-christmas-patch-gifto/

So this modification seems useless with hercules having its own trader npc.

 
This is what i'm looking for anyways, any rAthena Available for this Dastigr?

 
worng answer delete this post sorry

 
Last edited by a moderator:
the question

any rAthena Available for this Dastigr?
and my answer before is tell you to take a look on what post sir dastgir make above you, cuz before i did'nt read it properly you are asking for other emu that way i edited it, sorry if it was misleading

 
This is what i'm looking for anyways, any rAthena Available for this Dastigr?
Sorry, I do not provide support for other emulator ATM.

 
I 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

 
What should I do to Install it? I am noob at this server stuff, is there any guide?

 
Instead of a dispbottom you could simply add a box saying "
Curreny:
Your total amount of Currency: 

;)

 
Back
Top