Jump to content

Ai4rei

Members
  • Content Count

    242
  • Joined

  • Last visited

  • Days Won

    81

Everything posted by Ai4rei

  1. I have decided to make the window wider instead. There are new bits for 2.8: IDCHECKBOX_RESETWINDOWS, "Restores the default position and settings of ingame user-interface elements for all servers upon next saving.nNote: This action cannot be undone." IDCHECKBOX_RESETSKILLLV, "Deletes all skill-tree skill level selector information for all characters on all servers upon next saving.nnReclaimed space can total up to few hundred kilobytes registry data for accounts with a very long history.nNote: This action cannot be undone." IDCHECKBOX_RESETFOLDER, "Deletes all user data created by the client.nnThis will delete all screenshots, saved chat conversations and cached guild emblems from the folder OpenSetup resides in.nNote: Files are moved into the recycle bin, if possible." IDCHECKBOX_RESETSETTING, "Deletes ALL settings, restoring the installation to factory-defaults, except for received patches.nnSettings will be lost and have to be set anew. Normally you use this when you are about to uninstall the game.nNote: This action cannot be undone." IDINFOICON_VIDEO_REMOTESESSION, "Warning: Remote desktop session detected.rnrnYour graphics card cannot be detected over RDP." IDCHECKBOX_SKILLSNAP, "Turns targeting cursor snapping for skills on and off.rnrnIngame: /skillsnap" TEXT_MISC_DRAGSIZE_INFO, "%ldx%ld - resize the window to desired size"
  2. No problem, thanks. Just a small issue, "reset all" is cut off (ignore the crippled characters):
  3. Only a selected subset of commands is recognized in the OptionInfo.lua, /mineffect is not among them and is ignored by the client.
  4. If done on the server-side, you'll have constant flood of network traffic; then imagine if 100 people talk to such an NPC.If done on either side, you'll most likely have a great deal of flicker; players with epilepsy won't be very much amused.
  5. Set the Windows SDK include/lib directory (in options) to be searched first.
  6. Check the build instructions in doc/build.txt, you are lacking the DirectX SDK and Lua library. It also seems that you are missing a significant portion of the Windows SDK. It was "Aceptar" in Windows 98 Will fix it with next update. pt-br is currently missing the following bits:[*]IDCHECKBOX_MOUSEEXCLUSIVE [*]TEXT_DLG_LIST_CP_DEFAULT [*]TEXT_DLG_LIST_CP_UNKNOWN [*]TEXT_DLG_COMMANDS [*]TEXT_DLG_RESET_RESTORE [*]TEXT_DLG_RESET_WINDOWS [*]TEXT_DLG_RESET_SKILLLV [*]TEXT_DLG_RESET_FOLDER [*]TEXT_DLG_RESET_SETTING [*]TEXT_ERROR__TITLE [*]TEXT_ERROR__TITLE_LUA [*]TEXT_ERROR__SYSTEM_ERROR [*]TEXT_ERROR_INIT_MUTEX [*]TEXT_ERROR_INIT_COMCTL32 [*]TEXT_ERROR_INIT_DIRECTX7 [*]TEXT_ERROR_HKEY_CREATE [*]TEXT_ERROR_HKEY_WRITE [*]TEXT_ERROR_HKEY_OPT_CREATE [*]TEXT_ERROR_HKEY_OPT_WRITE [*]TEXT_ERROR_FILE_WRITE [*]TEXT_ERROR_FILE_OPEN_READONLY [*]TEXT_ERROR_FILE_OPEN [*]TEXT_ERROR_DIRECTORY_CREATE [*]TEXT_ERROR_ROEXT_WRITE [*]TEXT_ERROR_IPC_FAILED [*]TEXT_ERROR_UNKNOWN_ENGINE See the template in the first post for the texts. Thanks in advance.
  7. Updated to 2.7.0, adds Spanish translation, settings reset and configurable engine on startup. For details see website.
  8. Note: This topic is no longer updated. Note: This topic is the continuation of the Shin's Diff Patcher and WeeDiffGen projects. I haven't written it, but am just maintaining it. Atwl WeeDiff & WeeDiffGen About See the archived topics above. Known Issues Some plug-ins do not work with Themida clients, whether unpacked or not. Download WeeDiff binary builds (outdated) WeeDiff sources WeeDiffGen binary builds (outdated) WeeDiffGen sources License Original source: Copyright © 2011 ShinryoThis software is provided 'as-is', without any express or impliedwarranty. In no event will the authors be held liable for any damagesarising from the use of this software.You are allowed to alter this software and redistribute it freely withthe following restrictions: 1. You must not claim that you wrote the original software.2. Do not represent your altered source version as original software.3. This notice may not be removed or altered from any source distribution. Plug-ins introduced in the atwl repository: This work is licensed under a Creative Commons Attribution-Noncommercial-ShareAlike 3.0 Unported License.
  9. Unless you can wait for next release, you just have to import the localized string-table to the existing resources, ex. with ResHacker.
  10. Updated rocred to support passing password as md5 hash to the client.
  11. Thank you very much. I have no problems with reverse lookup of error messages, except for screenshot Chinese and Korean, since I can neither type them out, nor have an IME pad for those.
  12. RO Open Setup About Enhanced alternative for the default game setup application shipped with every RagnarokOnline installation. Comes in several languages, is free of cost and works on every 32-bit and 64-bit Microsoft* Windows* platform. Known Issues None. Download & Website http://ai4rei.net/p/opensetup License This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
  13. You may want to take a look at the continuation of the WeeDiffGen project at http://sourceforge.net/projects/atwl/files/WeeDiffGen/
  14. Note, all strings are in the resources, so you can have unrestricted title, if you edit the stringtables with ResHacker or something to that effect; just saying.
  15. The reason for that is (at least for the mentioned script) the fact, that it is stored as UTF-8. The C runtime reads 'cutin "°¡À̾ƽºÄ«µå",4;' happily as something like 'cutin "°¡À̾ƽºÄ«µå",4;', basically the raw representation of the UTF-8 data in ASCII. Blame goes to rAthena r15251.
×
×
  • Create New...

Important Information

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