Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Brynner

  1. 18 hours ago, theong456 said:

    Why is 2025-05-08_Ragexe_1745822695.exe detected as a virus?
    Did I download the wrong file? Thank you

    image.png.f5a09688042c400436b83ad94ba6ce0a.pngimage.png.ff71562894c29bf2a159619581ae92a7.png

    its because the exe file is encrypted

  2. 18 hours ago, hendra814 said:

    FYI, using latest rathena I'm getting error.

    image.thumb.png.345a6a80ce1ee6505f96aa0cb560e5dc.png

    try to replace the 

    clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body); 

    with

    clif_changelook(sd,LOOK_BODY2,sd->status.body);

     

    • Upvote 1
  3. 12 hours ago, rokimoki said:

    do you know why adding new items to packageitem.lub won't show probability table? the ? icon is now shown. If I use red potion ID it will show ? icon xd.

    have u also add it to simplecashshopscript.lub?

    • Love 1
  4. 59 minutes ago, Konamis said:

    I've never compiled a server before. Is it done using Visual Studio?

    it depends on the host that you're using. if you're using ur PC with windows os. u can use visual studio to recompile your server

  5. 28 minutes ago, Konamis said:

    this version

    client.png.136fd6d81a9e483fe3827282a84a01f0.png

    check your src\config\core.hpp

    look for this.

    /// Uncomment for use with Nemo patch ExtendCashShopPreview
    //#define ENABLE_CASHSHOP_PREVIEW_PATCH

    if you patch your client with the enable cashshop preview. make sure to uncomment that. 

    • Like 1
  6. On 2/14/2025 at 5:44 PM, exists002 said:

    In Char, I only enabled login_ip, bind_ip and char_ip (removed the backslashes)

    in map, I enabled char_ip, bind_ip and map_ip

    in inter_athena, I didn't touched any IP and only changed the login_id and passwords

    Then I didn't touched anything in login_athena.db

     

    But if I run the program in default settings, I can play the game no issue since I didn't set any IP (the 127.0.0.1)

    The problem with this is other PC on the network can't connect to my server.

    what are u trying to do? LAN only or using via internet? because using 127.0.0.1 works only on the same PC will not work on ur LAN. if u want to make it work on lan. make sure to use the local IP address provided by ur modem or router. if out side the network or over the internet. you must open specific port and use your public IP. or static IP address from ur ISP to make it work so others can connect on your server. 

     

    char_athena.conf

    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 127.0.0.1 (USE YOUR LOCAL IP or STATIC IP)
    
    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
    
    // Login Server Port
    login_port: 6900
    
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: 127.0.0.1 (USE YOUR LOCAL IP or STATIC IP)

     

    map_athena.conf

    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 127.0.0.1 (USE YOUR LOCAL IP or STATIC IP)
    
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
    
    // Character Server Port
    char_port: 6121
    
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 127.0.0.1 (USE YOUR LOCAL IP or STATIC IP)
    
    // Map Server Port
    map_port: 5121

     

     

     

  7. 22 hours ago, Gabe D Stydian said:

    Salamat paps ❤️ nakita ko na kung saan. sa 2013 kasi "data/sprite/¾ÆÀÌÅÛ/¿©½ºÅÍ/" ngayon pala iba na at wala pala ako unicode converter. para sa mga nag hahanap:

     

    --> data/sprite/Àΰ£Á·/¸öÅë

    ah dati kasi uso pa converter ngaun kc s grf editor di mo na need ngconverter makikita mo nadin agad yung sprite dun

  8. 17 hours ago, skitsx said:

    Custom Item - I placed everything client side and server side but when i equip the item it doesnt show even though i already placed all the files needed same with custom mob

    depends on the custom item that you are trying to put in, and the item id range depends on the client that you are using. 

     

    12 hours ago, Sallycantdance said:

    mind to share the files you edited so we can check if you missed something

    haha this is the best comment that I saw that really helps a lot hahaha

  9. Tbh, rAthena cant be held responsible for transactions that occur outside of the forum.even if Pokeye scammed you, the staff has no authority to intervene in private deals made off platform. at most your experience can serve as a public warning to others about Pokeye’s past behavior. and not to trust him for future transactions.

    While rAthena is against unauthorized reselling, transactions made directly between individuals especially outside the forum are beyond the control and responsibility of the rAthena team. since they werent involved and didnt benefit from the deal, theres no basis for expecting official support or action in this case.

×
×
  • Create New...