Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    72

Posts posted by sader1992

  1. 1 hour ago, rotloso said:

    when i use replace equipment then press "CHANGE" still disconnect

    02.png.9acf30efd836df240aa3de3ac4ec5845.png

    please guide newbie!!

     

    the [CHANGE] feature not supported yet in rathena and the disconnect is from unsupported packet 0x0a9c,2 so you need to wait until rathena support it

    you can prevent disconnecting by adding the packet 

    	packet(0x0a9c,2);
    	packet(0x0a97,8);
    	packet(0x0ace,4);

    but that wont make it work

    when you get the first error ?

  2. 56 minutes ago, MasterThonz said:

    i mean a host that offer free server setup and website so i can practice coding scripts heheh  also to practice thor patching

    it will give you free setup

    did you ask what rathena version it will be installed?

    and fluxcp ?

    will everything work perfect ?

    what about the client setup and the grf files ?

     

    i would suggest you do it your self it's better and you will know everything you done to the server and you support your own server

    if i would search for vps host to make a server i would search for vps server have low ping(for the area i want to make the server for) and ddos protection

    • Upvote 1
  3. 25 minutes ago, sipemula said:

    thank you very much, then how about this, other quest have picture npc sory im many to ask

    just right click them cuz there is no real way to remove a quest so when you right click the quest it will be moved to Pen tab

  4. Just now, Pixel said:

    It happens on any hat, could you tell me what are the moon files for this new client? Because I use the compatible with client 2015.

    i would really suggest using 

    try to add this to your client and make the grf you will make from those files as read first and don't forget to add to them your clientinfo.xml and see if you will still have the error

    • Upvote 1
  5. 6 minutes ago, Pixel said:

    I have the following error when right clicking on some item with viewid, does anyone know how to solve it?

    NOTE: My kro is updated and the error occurs with items that are not custons too.

    is this happen on only this hat or every hat ?

    if it's only this hat then it's from the collection bmp

    if not then It seems like you have error with your lua/lub files

    • Upvote 1
  6. 21 minutes ago, hazimjauhari90 said:

    i'm not too sure about what u said. but, @Lemongrass did state clearly in this commit Git Hash: f0ab8d2

    see on the bottom of this commit.. the features not yet available.

    
    Rodex 2017 and equip set switching is not yet supported.
    Achievement is still in a pull request, but should be merged to master soon.

     

    not yet supported not mean it wont work

  7. 11 hours ago, hazimjauhari90 said:

    Seems to be rodex not working.. just too bad.. i would rathe stick with a little bit older client as long as the player can enjoy rodex feature...

    rodex work

    however it need translation since they did change the window etc

    and there is some new packets that for some of the new feature in rodex that needed to add in the packet file

    screenrAthena023.thumb.jpg.c17e689449a84a92d71d938414f5b973.jpg

     

     

  8. 10 hours ago, hendra814 said:

    @sader1992

    Why at my NEMO Patcher Disable game guard doesn't appear.

    2017-07-18_123009.jpg.aa41a5ff6b99654f46f4d485579409a1.jpg

    How to patch this client, any guide from you?

    Thanks before.

    sorry forget to edit the diff

    it will work without the game guard option

    i updated the post

  9. on the terminal stop your server >

    ./athena-start stop

    then use this >

    ./configure && make clean && make server

    to recompile

    make sure you take backup from the files you want to edit before

    if you didn't edit it as it should be you wont be able to start the server

    everytime you edit file in the src folder you need to recompile the server to apply the changes

    • Upvote 1
×
×
  • Create New...