Jump to content

Storm

Members
  • Posts

    14
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1754 profile views

Storm's Achievements

Poring

Poring (1/15)

1

Reputation

1

Community Answers

  1. Extract mp3nametable.txt from official data.grf, then edit maps accordingly
  2. Alrighty, glad it all worked out for you :]
  3. Storm

    Git pull error

    I cloned it probably around 3-6 months ago. Not very long ago and it is from the current repository
  4. Storm

    Git pull error

    Anyone have any ideas? I am running git version 1.7.1 so I am not sure why I am getting the dumb-http error. What I found about this error tells me it should really only effect git versions 1.6.X and below
  5. I am looking to update revisions, and after searching around a bit I came across a thread informing me that the commands on CentOS are git stash git pull git stash pop I have done the first step and config'd an email and username. The problem comes in when I enter git pull. The terminal spits out the following error I have google'd for about an hour now and nothing seems to give a solid answer. Thanks for any help in advanced.
  6. inter_athena.conf // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: [WAN IP] sql.db_port: 3306 sql.db_username: ADMIN sql.db_password: PASS sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: [WAN IP] char_server_port: 3306 char_server_id: ADMIN char_server_pw: PASS char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: [WAN IP] map_server_port: 3306 map_server_id: ADMIN map_server_pw: PASS map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: [WAN IP] log_db_port: 3306 log_db_id: ADMIN log_db_pw: PASS log_db_db: log log_codepage: log_login_db: loginlog char_athena.conf // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: [WAN IP] // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: [WAN IP] // Character Server Port char_port: 6121 map_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: [WAN IP] // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: [WAN IP] // Map Server Port map_port: 5121 This is the current setup I have for a VPN hosted server and it leaves me without issues at the moment. And should take care of the trouble. If you run the server bat and there are ANY errors please screen shot and post so I might better help.
  7. I remain on the point that the config files should be using the WAN IP. 127.0.0.1 is a loopback to the host a.k.a your computer. The clientinfo.xml is attempting to connect to the server which is currently being hosted on 127.0.0.1 The server may only be accessed via 127.0.0.1, so your config files need to connect via your WAN IP. Your family and friends should then be able to access it since the server would now be hosted publicly. TL:DR Config files need WAN IP. If that doesn't work, I will take a look at my server files to verify and comeback with any changes. Otherwise I will have to look at some other threads for ideas or maybe someone else will come along with another idea Edit: just double checked my server. All conf files need to be using the SAME IP or in your case WAN IP!.
  8. is the server being hosted on your pc? If yes to the previous question, are your map, char, and login server set to use your WAN IP or 127.0.0.1 (note:this is a redirect IP back to your computer also known as localhost)? If yes to the WAN IP... um.........I am not sure. If NO, and those are set to 127.0.0.1/localhost then you should only need to change the IP in their respective files in the conf folder [map_athena.conf + char_athena.conf + subnet_athena.conf + inter_athena.conf] These files should all use ONE IP, EITHER ALL WAN OR ALL LAN! :] subnet should be 255.255.255.0:[WAN IP]:[WAN IP] if I understand all this. Hope this helps, also just a friendly reminder this type of question is asked and answered often around the forums, so in an effort to keep the peace and avoid many angry/hostile replies, if you haven't already, use the search bar in the top right. Or search it in google with rathena sprinkled in at the beginning. The google method has helped me tons. Let me know if this works for you okay?
  9. Looking to add a new element that will be used as a monsters element. I have read over the topic below and followed all instructions however when I attempt to add the value 90 or 91 to make it a level 4 elemental monster it does not change the element. I do not know what value to add as the monsters attribute value to use my custom element if not 30,50,70,90 or 31,51,71,91. Also, are their any files I need to add to the client side? Thank you for any replies in advanced :] http://rathena.org/board/topic/79505-new-weapon-elements/
  10. bump! anyone have any ideas?? My mistake, I can be sooo stupid sometimes @, @ i didn't edit it in luafiles514. SOLVED! WOOO!
  11. Im afraid i have to tell you i spent several hours doing both and as you can see the skills are technically implemented. I need to know how to move them from the misc tab to the 2nd Job tab. Its the only part I can't figure out nor find a solution in these forums or the wiki.
  12. Ok well I have added skills to the expanded super novice and my only issue so far is that the skills show up in the misc skill tab. I have searched high and low in the rAthena forums and in desperation the lua files myself in hopes of finding something. Does anyone know if there is a way to add these skills to the 2nd job tab? NOTE: Because of this you can not add skill points to them I am using client 2012-04-10 Skills all work, were tested in 2011-06-09 were no problems then. Let me know if you need more information! Thank you in advanced for any support and i apologize if this is in the wrong place to post it but i do believe its client side.
  13. Storm

    skill infoz

    Ive been playing with skills a lot, granted I am 4-5 days into learning server hosting/customizing so yea. I can break this much down for you. {"NV_FIRSTAID", 142; Pos = 7, MaxLv = 1, NeedSkillList = {}}, NV = Novice - the abreviation will always be the original class the skill belongs to. FIRSTAID - should be self explanatory 142 - This is the skill ID Pos = 7 - This is the position on the skill tab/skill tree view MaxLV - again ill say this one is pretty self explanatory i think NeedSkillList = {}} - put the skill ID of other required skills to get this skill, leave empty for none. Note: DO NOT PUT REQUIRED SKILL LEVEL HERE ONLY SKILL IDS
×
×
  • Create New...