Jump to content

Magnetix

Members
  • Posts

    446
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Magnetix

  1. Someone may re-create/re-edit the entire script for you if you mention the mechanic or how your script works.
  2. That I do not know, you have to test it for yourself.
  3. just woke up, slept the entire day!

  4. Which NPC? Garden Entrance or Ancient Hero?
  5. This was my suggestion to RN1986 regarding stats distribution (from PM) hope this will help
  6. The wiki can help you solve your question. Wiki: Installation Guide You have to choose the guide that corresponds to your current OS. Make sure to read and understand what are included in our guide. If you have questions, don't hesitate to ask. Just keep in mind to follow our rules when posting or seeking for answers and all is good.
  7. Are you on WinXP SP3?
  8. To make it clear what they're saying is import your logs.sql to your ragnarok schema where you imported main.sql
  9. OnPCLogOutEvent: if ( strcharinfo(3) == "1@pump" ) { if ( getmapusers("1@pump") == 0 ) { announce "MvP room is now availabe.", bc_all; killmonsterall "1@pump"; disablenpc "MvP Summoner"; } } // = Mapflag 1@pump mapflag nosave SavePoint I don't know if this will work. I can't find event that triggers when a user leaves a map example warping out of the map. You may want to add a check script for the map every x minutes to get mapusers, in case they leave the map without logging out. Another alternative is to provide an npc to exit the map.
  10. Magnetix

    getmapuser

    Kindly post your script.
  11. If you wish to use HKLM_to_HKCU, make sure you use a patched setup.exe
  12. CalciumKid's release of a basic data is only compatible to a range of clients. If you wish to use 2011-11-xx and above, you'll have to compile your own data files, specially Lua Files.
  13. since log_db_db is set to ragnarok, main.sql and logs.sql should be imported on the same db. if you imported logs.sql on a different schema, change ragnarok to the name of your schema.
  14. there's this npc/other/Global_Functions.txt
  15. you're using pre-re mob_db.txt, if you don't want to remove those lines from respawn script, copy the missing mobs from renewal's mob db.
  16. you have to install make if you're using CentOS you can follow this guide
  17. Using pre-re statpoint db you can increase that to 7k http://pastebin.com/UNuySmi9
  18. short way, remove 3rd class job change quests and remove ability to change job to 3rd class from job masters. EDIT It will take time to completely remove 3rd classes from rAthena's source. First disable 3rd class job change quests. look into npc folder and open scripts_jobs.conf find this line // -- 3-1 npc: npc/jobs/3-1/archbishop.txt npc: npc/jobs/3-1/mechanic.txt npc: npc/jobs/3-1/ranger.txt npc: npc/jobs/3-1/rune_knight.txt npc: npc/jobs/3-1/warlock.txt //npc: npc/jobs/3-1/guillotine.txt // -- 3-2 npc: npc/jobs/3-2/minstrel.txt npc: npc/jobs/3-2/wanderer.txt npc: npc/jobs/3-2/royal_guard.txt npc: npc/jobs/3-2/sorcerer.txt npc: npc/jobs/3-2/sura.txt //npc: npc/jobs/3-2/shadowchaser.txt npc: npc/jobs/3-2/genetic.txt replace them with // -- 3-1 //npc: npc/jobs/3-1/archbishop.txt //npc: npc/jobs/3-1/mechanic.txt //npc: npc/jobs/3-1/ranger.txt //npc: npc/jobs/3-1/rune_knight.txt //npc: npc/jobs/3-1/warlock.txt //npc: npc/jobs/3-1/guillotine.txt // -- 3-2 //npc: npc/jobs/3-2/minstrel.txt //npc: npc/jobs/3-2/wanderer.txt //npc: npc/jobs/3-2/royal_guard.txt //npc: npc/jobs/3-2/sorcerer.txt //npc: npc/jobs/3-2/sura.txt //npc: npc/jobs/3-2/shadowchaser.txt //npc: npc/jobs/3-2/genetic.txt if you're using a custom job changer npc, make sure to disable changing to 3rd class or you can use eAthena's custom job changer so your players will be limited to trans class job change. hope this will help.
  19. conf>battle>player.conf and look for these lines // Max limit of char stats. (agi, str, etc.) max_parameter: 99 // Same as max_parameter, but for 3rd classes. max_third_parameter: 120 // Same as max_parameter, but for baby classes. max_baby_parameter: 80 // Same as max_parameter, but for baby 3rd's. max_baby_third_parameter: 108
  20. the first link, calciumkid's release, is a complete basic data + client the 2nd link is a full ragnarok client imo I find it easier to use the data folder it depends on what features you want your server to include if you want to use costume system then use 2010-07-xx and above for mounts use 2010-10-xx and above for newer mounts use 2011-11-16 and above CalciumKid's release includes the basic data files with the client and lua.
  21. If you don't want your boss drop rate to be affected by the changes, you will have to do it manually. In order to do this, edit db>re/pre-re>mob_db.txt and find each mini bosses, edit the drop rates manually.
  22. Follow these simple steps (assuming your using 3.5.x): Login to your database through PhpMyAdmin (use your mysql credential) On the left window pane, click on the database where you want to import main.sql Click Import tab on the main window Under File to Import click on Browse Navigate through drives and folders and find main.sql and click Open. Scroll down, find Go button and click. Wait for it to finish uploading. In case of an error you will be notified through the main window.
  23. terrible, terrible headache!

  24. I apologize but that wasn't meant for you F0xxy. My post was a continuation of your explanation that's why I quoted your post.
  25. I already corrected that SlashGeeGee. See the script I posted above.
×
×
  • Create New...