Jump to content

Mathew

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Mathew's Achievements

Santa Poring

Santa Poring (3/15)

  • One Month Later
  • Conversation Starter
  • Reacting Well
  • Week One Done
  • First Post

Recent Badges

2

Reputation

2

Community Answers

  1. https://github.com/rathena/rathena/blob/9eff7be9cdc90940fbe119ce302ea5e4b3f49623/src/config/core.hpp#L101
  2. enable this in core.hpp to see the items in the custom shop: #define ENABLE_OLD_CASHSHOP_PREVIEW_PATCH
  3. Hello, I'm going to describe what I'd like to accomplish. I have a party with 2 users, player1 enables a command that will display a hateffect on himself, and on the party members as well. Player 2, has disabled that command, so he won't see any hateffect, neither on him or the other party members. Once player2 enables the command, he will see the hateffect on him and his party members. I've tried with the function clif_hat_effect_single and different target type, but none of them seems to fit my previous requirements. That's why i was thinking about create a custom target type, however I don't quite understand that logic with these: WFIFOHEAD( fd, len ); memcpy( WFIFOP( fd, 0 ), buf, len ); WFIFOSET( tsd->fd, len ); So, after several hours trying, I'd like to ask for some help on this.. Thank you for your time!
  4. This is still working since I add to to my local server few days ago. A "solution" found for the window not being closed, is to run clif_refresh which does same than @refresh I tried many ways but nothing worked, just that..
  5. You can also check how the last man standing event does. Basically an event onTimer1000, which is called every second where checks the count of people in the map.
×
×
  • Create New...