Jump to content

Akkarin

Forum Manager
  • Posts

    3127
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. There's a report in the Docs Bug Tracker (bugreport:4999) that's been there for a while - any devs fancy following this up?
  2. Hey guys! I've been looking at the list of Special:WantedPages pages on the wiki this morning and thought "There's so much to do @.@". Then I had a thought! There's alot of documentation that needs updating (I have a long list in my notebook), but, what about what's missing? As a Tech, I used to tell people that "I can't fix their computer if I don't know it's broken". I'd like to apply the same in rAthena with the help of the Bug Tracker. If you notice anything that isn't documented in /docs/ on the SVN, or is incorrect.. shove in on there -> http://rathena.org/b...project-3-docs/. Don't be afraid to post a bug report - they're one of the main methods of getting issues known to the dev team. Also, don't be afraid to add or edit pages on the Wiki. All forum users with more than 1 post count are able to make changes (I keep a close eye on those changes ). However, if you're adding/editing a page, we would like you to be more than just a little sure that you know what you're on about ._.;
  3. Having a look at the errors on the map server will always help, too.
  4. I'd like to settle this once and for all before we start going round in a circle again. I didn't miss your point, I understood it perfectly. However, you chose to interpret my post in a way that makes no logical sense. You cannot move a source file into /config/import/. a.) It will not be read. b.) Missing files will break your compile process. c.) Source files are in the /src/ folder for a reason - because they're source files. Which one? o.O
  5. Stop bumping.. It's more than likley going to be an issue with the contents of your patches that's causing the client to not work. A little more information would be helpful: Patcher and patcher version? What are you trying to patch? Can you run your client by itself? etc etc. We're not crystal balls, we can't help you unless you tell us information that can help -us- help you.
  6. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/char_athena.conf Change: start_zeny: 0 To: start_zeny: 10000
  7. Easiest way is to use "screen" (google it) To make your server run in the background without screen, you can do ./athena-start start &
  8. I think you're missing the point of my post. mmo.h will not work in the import folder. The import folder is for the use of import folder files that are already there. You put config switches from /conf/*_athena.conf into /conf/import/*_conf.txt. If you don't know what that means, then you don't need to use them. (though you should learn - there's info on the wiki about it).
  9. "disable" is not a bubble.. it literally means disabled. That's probably because you haven't used showevent in the right place.. and where is your OnTouch referring to?
  10. What??!?! No. I highly recommend you don't rename -any- of the files. They're named as they are for a reason, and all of them are referenced sometimes on more than one occasion. For custom maps, the wiki has this helpful page: http://rathena.org/wiki/Custom_Maps The wiki also has this helpful category of pages for general customization: http://rathena.org/wiki/Category:Configuration
  11. Have a look at this post, it should explain what's wrong and how to fix it. However, you're right, the servers don't seem to be reading your inter_athena.conf file.. what SVN revision are you using, and have you added anything to the import/ folder?
  12. Have a look at this post for issues with looping setups. There's plenty of other threads regarding the setup.exe issue, you just need to look in the right place
  13. Searching the file is only going to return 300+ uses of '70', it'll be easier to think of any mobs you've recently edited, then have a look at those.
  14. Email validation is dependent upon your Control Panel. If you're using FluxCP, change 'RequireEmailConfirm' to say true instead of false in config/application.php How is anyone supposed to know where you put your homepage? None of us have a crystal ball o.O It could be in any of the following locations: public_html/index.php/html - for normal website public_html/modules/main/index.php - for flux Or /var/www/html/ if you're hosting it yourself on a linux box.. which you're probably not >_> http://rathena.org/wiki/Lua
  15. Simply put, that error message means that the user 'root' doesn't have permissions to access the database 'rathena' from the location 'localhost'. MySQL can be abit picky on Windows, and depending on how the engine interprets the connection request, it can say localhost or 127.0.0.1. If you've enabled access from 127.0.01, copy the 'privileges' to enable access from 'localhsot' too. That should fix it.
  16. If you're having problems getting À¯ÀúÀÎÅÍÆäÀ̽º to pack properly, make sure you're using ASCII in the options box on the Thor Generator. If you hover your mouse cursor over any of the options on the generator, it'll give you a description of what each part does.
  17. More than likely. I'm not slating eAmod, but it's widely known to break alot of functionality. If there isn't something you desperately need to keep in there, i suggest porting your data into rA's database structure and forgetting about eAmod. As far as i'm aware, the majority of additional features that eAmod provides can be (mostly) located throughout the rA forums as source snippets, db modifications and scripts.
  18. 29875,Red_Valkyrie_Helm,Red_Valkyrie_Helm,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1974,{ bonus bAllStats,3; bonus2 bAddRace,RC_DemiHuman,5; if(getrefine() > 8) bonus2 bSubRace,RC_DemiHuman,5; },{},{} You were missing a bracket: if(getrefine() > 8)
  19. Is there anything on the char server that would relate to this? Can you enable timestamps in your conf/ folder to see the timespan between the last player logging in and the mapserver shutting down?
  20. Akkarin

    map server

    Did it say anything before that? The mapserver should normally output the cause of the crash before shutting down.
  21. You edited your first post since i last actually looked at it xD What are the jobs you need to be able to equip a particular item? I'll see if i can come up with the correct bitmasks for it if that helps?
  22. I just changed the Red Potion in my test server, set the equip_jobs to 20000000 and upper to 8, and only my Kagerou could use it. Why are you adding extra numbers to the Kag/Obo bitmask? They have the highest in the database - you don't need to add more bitmasks from anywhere for them to use it. The copy/paste you thought you didn't want to see actually had the answer. If you searched the /doc folder, or the wiki, you'd find this information as easily as i did.
  23. Essentially, you could trawl through the SVN updates (~2 years ago?) and extract those db files, then apply changes from recent revisions to make the files compatible i.e. table updates, syntax changes, etc.
  24. You can't compile the server while it's still running o.o!
×
×
  • Create New...