Jump to content

luan122

Members
  • Content Count

    38
  • Joined

  • Last visited

Everything posted by luan122

  1. Could someone list them to me? Ty!
  2. 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. could you give me a working patch list? i cant make this work
  4. 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 worked, could someone point me to the correct direction?
  5. luan122

    PEEK fork

    does it works with packet obfuscation?
  6. I tried with all resolutions and nothing...
  7. I'm doing with recommended only, this happen just in my computter others can play w/o problem
  8. 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 my patch, but when I downloaded in my home it doesn't work)
  9. @Smoke I want to create a command called @hidebgmsg to hide announces from BG I did this modifications: On line 90 I add this: bindatcmd "esconderbc","BG_Queue_Handler::OnDoHideMsg",0,99; On line 165 I add this: OnDoHideMsg: if(hideBcMsg == 1){ set hideBcMsg,0; dispbottom "[As mensagens da batalha campal foram ativadas!]"; } else{ set hideBcMsg,1; dispbottom "[As mensagens da batalha campal foram desativadas!]"; } end; And on line 274 I put a if like this: if(hideBcMsg != 1){ announce .@msg$,0,.BG_Color$[$BG_Index],0x190,12,100,100; } When I start the server and check the logs i get this msg: [Warning]: script_get_val: cannot access player variable 'hideBcMsg', defaulting to 0 What am I missing here? could you help me? =)
  10. Aabout your questions, I didn't edited the src just applied some plugins, extended vending, hBG and one mine that includes a new atcommand, I just updated the emulador and the problem was solved not sure what caused the problem. Sorry if I didn't understood what you wanted, but first of all I just came here asking help to fix it in my server, I'm not a "kid" and didn't disrespect anyone here to give you the right to call me that. I think respect comes with respect.
  11. Just create the novice and log in the server, in lv 1 you will get 6281 MaxSp. @edit Forgot to say it is PRE-RE
  12. this bug persist, did someone found a way to fix it?
  13. luan122

    Getting time

    Yepe i did a mistake I did it from the start and it comes a true value in seconds, thank you all!
  14. luan122

    Getting time

    even adding / 1000 it gave me 34 days that isn't correct since I didn't expend those days playing
  15. luan122

    Getting time

    in php the exactly function gave me back this information: 34669 days i think something is wrong in the proccess, not sure if is when I save or when I retrieve... the value I have in db is 2995424936.
  16. luan122

    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)); end; What I want to know is if the way I'm sum it is correct and how can I convert the final value in time as h:m:s I tried to find it but didn't Thanks!
  17. 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?
  18. 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:
  19. 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...
  20. 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 (sql_query, sql_numrows and etc), sc_start, clif_displaymessage and run_script, can someone help me how I can use those commands in source or point a guide please, thanks! sql commands: sc_start: run_script:
  21. Não há mais a possibilidade de selecionar uma database diferente para salvar os logs?
  22. This looks amazing (at least the explanation make it be haha) I hope i get time to test it and anothers couple of scripts that I saw before and make a solid comment, but the idea in general is great!
  23. luan122

    RROCP

    Removed the screens from the first post, I will update it soon. To those that want to test the program, I will let it free while I don't release the final version, when I do that all the free licenses will be revoked and to people that want to keep the license will need a subscription. Send me PM with: Login: Email: Password: SSH IP: MySQL IP: Obs.: I dont want to handle with your pass, so please, send me it in MD5 http://md5encryption.com
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.