Jump to content

SilverMayCry

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by SilverMayCry

  1. anyone got a solution for loginout problem for newer clients,,
  2. skills doesn't work yet. as for the sprites, if you use 2012 clients with their respective lua files, and you have an updated renewal client. you can see them when you change job to kagerou/oboro. (if you're using rathena of course).
  3. poring_w01<tab>mapflag<tab>nodrop poring_w01<tab>mapflag<tab>noloot
  4. TRUNCATE cart_inventory; just get the table names except the login. do this for others you can list it and run it as a single query. cart_inventory, inventory, storage, char.
  5. i think 2011-11-16 is the most stable client for now..
  6. you have to get the date of your client.. and define it on mmo.h then recompile..
  7. just use the default one that comes with rathena. it works on all jobs platinum skills..
  8. Try this.. This is from an updated Miruku Client.. AI Folders.7z
  9. i'm also waiting on this.. i hope they implement it already xD btw.. Kagerou and Oboro is not 3rd Job. its the second job of Ninja.
  10. as the title says. can i request translations for 2012 + clients msgstringtable.txt 1. Guild Creation Window, guild disband button. 2. Navigation System's Hover Descriptions. 3. Battleground Window. 4. Quest Window. 5. Party Booking List (Buttons are in Korean) I have the latest data folder translated, lua files, clientinfo langtype is set to 1 client diffed with plain text descriptions so don't tell me to update my lua or whatever xD. Btw. Latest msgstringtable.txt anyone can find is not fully translated for 2012+ clients. This is a request. Not a support topic =p
  11. if you dont get an error on mapserver about the item then script is working fine.. if your Skill Window is renewal, it wont shop up on the Big Skill WIndow.. Click the minimize button on upper right and use old skill window The skill will appear when you scroll down. Don't quote me on this. xD
  12. it's a wrong password.. when you are configuring your mysql. did you set the password correctly. try using root as password if if doesn't work.just reinstall your mysql.
  13. if(BaseLevel<255) go to Nlevel; Nlevel: mes @header$; mes "Im sorry but you are not level 255"; mes "Go level if you want to Broadcast"; close; oops someone already replied..
  14. This is a permission error.. Check your config/application.php and make sure ports and ip's are correct.. Then reinstall. Did you mean 2 servers with 1 login? On your second server, you just need to define the Global SQL settings just like the first server.
  15. Get the right lua files for your client. here is the latest lua/lub files for 2012+ -> http://trac.assembla...ua_Project/lubs if your using 2012+ folder structure must be data/luafiles514/lua files not data/lua files/ as for the rejected from server.. Diff skip_packet_obfuscation on Shin's Diff patcher and put the right packets for your client on packet db.txt Read this Post for more info: http://rathena.org/board/topic/62066-3x-classes-are-finally-all-available/page__view__findpost__p__94703
  16. it must be data/luafiles514/lua files/ On newer Clients , they read the Lua Files 514 folder First so you'll get lots of lua errors when you put data/lua files first that happened to me before
  17. as kanage said above. dont check HKLM to HKCU diff here's a translated Blue setup for 2012+ clients http://www.mediafire.com/?8611jhwigizszxw
  18. it wont work, the jobname and npc identity lua of 20100730 is outdated get 2011-11-16 client here -> http://pyro-ro.com/log/listing.php?repname=kei-clientside&path=%2FClients%2FRagexeRE%2F2011%2Faeacb4ef488e4be989f9ada587890c33b diff it to your liking get the 2011-11-16 Lua/Lub files -> http://www.assembla.com/code/ClientSide/subversion/nodes/Lua_Project/lubs/Lub%20Files%205.0.2/2011-11-16%20Lub%20Files%20%5BTranslated%5D.rar?rev=217 data folder here ->http://svn6.assembla.com/svn/ClientSide/Translation_Project/data/ packet_db here -> http://www.assembla.com/code/ClientSide/subversion/nodes/Packets/Packet_db/packets_2011-11-16aRagexeRE.txt?rev=217 define in mmo.h #define 20111116
  19. Adding Custom Maps: 1. Get your custom map, you need .gat, .rsw and .gnd . Put it in a data folder and repack it on a grf 2. Go to conf/grf-files.txt - do it like this (Put your map.grf, rdata and data.grf to a folder named test) grf: C:testmap.grf <- if you named your grf like this. grf: C:testrdata.grf grf: C:testdata.grf 3. go to db/mapindex.txt and add this line at the bottom //Custom Maps testmap 4. go to conf/maps_athena.conf and add a line like this at the bottom //Custom Maps map: testmap 5. Open your main grf and extract your mapnametable.txt then add a line like this //Custom Map test.rsw#Test Map# then repack your grf and include the mapnametable.txt 6. Navigate to your rathena folder example: C:UsersDesktoprathena <- get the folder path (copy) 7. Open CMD. type cmd at start menu and run as administrator type cd and paste folder path of your rathena and type mapcache.exe example: C:UsersDesktoprathenamapcache.exe (press enter) It will now rebuild your mapcache with all official maps from data and rdata together with your custom map. you can see the results at the bottom and see if there are errors on the cmd window.| Thats all..
  20. here is the structure (Ansi Encoded) data/sprite/Àΰ£Á·/¸Ó¸®Åë/¿© -> Female Hairstyles data/sprite/Àΰ£Á·/¸Ó¸®Åë/³² -> Male Hairstyles Here is a standalone grf containing 43 Hairstyles, 251 Hair Dye and 553 Cloth Colors Compatible with 3rd Jobs just define it on your data.ini http://www.mediafire.com/?aqok2x2c3q5uuna And heres the Dye NPC Attached dye.txt
  21. Check Line 874.. you are missing a comma at the end it should look like = "Test",
  22. Question, are the skills of Kagerou and Oboro working now.. I can see the sprites of kagerou and oboro and i can level up the skills, but i cant drag them to the shortcut window.. i cant click on them and the skill descriptions and names of some skills are Ansi Encoded.. =p (maybe lub/lua thingy)
×
×
  • Create New...