Jump to content

Akkarin

Forum Manager
  • Posts

    3123
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/char_athena.conf Change: start_zeny: 0 To: start_zeny: 10000
  2. Easiest way is to use "screen" (google it) To make your server run in the background without screen, you can do ./athena-start start &
  3. 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).
  4. "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?
  5. 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
  6. 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?
  7. 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
  8. 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.
  9. 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
  10. 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.
  11. 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.
  12. 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.
  13. 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)
  14. 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?
  15. Akkarin

    map server

    Did it say anything before that? The mapserver should normally output the cause of the crash before shutting down.
  16. 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?
  17. 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.
  18. 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.
  19. You can't compile the server while it's still running o.o!
  20. The trunk branch is the only rA branch you need. You can also search the client sub-forums for the data folder.
  21. You need to match the packetver and packetversion in db/packet_db.txt - that's why you get unknown packet errors.
  22. trunk/db/const.txt EAJ_KAGEROUOBORO 0x10A trunk/doc/item_db.txt Kagerou/Oboro (2^29): 0x20000000
  23. 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.
  24. This should also explain abit more: http://rathena.org/wiki/Cutin
×
×
  • Create New...