Jump to content

frozenfox

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by frozenfox

  1. Hi..

     

    I got this message when i was trying to start my server and running login-server_sql...

     

    [SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES)
    [Debug]: at loginlog_sql.c:110
    

    this message only appear in login-server_sql.

    map-server_sql and char-server_sql are normally run.

     

     

    i've already to set inter_athena.conf, check user prev in phpmyadmin, and restart mysql, but not working :(..

     

    anyone can help please ?

  2. btw,

    yesterday, it worked, min_group_id_to_connect: 2

    my player can't logged in more 2 IDs.

    now, i tried to re-sett my server, and i set like this

    // Required account group id to connect to server.
    // -1: disabled
    // 0 or more: group id
    group_id_to_connect: -1
    
    // Minimum account group id required to connect to server.
    // Will not function if group_id_to_connect config is enabled.
    // -1: disabled
    // 0 or more: group id
    min_group_id_to_connect: 2
    

    and it not working, my player can login 3 ID.

    is that because i changed my client? X_X.

  3. Hi,

    is it possible if server limited login ID ?

    for example, just first and second ID who loggin in. third ID cannot log in.

    Why don't you just limit them by their group_id through your .../conf/login_athena.conf?

    // Required account group id to connect to server.
    // -1: disabled
    // 0 or more: group id
    group_id_to_connect: -1
    
    // Minimum account group id required to connect to server.
    // Will not function if group_id_to_connect config is enabled.
    // -1: disabled
    // 0 or more: group id
    min_group_id_to_connect: -1

    I don't believe the way you want it actually works. That's why rAthena has the limitations set through group_id instead.

    wow! thx a bunch myst :D

  4. i tested new version (1.4.4)

    i found a bug (i don't know it's a bug or not. @_@).

    when i set quest delay to 5mins (300s)

    the script NPC said :

    "You have to wait 0 hours to do this quest again"

    i made a notice there that the time will be shown in hours. Should I change it to minutes ? I don't know whats better, because if someone does 24 hours as delay and I let it show as minutes it shows "you have to wait 7281minutes" or something like that. Maybe I write a if condition, it checks if the time is under 1 hour and then he shows it in minutes instead of hours. Would that be ok ?

    EDIT: Reuploaded a optimized version of 1.4.4 (if time left is under 1 hour it will be shown in minutes)

    oh, haha sorry i don't read if the delay must be hour >.>

    --------

    i tested new version of 1.4.4..

    i tried to set 60s (1min).

    and the NPC still said 0 minutes

    but if i set to 300s (5mins)

    NPC said 4 minutes.

    overall... perfect :3 /no1

  5. Please use the search function and search just for exchanger scripts and you'll find a lot of scripts here.

    It'll be a script like this :

    MAPNAME,XXX,YYY,Z<tab>script<tab>Exchanger<tab>NID,{
    set .@n$,"^0000FF[ Exchanger ]^000000";
    if(countitem(7539) >0) {
    mes .@n$;
    mes "Hi,how many Poring Coins do you want to exchange into TCG Cards?";
    input @amount;
    if(@amount<1) { close; }
    if(countitem(7539) < @amount) {
    mes "Failed to exchange!";
    close;
    }
    mes "Successfully exchanged Poring Coins into TCG Cards!";
    delitem 7539,@amount;
    getitem 7227,@amount;
    close;
    }
    mes .@n$;
    mes "Sorry,but you need to carry Poring Coins with you,to use my Service~!";
    close;
    }
    

    ah sorry @_@.

    i already search but i always found coin to zeny xD.

    thanks btw. you rock bro!! :D

  6. hi rA :D

    does anyone have that script? @_@.

    so poring coin changed to TCG card (not zeny).

    and support input number,

    for example, i want to exchange 1234 poring coins, i just input 1234 and i've changed 1234 poring coins to 1234TCG cards.

    (i hope you know what i mean).

    Thanks before. :D

  7. Hi rA member.

    i want to ask....

    why my skill desc, and others still use korean language ?

    i already updated my lua files here : http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/

    and i use 2012-01-04aRagexeRE

    i already patched my client with unmark "read data folder first" and "load LUA before LUB", mark "load LUA before LUB" again..

    i already use lub files too.. here : http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/

    but didn't work ! still korean language on skill description.

×
×
  • Create New...