Jump to content

Amellia sizilia sembiring

Members
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Amellia sizilia sembiring

  1. if u want full protected from DDoS attack. take dedicated server and setup your firewall with your policy. ex. block all port except 6900,443 and 22. thats all port u will to use to host ragnarok emulator and web service and ssh tunneling. and make policy to port 6900 to 5 chance trying connecting in 10 minutes. and for web service in port 443 make your policy in apache2. ex. limit active connection to 50 dependent you server speed divide size content file in your web server. and make sure to host full client for first time in other file hosting. only patch in web server. and for port 22 seting for access only specific ip adress. let say your server only can be ssh by ip 102.111.222.333.
  2. Download it from here https://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=12524
  3. Hi, i found interesting things for me that call RoBrowser. and try to setup it but i dont know why it still dont connect to server. this is my step by step in setup RoBrowser: 1. i get the source code then place it to web server. 2. i place data.ini,custom.grf,data.grf, and rdata.grf to resources. 3. i created web client with api.js. the web client source code like this. <!DOCTYPE html> <html> <head> <title>ROBrowser's App from http://www.robrowser.com</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script type="text/javascript" src="../api.js"></script> <script type="text/javascript"> function initialize() { var ROConfig = { target: document.getElementById("robrowser"), type: ROBrowser.TYPE.FRAME, application: ROBrowser.APP.ONLINE, remoteClient: "http://127.0.0.1/client/", width: 800, height: 600, development: false, servers: [{ display: "Demo Server", desc: "roBrowser's demo server", address: "127.0.0.1", port: 6900, version: 51, langtype: 0, packetver: 20141022, packetKeys: true, adminList: [2000000] }], skipServerList: true, skipIntro: false, }; var RO = new ROBrowser(ROConfig); RO.start(); } window.addEventListener("load", initialize, false); </script> </head> <body> <h1>Ragnarok Online in the browser </h1> <div id="robrowser">Initializing roBrowser...</div> </body> </html> is there something miss it?
  4. Check your clientexe in config.ini. its match with your client name with exe. ex. "xxx.exe". dont "xxx".
  5. your root url should be "xxx.com/patch/" where the plist.txt there.
  6. make sure you are enable sql database in inter_athena.conf.. and everytime changed in mysql. the server need to restart.
  7. Let it say. u have working thor patcher and ever to use. what u need to do is generate thor file with output 'File' selection not RO Grf and in input with folder selection only that.
  8. its work only with command @hstyle in game. but at menu created game it keep max 23 only. like the client need to hex something not diff 64k only.
  9. Hi, i want to add custom hairstyle. what i did so far is edit value max hairstyle in client.conf to 84. then, already diff client to support 64k. and last i already put spr and act hairstyle in spr folder both male and female. i'm using 2014+ client. is there missing step?
  10. Hi, how can u add the hairstyle? i tried to edit client.conf to change it to 84 max hairstyle then my client already diff with 64k hairstyle and extract the folder to data. but it doenst work. may u give tutorial with picture?
  11. Fresh idea, i like it may u attach screen shot?
  12. Emistry, Please reply with your original answer. dont just copy-paste content is not quality and keep said quality. and about searching u mentioned. i already try 3 decompiler version lub to lua not decompiler lua to lub. the link u give is related to compiler. i dont know the answer is crazy or what. topic about decompiler but the answer them gives is compiler. the poster even wonder. once again if we dont know. better to ask than talk nonsense. and about Haziel. i dont like the sentence " i dont want to be rude". in my understanding is like he wants try to attack, insult or fight. if we dont want to get attacked by someone and dont try to attacked someone. dont talk nonsense. just straigh to answer. if u get boring and go refresh in real life. power off your laptop.
  13. thx, i need to decompile lub to lua. its only compile lua to lub.
  14. Hi, i want to decompile lub to lua to add custom item. i need the newer. i use the oldest. i get error.
  15. yes, i have. but it not show icon blink2 in top to indicate theres unread message.only message 1 unread in chat log.
  16. Hi, i have so many thing i want to implement with database. what the syntax to query with npc? ex. npc query to database. SELECT `accountid` FROM `login` if exist execute this if no execute that. thiss my idea about npc so far. prontera,150,150,4 script announcer 501,{ $mes = query('SELECT `accountid` FROM `login` WHERE=2;');; if($mes != null){ npctalk $mes; } }
  17. Hi, i see in conf/battle/misc.cof. theres awesome feature that can push notification in game for unread message mailbox. but its not work?
  18. Emistry, i see. can we add custom effect? Zell, i think we can achieve rain like in video with multiple effect. like fog + rain for night condition. and make script to load other prontera that have stagnant water and whos walk to water will get slow movement like get skill wizard's quamire. i have many idea to implement in RO like real life. like in morning a bunch npc will go out from house and do what a person do usually. there're thief, fighting, mom go a tradisional market to buy vegetable.
  19. Emistry, So sad rain weather is not exist since 2005. i see rain effect on youtube here so awesome https://www.youtube.com/watch?v=_gxO5jK0JPc. i want implement to random rain and when rain weather monster type water get power. Zell, may u tell me how u do it? see youtube video effect rain so awesome. the effect rain is in Dserver ro http://kdr.net.pl/download/
  20. Hi, i try @rain but it seems rain weather is not exist but in official theres rain weather.
  21. i get error in mapserv with parse line in line 1 stoping oninit
  22. Emistry, i try to use your code but nothing happens. my time is 20:45. it should be night now. but its day. and i try to check @time. i get notice the game is in permanent daylight. and i think your top code wrong expression. it should be > not < 18.
  23. Hi, i tried to write my first script for auto day and night daily at 00:00 and 18:00.but many syntax error. if( gettime(3) >= 18 ){set night;} else if ( gettime(3) >= 00 ) {set day;} else {}
  24. Hi, i want to integrate the flux with server database cash point. wheres the location table CP_CREDIT Query.? so i can change it with ACC_REG_NUM. i already see the field same have four field. i think just change the field name in Flux to ACC_REG_NUM field.
  25. hi, i need npc that walking random
×
×
  • Create New...