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).
"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?
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
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?
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
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
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.
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.
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.
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?
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?
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.
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.
Why were you changing the account IDs o.O?
You only need to install abyss/xampp/wamp/etc if you're hosting at home (not recommended..) and only if that's where you want to install a control panel for them to register on.
There -is- a user on these forums who knows how to do it, but he's stated in a thread that he's not releasing that knowledge freely at the moment. Be patient
You need to make sure that there's an entry for 572 in your lua files/datainfo/npcidentity.lua, and corresponding reference in jobname.lua - that should fix it