Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. Hm.. try using this software instead: http://boards.mysterious-ro.com/index.php?app=core&module=attach&section=attach&attach_id=34
  2. Or here: http://sourceforge.n...ac/rathena/log/ And normally, you would wanna look for this section: Which states what exactly was changed
  3. What are the errors given before those last lines =/. Normally, it would state where it found the error in the specific file in the map/ folder.
  4. Changing this: // For PK Server Mode. Change this to define the minimum level players can start PK-ing pk_min_level: 55 will help. If you set it to 100, only players who are 100+ can start to PK. Thus, players level 99 and under won't be affected. What this means: // For PK Server Mode. It specifies the maximum level difference between // players to let them attack each other. 0 disables said limit. pk_level_range: 0 is if lets say you're 100, and you set the max level range to lets say.. 55. Players who are level 100 to 155 can PK each other. Players 155 to 310 can PK each other.
  5. fayrie, you should always try to use the search function before hand because there are already posted through rAthena's boards <3
  6. You should always be up-to-date with rAthena's changes . I suggest you update right away if you're really outdated. I believe Eden was always in scripts_athena or it was moved from scripts_custom.
  7. Check in your scripts_athena.conf: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/pre-re/scripts_athena.conf // Eden Group //npc: npc/re/quests/eden/eden_common.txt //npc: npc/re/quests/eden/eden_service.txt //npc: npc/re/quests/eden/eden_quests.txt //npc: npc/re/quests/eden/11-25.txt //npc: npc/re/quests/eden/26-40.txt //npc: npc/re/quests/eden/41-55.txt //npc: npc/re/quests/eden/56-70.txt //npc: npc/re/quests/eden/71-85.txt //npc: npc/re/quests/eden/86-90.txt //npc: npc/re/quests/eden/91-99.txt
  8. Try: Either codes should work, but you mentioned that with your second code, it works but you don't get the effect meant for that class. I think you're gonna have to re-equip the gear so that the effect that is MEANT for the specific class can be applied. I've had an issue with setting specific class bonuses but if they changed classes, the effect still applied from their previous class until they've re-equipped their equipment.
  9. You're forgetting the initial support which is when they first implemented into rAthena: http://trac.rathena.org/changeset/16381/rathena while your change is further modifications/adjustments towards homun S.
  10. Those are in your lua files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/stateicon/stateiconinfo.lua
  11. Miruku doesn't seem to support the Replay client feature =/. I've had the same problem with that. But as Bryn mentioned, you can do that way to get it to play.
  12. What did you change in your source? Any mods? Cause I can use my food =/
  13. Have you tried: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/skill.conf // Allow use of SG skills without proper day (Sun/Moon/Star) ? allow_skill_without_day: no because I believe the days you can use the Star are 5,10,15,20,25,30
  14. Get this: http://rathena.org/board/topic/56095-miruku/ or get the kRO files from ratemyserver.net
  15. Use this to convert your dump into readable content: http://rathena.org/board/topic/65685-hex2str/ to find out what exactly is causing your error.
  16. You used the command prompt? How exactly did you get it to work through that?
  17. Can be found here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf
  18. omfgz! I need to download it then! :>
  19. Are you disabling the NPC inside the script itself?.. or from the root directory? Can you show us what you've done?
  20. I'm planning to release it for everybody,
  21. What are your current rates in your drops.conf?
  22. You wanna look for these: `head_top` smallint(6) unsigned NOT NULL default '0', `head_mid` smallint(6) unsigned NOT NULL default '0', `head_bottom` smallint(6) unsigned NOT NULL default '0', head_top, head_mid, and head_bottom in your char SQL Table and change the value to 0.
  23. Your image is damaged for me =/
  24. Mystery

    Adding mobs

    Thanks for your help!! Haha, no problem . Does everything work though?
×
×
  • Create New...