Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. I suggest you just transfer over to rAthena. 3CeAM has died. rAthena already supports Third Classes with Oboru and Kage.
  2. Only special files that are able to be converted to SQL is your item_db and mob_db. http://mysterious-pr...trunk/TxTtoSQL/ There is no file that I am aware of that can convert the mob_skill into SQL as of yet. Check the post below for mob_skill ;3
  3. So, you updated your SQL table with the new SQL update correct? Re-equip those gears of yours and relog and see if it still caused. You must make sure that you've updated your SQL table with the new SQL update.
  4. Mystery

    Record

    Alt + v and go to Record button? I think that's what it's called. To replay your saved recorded video, you need the client called RagnarokReplay.exe
  5. Are you asking you wanna know how to add more Eventqueues?.. o_o If so, then it's source: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/map.h #define MAX_EVENTQUEUE 2 #define MAX_EVENTTIMER 32
  6. Quest DB Structure: // Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title For Endless Tower: 60200,3600,0,0,0,0,0,0,"Endless Tower Effect" 60201,14400,0,0,0,0,0,0,"Endless Tower Time Limit" 3600 and 14400 is the time limit (duration). Try changing these first then try the script.
  7. Other than Judas': http://supportmii.com/board/index.php?/forum/18-svn-compilation-releases-trunkstable/ Though, if you're not knowledgeable in SQL.. rAthena doesn't have TXT based servers anymore.
  8. No point creating another topic about the same problem: http://rathena.org/board/topic/68841-how-to-fix-this-star-glad-skill-like-union/
  9. Mystery

    Emperium

    Search function works like a charm: http://rathena.org/board/topic/67996-emperium-problem/#entry122486
  10. Try to follow this as precise as you can: http://rathena.org/wiki/@go Then for custom maps, add them to maps_athena and map_index and you'd be good to go. Note: You need the map in your map_cache as well!
  11. The pet not attacking the same class as it is.. is that official in iRO and kRO? o_o
  12. You may have patched.. doesn't mean your own lua/lub files have been. When you patch, you just get the new NPC sprite.. Since your data folder is being read first (hopefully it should be) you would need to update your own lua/lub files so that the graveyard NPC is in it.
  13. Did you add the plugin to Skip Packet Header Obfuscation?
  14. http://rathena.org/wiki/Favorite_tab Try updating your SQL with this: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/upgrade_svn16518.sql then try to recompile.
  15. Mystery

    Help ! ASAP!

    What is currently there.. is that rAthena officially supports 2012-04-10 clients. It's your job to download the clients here, while downloading specific Setups suitable for clients by going here then download this tool to help diff clients. After all that, you can download a data folder here: http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/
  16. Uh don't go there.. you must go into the /trunk section: https://rathena.svn..../rathena/trunk/ To get a working copy of the SVN, you must download the SVN through TortoiseSVN. Not really. rAthena is a fork over eAthena. Rytech has closed 3CeAM long long ago already. rAthena is the newest emulator that has Third Jobs working well with Kageoru and Oboro while also having a /config folder within the source so people have a choice to run Renewal or Pre-renewal servers. rAthena is more updated and optimized than eAthena. If you keep updated with our Changelogs through Trac, you'll see our Timeline with a lot of changes being done.
  17. Currently, there are no precompiled rAthena servers as of yet.
  18. Mystery

    About EDP

    If you want EDP to not efect cross impact, remove GC_CRSSIMPACT from the list if( sc->data[sC_EDP] ){ // FIX ME: Should Rolling Cutter be affected by EDP? switch(skill_num){ case AS_SPLASHER: case AS_VENOMKNIFE: case AS_GRIMTOOTH: case GC_ROLLINGCUTTER: break; #ifndef RENEWAL_EDP case ASC_BREAKER: case ASC_METEORASSAULT: break; #else case AS_SONICBLOW: case ASC_BREAKER: case GC_COUNTERSLASH: ATK_RATE(50); // only modifier is halved but still benefit with the damage bonus break; #endif default:
  19. Have you tried removing the cashpoints value for account 200063?
  20. Yeah, it's only partially fixed:
  21. Body Relocation has fixed in r16541.
  22. rAthena is based on Renewal with configurations to run on Pre-renewal interface as well. eAthena is solely based on pre-renewal with less modifications and advanced coding (source changes) than rAthena. The Fork.
  23. You can see a lot of our progression through the Trac as well as this topic: http://rathena.org/board/topic/63001-my-rathena-suggestions/
  24. That's cause you're using "Plain" hit the button and another option should come up and click that. Plus, when you're downloading the WeeDiff, make sure to download the plugins as well.
×
×
  • Create New...