Jump to content

Mathew

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mathew's Achievements

Santa Poring

Santa Poring (3/15)

  • Collaborator
  • One Year In
  • One Month Later
  • Conversation Starter
  • Reacting Well

Recent Badges

4

Reputation

2

Community Answers

  1. You should stop your shits man. You clearly revealed personal info across internet, which is a crime. Also violating rathena GPL, and, some other shits that were posted in the other post... Do still you think the people care about your shits, or that you're that important that anyone will waste his time to "hack" you? Poor ignorant..
  2. I believe nobody cares about you, that's why your 300 accounts are banned. You have been violating rathena GNU license the whole time, you're forced by the license to give for free to your costumers the source code which you're not doing, in fact you're requesting more money, and saying it's licensed . You shared the private data of one person across internet (doxxing) which it's illegal, the bad reputation you have in rathena is well deserved. Now you're just trying to look better because in your own post everybody is against you, pathetic.
  3. Hello, I'm tring to use the "unitwalk" script command to force the player to move to X/Y position, however I'd like to avoid he click somewhere else and move, then it will "break" my intention to reach one specific coordinates XY. I was thinking to use setpcblock, however it locks the movement at all, so unitwalk doesn't move the player, would it be any other way to "lock" the user to move during the "unitwalk"? Here's the simple code, I'd like during unitwalk, to not allow the user click somewhere to move until he reach the 107/104 cell. `test,114,104,4 script Test2 -1,{ setpcblock PCBLOCK_MOVE,1; unitwalk getcharid(3),107,104; end; OnInit: end; }` Thanks for help!
  4. Maybe you did/missed something wrong. If you're running renewal, you should add the info to the instancedb in renewal folder (follow the same structure in the yml). It works fine since I played with it recently..
  5. You have an example of instance already in rathena, so just enable it and test it. Then, once u understand how it works, you can do one by yourself. https://github.com/rathena/rathena/blob/master/doc/sample/instancing.txt
  6. https://github.com/rathena/rathena/blob/9eff7be9cdc90940fbe119ce302ea5e4b3f49623/src/config/core.hpp#L101
  7. enable this in core.hpp to see the items in the custom shop: #define ENABLE_OLD_CASHSHOP_PREVIEW_PATCH
  8. 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!
  9. 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..
  10. 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...