Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Winz

  1. ^ please mark the thread as answered then. -.- what else is aleos =.=
  2. Hello, please delete your rAthena's SVN and get the newer one, GIT. somebody has the exactly same problem and replacing the SVN with GIT solves the problem.
  3. Winz

    asura

    As I know, it's caused because you disabled effects (/effect). that's all.
  4. try to check the calculations on ratemyserver.net. make sure you are taking the renewal (if your server is renewal) or pre-re (otherwise). as I know, rAthena and official kRO server has the same calculations
  5. 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.
  6. First of all, you haven't loaded logs.sql to your ragnarok database, right? you need to do it. Upon logging in, please do not use the ID with accountid = 1. also, make sure that your ID starts at 2'000'000 and has a gender of M / F *the account "username" has an accountid of 1. that ID is reserved for server and nobody shall connect using that ID
  7. 1. For more specific information, LUA is: http://rathena.org/wiki/Lua for a simplified one, take a look at their file name (without _f). they explains the client (almost) every thing needed for your client to work. especially, with sprites. One of LUA files usage is: custom items. (well, custom headgear or official (normal) headgears). First, server will tell the client that the ViewID for an item (let's say Goggles) is **** (I forget) (they're set on item_db). then, upon double clicking the Goggle item (upon wearing it), client will read datainfo/accessoryid.lua to translate the ViewID from item_db.txt to something like "[ACCESSORY_GOGGLES]", then it will open datainfo/accname.lua to get the real sprite name (something.act, something.spr). Then, you should be able to see your goggles on your head. Another usage (for 2013 clients) is item description, item resource name. While previously we used idnum2itemdesctable.txt and so on, 2013 clients use lua files to replace them. therefore, this lua file will hold the description and the sprite name and item name to be shown for a particular item (System/iteminfo.lua lub) (2013 clients++) 2. If you have downloaded translated lua files, the files inside data/lua files/ are lub files. they're the compiled (encrypted) version of their source files (data/luafiles514/lua files). it depends on how did you diff the client, to read lua files first or to read lub files first.
  8. go with 2013-08-07. it's the latest stable client. diff your own! you can choose the options and adjust everything by yourself
  9. There you go, as well as the configurations: https://www.mediafire.com/folder/etzur6qa49us2/Yuka
  10. I have tried to diff a 20120410 client, but it tells me "Your game.exe is not on the latest version." Do you have a diffed 20120410 client I could try? D: "game.exe is not the latest version."? I believe you have a harmony-protected server, ain't I right? you maybe would like to contact them and tell them that you're changing your client. I can make you one, wait a moment.
  11. you're able to. there are many features introduced in 2012-04-10, like navigation, battleground, etc. yes, you can limit the things to episode 10 only. just disable them from your server. packets, security(?), features, and others, like mouse click delay problem.
  12. seems like you don't take the "disable -1rag1 parameter" while diffing. you need to, I guess. on 2012 clients as well
  13. Winz

    Ctrl + V

    http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  14. Red Boss so you know kRO & Renewal Full Client 2013-12-01 link works but the files show as not there to be downloaded. calm down, It is probably have been reported illegal with some random guys..
  15. yes. that's what I was talking about. change the atcommands on conf/groups.conf
  16. 2010 ragexe? should be this ones: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/ get a newer one! (I used 2011-03-15 lol) no seriously, get a new one, they fixed the click delay. I'm now using 2013-08-07. my friends asked me to change the client
  17. Selamat berjuang, bro! ditunggu hasilnya. English -> Good luck, bro! we're looking forward for the result
  18. I was referring to the sprites on the custom grf and data folder..
  19. they're on [pre-re/re]/db/skill_db.txt. read the wiki to modify them
  20. update your rA to the latest version. remember that we're now using GIT, not SVN recompile after update.
  21. 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/
  22. Winz

    Old map

    maybe you want to search the .map, .rsw, .gnd and everything on google, and rebuild mapcache.
  23. 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.
×
×
  • Create New...