Search results

  1. L

    diferences between rA and herc so far

    Could someone list them to me? Ty!
  2. L

    Black heads with custom hair

    Hello after diff hexed 2018-06-20e with Nemo by 4144 i got black head with custom hairs, could someone tell me what i did wrong? Those are my patches:  
  3. L

    2018-06-05bRagexeRE closing when trys to open

    I patched the client 2018-06-05bRagexeRE and when i tries to open it, it close instantly. The patches that I used are:   I'm not using Always load korea ExternalSettings lua file because when I use it i get the error with the service_language folder. I tried langtype 0,1 and 12 didn't...
  4. L

    Problems after patch 2014 and 2015 client

    hey guys, what could cause a client don't let click in any button or walk in the game? the clients i tried: 2015-09-16a, 2014-03-05, in the client 2014-03-05 i did a patch before and it is working fine, but the new ones isn't... plus in another computer it is working (i did in it first and made...
  5. L

    Getting time

    I want to get the total time that player is online in the server, so I have this script:   OnPCLoginEvent: @login_time = gettimetick(2); end; OnPCLogoutEvent: query_sql("UPDATE login SET online_time = online_time + "+( gettimetick(2) - @login_time )+" WHERE account_id = "+getcharid(3))...
  6. L

    how to use mysql instead db folder

    Hi i'm trying to figure out how use mysql databases instead db folder in this new conf folder, can someone help me with that?
  7. L

    download page on flux

    Hi, how can I create a download page in flux? I have in my theme folder the downloads.php file but when I try to enter in the page its shows me: 
  8. L

    tryin' to teleport and gettin' error

    When I try to teleport to payon i get this error in prompt: pc_setpos: Passed mapindex(181) is invalid! I'm using pre-re configuration...
  9. L

    does we has any documentation to source functions?

    Hello, i'm comin' back to ragnarok emulators and since the last time i did something with emulators alot has changed, so i'm trying to use an old atcommand that I made in the past and need to update it to become a plugin, so, in my plugin i'm trying to using somethings like sql commands...
  10. L

    database para logs

    Não há mais a possibilidade de selecionar uma database diferente para salvar os logs?
  11. L

    doubt about clientinfo.xml

    Hi All! Someone know if the client accept the clientinfo.xml in the follow way? <?xml version="1.0" encoding="euc-kr"?><clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype&gt...
  12. L

    RROCP

    Hi folks! I have a project to create a remote control panel to manage the emulator the panel will be a windows application not a web panel due to security and because I prefer this way (maybe will has a phone app too), it will include several options and will work only with ssh based servers...
  13. L

    2013 client problem to login with grf

    Hi guys, I'm trying to connect with 2013-08-14 client (I tried with 2013-03-20) and the problem is: When I use the clientinfo.xml inside the data folter I can log in the server and play, but when I compact in GRF it doesn't work, I just can't login, it fail, i tried to see what happen when I...
  14. L

    identify a guild and your castle

    How can i store the ID and castle about a guild in variables inside the sorcer?
  15. L

    Thor patch status label problem

    When i open the patch it show the progress bar correct, but not the file that was getting Code of label:[Label:Status]AutoResize = falseWidth=352Height=50Left=105Top=563Alignment='left'FontColor=$000000FontName =''FontSize =Text=''Hook='StatusChange'
  16. L

    Modification in fee rate of vending skill

    How can i modify the fee rate of vending skill to be recorded in an sql table? doesnt need to do the code, i wanna know just where can I find it to modify
Back
Top