Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/14 in all areas

  1. Q : My exe doesn't launch, i have a pop up message error A : Use a launcher to enter your login and password : R.O.L.e.X or Loki Launcher . There isn't login window anymore ! Q : My exe still doesn't want to launch even if i use a launcher A : Check the patch Disable Ragexe Filename Check Q : When i'm trying to log in the game, i've an error like (Received unsupported packet (packet 0x5f02, 7 bytes received)) A : if the packet has the pattern 0x0XXX, be sure that your date in the src/mmo.h file has the same date as the exe you're patching, then clean and rebuild your emulator. Next, open your db/packet_db file and search your exe date, then copy the packet_ver number and paste it in your clientinfo.xml file between the <version></version> tags If the packet has the pattern 0xXXXX, then you have to check the patch Disable Packet Encryption in the xDiffPatcher. Q : I have some langtype issue, i can write chinese char or ascii char A : Check the patch Use SSO Login Packet in the xDiffPatcher, then change your langtype in the clientinfo.xml file with the one who match with your country : Langtypes List Q : I have NO MSG strings in game A : Be sure you checked the patch Read msgstringtable.txt in the XDiffPatcher and replace your msgstringtable.txt with this one : http://pastebin.com/Yvxx4CXw Q : I have some sprites errors A : Check the patchs Enable Multiple GRFs or Read Data Folder First if you have sprites custom files into. Finally check the patch Enable 64k Hairstyle Don't use the patchs Shared Body Palettes and Shared Head Palettes if you don't know what're doing. Q : After all, i still have korean strings in my game A : Check the patchs Translate Client In English, and use that translated files in your data folder or in your first grf readed : https://subversion.assembla.com/svn/client-side-translation/ (change your lub extension into lua with this tool : Windows Linux) Q : My items are in korean A : Check the patch Load ItemInfo.lua before lub, check if your iteminfo.lua is in english. You can find a translated one here : https://subversion.assembla.com/svn/client-side-translation/System/itemInfo.lua Q : Why are you using Ragexe instead RagexeRE A : RagexeRe has some creepy packet, is for testing purpose on Kro only and there isn't a cash shop button on it Q : My password and my account are empty on the map-server A : You changed the langtype, so check the patch Use SSO Login Packet Remove this tags if you have them in your clientinfo : <hideaccountlist> and <passwordencrypt> Q : I've an issue with my shadowtable.lua A : Use this one in your system/shadowtable.lua : http://pastebin.com/MFJfwvYN Q : My chats titles are in korean A : Double clicks on them and change them Q : I've an issue with lub files A : Delete them. Mostly they are useless to have them, and by this way you'll be sure that they are up to date in your data.grf folder If you still have trouble with lub files, you can use my own luafiles514 folder (delete your own luafiles514 folder before !!!) http://www.mediafire.com/?uudw9u0siwnycwz Q : My font is in bold or i can't see my guild name or party name A : Use the command /showname in game Q : My launcher keeps launching the setup software A : Don't use HKLM To HKCU patch Q : My client say aossk.dll is missing or i have a HackShield error A : Use the patch in xDiffPatcher : Disable HShield Q : I don't see my NPC or the description of duration icons or my quest contains A : Use this script in your luafiles514 folder : Windows - Linux : This delete all the ****_f.lub files, it's useless for you to keep them, there is no translation strings into it Q : I can't use item compare, my client crash A : Update your kro folder using rsu patcher Q : I've some trouble with some skill effect A : /mineffect disabled = shows skill effect jackfrost wave /effect enabled = shows effects (including buff effects etc) Q : I've trouble with my weapon sprite A : Look here Q : I've trouble with my optioninfo.lua A : Replace your system folder with this one (don't forget to remove before your old one) Work in progress
    1 point
  2. I deleted some sentences here, and I forgot what they were. so this mod, will gives script bonus for specified armor or weapon level at specified refine. Example, 0,10,{ bonus bVit,5; } it will makes all armors that +10, player will get VIT +5. 4,10,{ bonus bStr,5; bonus bInt,5; } all +10 level 4 weapons, will give bonus stat +5 STR and INT Download: refine-bonus-rA-20150913-f6964717.diff [spoiler=old releases] refine_bonus-rA-20140125.diff (Tested on latest Git) How if **Please report any bug found, and if there is suggestion too**
    1 point
  3. My work in progress.. I will reply on this thread once I have an update. Work In Progress Updated Images New linearts.. VERSION 2(WIP)
    1 point
  4. RuheLuft - Angel Faction Sky Map (Download Link) RuheLuft (roughly translated to Calm Air) is a Rachel themed Angel Faction map. I took this map as a free request, with the understanding that it would be a free release. RuheLuft is composed of 7 islands- a town square, residential, commerce, faction camp, park, spring, and temple, all combined by bridges and a floating path. FAQ Adding a sky map- Adding a sky map is the same as adding any other map. The only difference is that you need to hex edit another map (which will be replaced and must be the same number of characters in length. To change the name, open the map in BrowEdit r586 and 'save as' desired name.) Hex Editor used in on adding sky maps. Enjoy, ~Azura Skyy
    1 point
  5. http://rathena.org/board/forum/44-employment/
    1 point
  6. you can follow this guide from cassiel
    1 point
  7. Use something like if (EQI_ARMOR == Itemid here) { mes "I cant allow you to enter with that equipped armor."; mes "Please store it and come back."; close; } You will also need to check if item is in inventory but Its the only way i know how to do it because i dont remember that mapflag working at all
    1 point
  8. I'm not sure if this was ever fix but I'm pretty sure it's a bug... The item is unequipped when entering the restricted map but your able to equip it like it never happened.
    1 point
  9. Simply edit mappostable.txt in the data folder. Change the array size from "12@" to "13@" and add the locations at the end of the file with this format : 12#map_name.rsw#x1#y1#x2#y2 Example : 12#abyss_02.rsw#301#0#500#100# The coordinates represent the top left point (x1, y1) and the bottom right point (x2, y2).
    1 point
  10. Try this http://pastebin.com/KdPYBx8Z Just edit for your config.~
    1 point
  11. If your using rathena try using an itemshop <map name>,<x>,<y>,<facing>%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...} Edit: to clarify this shop cost items to buy items
    1 point
  12. I think someone done this script with Euphy's Quest Shop. I'll edit this post when I found it. Found It! Hope I helped you for this hatmaker.txt
    1 point
×
×
  • Create New...