Jump to content

Eroces

Members
  • Posts

    135
  • Joined

  • Last visited

Everything posted by Eroces

  1. but i can't check back wht the gm give? and give to who? @_@ Yes, you can. Euphy's script has a logging option.
  2. I also had this problem before when I was patching my sprite and palette folder. You can try making one patch file for each folder. Don't make a patch file of the whole directory specially if it contains a lot of files. If you have a sprite folder with 4 sub folders, you would need to generate 4 patch files.
  3. Try Euphy's Item Rewards script.
  4. http://thor.aeomin.net/ If you still have the .7z file, you can just extract ThorGenerator.exe. Use ASCII if you see gibberish filenames and unicode if you see Korean filenames.
  5. Eroces

    software

    iXFS is the only existing software for that I think.
  6. Try this. They shouldn't be able to use commands if they are on that map. new_1-1 mapflag nocommand 99
  7. It really won't work because that's your web host. Your MySQL database must be on the same host. Make sure you install MySQL Server. I suggest you read this step by step tutorial by Judas.
  8. Edit your inter_athena.conf // Global SQL settings // overriden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root sql.db_password: password sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: password char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: password map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: password log_db_db: log log_codepage: log_login_db: loginlog
  9. Millenium, use the rAthena Wiki to your advantage. If you come across with script related errors, you can look them up here. Make a thread if you really can't figure it out.
  10. Try using a new ThorGenerator.exe and make sure you make separate patch files for ASCII and unicode.
  11. What Sharpie said or it might be a client problem. Try using 2011-03-15aRagexeRE with Alexandria's data folder. Set mmo.h PACKETVER and recompile.
  12. You don't need to change those. It will work as is. Leave this section unchanged. - shop MSHOP1 -1,512:-1 - shop MSHOP2 -1,512:-1 - shop MSHOP3 -1,512:-1 - shop MSHOP4 -1,512:-1 - shop MSHOP5 -1,512:-1 - shop MSHOP6 -1,512:-1 - shop MSHOP7 -1,512:-1 - shop MSHOP8 -1,512:-1 This too. setarray .Currency[1],513,513,513,513,513,513,513,513; setarray .Shop1[0],1202,5,1229,20; setarray .Shop2[0],5116,15; setarray .Shop3[0],2302,2,2348,30; setarray .Shop4[0],2502,2,2513,15,2523,15; setarray .Shop5[0],2441,15; setarray .Shop6[0],2199,32768; setarray .Shop7[0],4051,3,4285,6; setarray .Shop8[0],513,1,532,2,634,4; Just edit the numbers and your script should work fine. Edit this section if you want to change the labels. set @s, select("Weapons:Headgears:Armors:Garments:Shoes:Shields:Cards:Accessory");
  13. It's not necessary to generate a patch file of your whole Ragnarok directory because you already have rsu-kro-rag-lite and rsu-kro-renewal-lite. You only need to make patches of the files that you added or modified (GRFs, data folder, and client). You can follow this tutorial by Judas on how to setup Thor Patcher.
  14. It would be a hassle to remove 3rd Classes on rAthena. You can either prevent your players from changing into the 3rd Class by disabling the quests and modifying your Job Changer script or you have the option to use eAthena. Comment them out at npc/re/scripts_jobs.txt // -- 3-1 npc: npc/re/jobs/3-1/archbishop.txt npc: npc/re/jobs/3-1/mechanic.txt npc: npc/re/jobs/3-1/ranger.txt npc: npc/re/jobs/3-1/rune_knight.txt npc: npc/re/jobs/3-1/warlock.txt //npc: npc/re/jobs/3-1/guillotine.txt // -- 3-2 npc: npc/re/jobs/3-2/minstrel.txt npc: npc/re/jobs/3-2/wanderer.txt npc: npc/re/jobs/3-2/royal_guard.txt npc: npc/re/jobs/3-2/sorcerer.txt npc: npc/re/jobs/3-2/sura.txt npc: npc/re/jobs/3-2/shadow_chaser.txt npc: npc/re/jobs/3-2/genetic.txt
  15. Make sure your mmo.h PACKETVER matches your client.
  16. Hi dika. New Izlude has been fixed on 16384. Just update your SVN to the latest revision and you should get the correct placement of the NPCs. For your second request, just add this to your existing PvP Warper. announce "[ "+strcharinfo(0)+" ] has entered the PvP Room.",0;
×
×
  • Create New...