Jump to content

Lulupard

Members
  • Content Count

    17
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Lulupard reacted to Dastgir in Shop name instead of merchant name for @whosell and @whobuy   
    Whobuy;

    snprintf(output, CHAT_SIZE_MAX, "Price %d | Amount %d | Buyer %s | Map %s[%d,%d]", pl_sd->buyingstore.items[j].price, pl_sd->buyingstore.items[j].amount, pl_sd->status.name, mapindex_id2name(pl_sd->mapindex), pl_sd->bl.x, pl_sd->bl.y); To
    snprintf(output, CHAT_SIZE_MAX, "Price %d | Amount %d | Shop %s | Map %s[%d,%d]", pl_sd->buyingstore.items[j].price, pl_sd->buyingstore.items[j].amount, pl_sd->message, mapindex_id2name(pl_sd->mapindex), pl_sd->bl.x, pl_sd->bl.y); Edit:
    Whosell, change all
    pl_sd->status.name
    to
    pl_sd->message
×
×
  • Create New...

Important Information

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