Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by Winz

  1. May I know what specific problem you are experiencing?

    (I mean no offense, just willing to know)

     

    sth-server_sql was the ancient using. sthserv-sql is a little bit newer and sth-server is the currently used now.

     

    long ago, Athena RO server Emulator has 2 kinds of databases, TXT and SQL. that's why there are "sql" there.

    But, it's been set that rA won't be providing TXT anymore. so.. that's just it.

     

    btw, make sure you're following our steps, in using GIT. SVN is now no longer continued. by rA

  2. Unless you know a way on how to detect if someone's using a dual client, come back here and tell me.

     

    That's being said: it's not an easy thing to check if there are people dual client-ing or not.

     

    You can check if a player is dual client-ing or not with the support of game guards (Harmony or other), which is beyond our range (further questions goes to the subject of which GG you're using).

     

    The only way to detect a POSSIBLY (80%) is to check their IP:

    https://rathena.org/board/topic/84477-dual-client-kick-at-same-map/page-2

     

    using this one will do the following:

    1. If the user is dual-ing, then it got it.

    2. If there are some players (different people) in 1 network (A, B, C is using B's WiFi) then, only either A or B or C will get it. not all of them.


    http://pastebin.com/raw.php?i=rj0pX26x

  3. using OnMinute00 will make the commands below it to start / executed when the time reaches XX:00:00 (XX hour, 0 minute, 0 second server time). If the nobody participated in that event (means the event is not stopped) then there would be overlapping.

     

    does it answer your question?

  4. log of map server, please?


    and if there's no connection for some time period, there's a possibility the server will gone abnormal: server keep pinging MySQL Database to keep alive

    this happened with me and rA some months / years ago. IDK what about now.

     

     

    Indonesia:

    kalo selama bbrp hari gak ada koneksi dr player, servernya bisa tiba2 jadi abnormal, bakalan nge ping MySQL server dgn alesan "To keep connection keep alive"

    tp ini sih pengalaman ane bbrp bulan / thn lalu. ga inget kpn. skrg kyk gimana juga gak inget.


    and don't use rA SVN since..... bugs have been fixed since the last SVN,


    use GIT instead.

     

    https://github.com/rathena/rathena

  5. what is your CPU usage and memory usage during that time? VGA? Intel Graphics?

    no seriously, I got lags on "Storm Gust" (pre-re, no cast (dex is more than 190)) coz' I got an intel hd graphics 3000 and was currently running the whole server files.

  6. isn't... it like...

    main gauche is only on lv 0/1, and there's no main gauche lv 4 or 6 right?

    If there is, then I believe it's a custom item.

     

    or maybe you can do  some things using this 2 commands:

    Getitem2

    Getiteminfo

    Getequipid

     

    just like....

    getitem2 <newitem>,1,1,getiteminfo(getequipid(4),13),0,0,0,0,0;

    but the thing is.. still, the item level isn't upgraded

     

    this script will give an item that has the refinery value equals to the one the player is holding.

  7. if(#CASHPOINTS >= 1){ warp "map",x,y; end; } else { mes "you can't have Cashpoints."; close; }
    

     

    you sure about using end instead of close? isn't

    close2;warp "map",x,y;

    better than warping then ending?

    both works fine. but I guess, when you use the "end" function, if the warp is bugged, then player will be stuck with the NPC dialog window, with no close button and they can't move (solution: relogin or @refresh)

  8. OnInit:
    setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class
    setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class
    set .ThirdClass,0; // Enable third classes? (1: yes / 0: no)
    set .SNovice,45; // Minimum base level to turn into Super Novice
    set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no)
    set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no)
    set .Platinum,0; // Get platinum skills automatically? (1: yes / 0: no)
    end;
    }
    
    set .ThirdClass,0; // Enable third classes? (1: yes / 0: no)
    set .ThirdClass,0; // Enable third classes? (1: yes / 0: no)
    set .ThirdClass,0; // Enable third classes? (1: yes / 0: no)
    set .ThirdClass,0; // Enable third classes? (1: yes / 0: no)
    set .ThirdClass,0; // Enable third classes? (1: yes / 0: no)

    No trans job?

    i suppose no super novice.

    setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class
×
×
  • Create New...