Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    14

Community Answers

  1. Winz's post in is it safe to use amazon ec2 as hosting server was marked as the answer   
    DDOS protection is obtained from the VPS hoster. Harmony protection is acquired by contacting them https://harmonize.it/
  2. Winz's post in help about alt+e alt+q and chat was marked as the answer   
    after changing .h files, you need to recompile them.
    you can use some files like weemapcache and remove them from your mapcache.dat. then, configure the maps indexes on conf/maps_athena.conf
    you also need to download the old town maps and put them to your mapcache and rebuild them.
     
    sorry, I do not do this stuff. you may want to ask your question on Google (pretty much able to find the answer there).
     
     
    NEVER mark your thread as answered if it is not answered because other helpers may tend to ignore the thread. I came here to recall the answer about the alt+e and alt+q thing.
  3. Winz's post in some help in these errors was marked as the answer   
    2011-06-28?
    maybe this lua files are suitable for you. do SVN checkout here:
    http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/
     
    search yours here:
    http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  4. Winz's post in creating character problem was marked as the answer   
    edit clientinfo.xml, it's over here:
    <yellow>     <aid>2000000</aid>     <aid>2000001</aid>     <aid>2000002</aid>     .... </yellow>  
    only type the account ID you want to make them yellow.
    Don't forget to check the one inside data folder and grf too.
  5. Winz's post in charserv-sql.bat error, DB error - unknown column how to fix? was marked as the answer   
    You need to re-load your rAthena database.
    Drop the old one (or back it up first), then create the new database. After that, load main.sql and logs.sql to that database
     
    Hope this helps!
  6. Winz's post in Changes in chars per account and storage limit was marked as the answer   
    Are you sure about this? If you changed the .h but you haven't recompile the server, then there's nothing to do with any problem.
    It could come from your other mofification.
  7. Winz's post in How to fix it please ! was marked as the answer   
    2011-03-15aRagexeRE: http://supportmii.com/ro1/Clients/RagexeRE/2011-03-15aRagexeRE.exe
    The diff patcher: http://supportmii.com/ro1/Clients/DiffPatcher.7z
    Use the patch engine: WeeDiffGenerator v1.02
    Make sure you take this patch as well: Skip Packet Header Obfuscation
     
    Previously, I used 2010-07-07b (not a, a was detected as a virus) obtained from here: http://rathena.org/tools/diff_patcher.php
  8. Winz's post in Linux Permissions was marked as the answer   
    checking permission? ls -l
     
    modify permission: (go back to 1 step above rA's folder),
    chmod a+x -r -R YOurROFolderName
  9. Winz's post in Enable Aura Over 99 was marked as the answer   
    should you use shinn's diff patcher to patch a 2013-05-22? As I know, it should be xDiffPatcher
     
    http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/
  10. Winz's post in .xlsx -> ServerDB ? was marked as the answer   
    If there is no cell depend on other cells, then you can copy everything and paste it to another text editor, like Notepad or Notepad++
     
    After you paste them to your text editor (I'll explain only notepad and notepad++), you will see that each cells are separated by a single tab.
    if you're using notepad, copy each one of those tabs, press Ctrl + H (find and replace), paste the tab on the "Find", and paste a comma [  ,  ] on the replace with.
    then, replace all.
    If you're using notepad++, press Ctrl + H (Find and replace), type [   \t   ] on the Find, and type a comma [  ,  ] on the "replace with". then, select search mode: extended.
     
    don't just copy paste the thing I write. the things you put there shall have no white space, except the tab you copied.
     
    make sure you copy everything properly. at last, do some cleaning up if needed.

    number 2 is possible. just modify the values.
  11. Winz's post in help incorrect client version was marked as the answer   
    Found out that there are some misconfiguration in clientinfo.txt, solved.
    Found out that the sex for player's ID to be 'S', instead of 'M' or 'F', solved.
     
    this problem has been solved, case closed.
  12. Winz's post in Failed Authentication 5011 was marked as the answer   
    Well, assuming from the information provided, I get that "Nicky Zai" is another private server creator, isn't it? (Who is Nicky Zai? link to the website / rA profile? or please give us the exact information, like link to the post or something!)
     
    getting the latest kRO client can be done by downloading the official ones, or at least the original ones, not the one that has been modified. you also can use Miruku client (I posted that once, but it was a sort of outdated)
     
    please, the screenshot, provide them without having somebody asking you to provide them.
  13. Winz's post in "Closed connection from" issue was marked as the answer   
    Hello Zokuma,
     
    try to reset the subnet_athena.conf. many problems of this comes from the misconfiguration of subnet_athena. I hosted online, but I did nothing to this file and it works.
     
    https://github.com/rathena/rathena/blob/master/conf/subnet_athena.conf
     
    Let us know how it goes!
  14. Winz's post in Can someone can Minimize was marked as the answer   
    this problem has been answered for more than 5 times. please search before post. keyword: window size
  15. Winz's post in r17695 compiling error please help.. was marked as the answer   
    clarifying:
     
    I don't know if there's VB2012 or not, but as I know, the most popular rA compiler is called Ms. Visual STUDIO. it has the version of 2010 and 2012. if you're using Windows 7, I recommend you to use VS2010 and open the rathena-10.sln and do the compilation

    that's Visual studio 2012, not VisualBasic 2012.
  16. Winz's post in Status Point? was marked as the answer   
    hey, Mau, can you please specify what is your question, and how do you get those numbers? there are so many files inside the server files that is contains those numbers.


    maybe this is what you're looking for
    http://rathena.org/board/topic/64923-stat-points-cost-per-stat-point-problem/
  17. Winz's post in problem with my update server was marked as the answer   
    have you executed the files inside sql_files/upgrades, which are named as upgrade_sql*****, where ***** stands for the revision renewed? you need to do this one by one.
     
    If your previous revision is 541, then you need to run the upgrade_sql542, then 543, 544, and so on.


    you don't update a git through WinSCP. you do update it using GIT itself
     
    http://goo.gl/EcGG5E
  18. Winz's post in 2012/04/forgot. problem was marked as the answer   
    it's not suggested that the max view id of client to be really high. I use max. 2500 (If I'm not mistaken) and it works perfectly.
     
    check on lua files/datainfo/accname accessoryid  lua lub, make sure everything is typed nicely, the tabs, the spaces, and everything
  19. Winz's post in NeonCube patching help was marked as the answer   
    hello Kami675,
     
    Neoncube Patcher will overwrite every file it receives, and will not merge any of them (unless there's a new file). Neoncube also do not do text processing (which refers to modify content of the file). therefore, if you are sending accname, accessoryid lua lub, and other files, it is suggested that you send the whole updated file.
     
    Get this for example / reference: http://www.mediafire.com/download/voycezth463yudb/ex.grf
     
    *note: careful, do not send it to the clients. just download and extract it and see how the things are.
     
    Hope this helps~
  20. Winz's post in about Usemd5 was marked as the answer   
    If you set "enable_md5" to "yes" on your Control Panel then make an account, the Control Panel will store the password to be an MD5 string. therefore, you will need to open:
     
    /conf/login_athena.conf, set "use_MD5_passwords:" to  "yes"
  21. Winz's post in [string "buf"]:1010: table index is nil was marked as the answer   
    okay, you may send all of them in case of needing others.
     
    for minimal sending, i only need to see:
    datainfo\accname
    datainfo\accessoryid
    datainfo\accname_eng
  22. Winz's post in Help . Cant Compile was marked as the answer   
    please mark this thread as answered by editing the first page.
  23. Winz's post in Izlude warp npc file? was marked as the answer   
    Hello ScriptingPhailure,
     
    As I observed from the RO NPC folder, I found out that Izlude may be (most likely to be) one of the cities that got differences, when the main RO server was pre-renewal and renewal. To get the coordinated npc script and warp script of Izlude, go to npc/pre-re/ or npc/re/  (depending on which you are using).
     
     
    Have a nice day!
  24. Winz's post in Trying to get offline server to online was marked as the answer   
    Hello, this is the most suitable configuration (completely the same as mine, working for both connecting from the same computer and other computer)
     
    char_athena:
     
    login_ip: 127.0.0.1 //bind_ip: 127.0.0.1 char_ip: 66.108.242.58  
    login_athena:
     
    //bind_ip: 127.0.0.1
    map_athena:
     
    char_ip: 127.0.0.1 //bind_ip: 127.0.0.1 map_ip: 66.108.242.58
    subnet_athena:
     
    subnet: 255.0.0.0:127.0.0.1:127.0.0.1 (subnet: set to default)
     
    simply ask your client from the same computer to connect to 127.0.0.1 (localhost) and others from your computer to your static WAN IP (66.108.242.58)
     
    If problem still happens and you are sure you have correctly forwarded your ports, you can, first, check whether your ports are open using http://www.canyouseeme.org/ 
     
    If you're not public to the Internet, then you will need to call your ISP and ask them to open those ports for you.
     
     
    Hope this helps
  25. Winz's post in Lub file open/edit was marked as the answer   
    Hello King555,
     
    if so, then it means the LUB file is an encrypted one, not a regular text file saved with lub extension (well, of course I know about this one. what the freaking awesome you are talking, Winz?)
     
    Editing an Encrypted LUB file needs another application to decrypt it and save it to lua first.
    You may want to get the lua file, edit it, and save it to be the lub file instead of decrypting and re-encrypting it.
     
    Have a nice day!
     
    *to encrypt your lua file, get luac5.1.4.exe then put the files that you want to encrypt, then open Command Prompt ([Win Logo] + [R]) then type cmd, enter.
    take a "cd" to your saved luac514.exe directory and execute this:
    luac5.1.4.exe -o newfilename.lub oldfilename.lua *If your luac514 is in D:\Downloads\, then you need to type this first:
    d: press enter, then this:
    cd Downloads
×
×
  • Create New...