Jump to content

GM Winter

Members
  • Posts

    666
  • Joined

  • Last visited

Community Answers

  1. GM Winter's post in issue on adding effect to costume item. was marked as the answer   
    try this guide
  2. GM Winter's post in Reject Server when player active 100 was marked as the answer   
    conf/char_athena.conf

    look for:
    // Maximum users able to connect to the server. // Set to 0 to disable users to log-in. (-1 means unlimited) max_connect_user: -1
  3. GM Winter's post in colors in npc dialogs was marked as the answer   
    setarray .buffs$, "^FF0000Fire^000000", "Water", "Earth", "Wind", "Holy", "Shadow", "Poison";
  4. GM Winter's post in gcc version was marked as the answer   
    try this:

    How To Install GCC on CentOS 7 | LinuxHostSupport
    after that then this :
     
    type: gcc --version
    "if you install gcc version upper than 4.8 you need to type this:
    type this :"
    scl enable devtoolset-7 bash
    the no 7 represent your gcc version it depends in what version you are using , you can check it by typing  gcc --version
     
    then 
    ./configure
    make clean
    make server


     
     
     
     
     
     
  5. GM Winter's post in closing server for other players was marked as the answer   
    /conf/login_athena

    find this line:

    // Required account group id to connect to server.
    // -1: disabled
    // 0 or more: group id
    group_id_to_connect: -1

    change:
    group_id_to_connect: -1
    to :
    group_id_to_connect: 99
     
    only gm 99 can login ,save then restart your server
  6. GM Winter's post in [SOLVED] about "you are out of available paid playing time" was marked as the answer   
    hahahaha  
     
    its under /conf/login_athena

    // Create accounts with limited time?
    // -1: new accounts are created with unlimited time (default)
    // 0 or more: new accounts automatically expire after the given value, in seconds
    start_limited_time: -1
     
    hahaha try to make cards for your server the players need to load hahaha just like old days
  7. GM Winter's post in Do anyone have the Sorcerer Viel sprite? was marked as the answer   
    here https://www.mediafire.com/file/jjxzdod0sy988cg/Sorcerer_Hood.rar/file i uploaded it for you 
  8. GM Winter's post in HELP WANTED was marked as the answer   
    try this guide  i used this guide and now im running my own server credits to the owner

    [Tutorial] Video Edition - How to Setup rAthena and run Ragnarok Updated 2018-7-28 - Installation Support - rAthena
×
×
  • Create New...