Jump to content

dragonflyy

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1429 profile views

dragonflyy's Achievements

Poring

Poring (1/15)

0

Reputation

  1. You will probably have to post the script as well to allow people to see what is going on.
  2. Is there a script command that will increase a stat point, while spending the points needed. What I am working on is a script that will save the current Status choices. Then you can load them later. The problem I have is character level. If you are level 33 and save your stats, then when you reach level 40 and want to load those stats, it will reset you and then statusup2 only gives the stat points. Then you extra points to spend. What would be the way to make sure you have the right amount of spendable points at the end and able to add stat points in through scripting?
  3. Those items were not in the sql table item_db, they are in item_db_re. However, after checking around in the source, I found that there is no refernce to the renewal SQL tables In inter_athena.conf: // Map Database Tables buyingstore_table: buyingstores buyingstore_items_table: buyingstore_items item_table: item_db_re renewal-item_table: item_db_re item2_table: item_db2_re renewal-item2_table: item_db2_re item_cash_table: item_cash_db item_cash2_table: item_cash_db2 mob_table: mob_db_re renewal-mob_table: mob_db_re mob2_table: mob_db2_re renewal-mob2_table: mob_db2_re mob_skill_table: mob_skill_db_re renewal-mob_skill_table: mob_skill_db_re mob_skill2_table: mob_skill_db2_re renewal-mob_skill2_table: mob_skill_db2_re mapreg_table: mapreg sales_table: sales vending_table: vendings vending_items_table: vending_items market_table: market roulette_table: db_roulette The entries for renewal-* are not present in the source code of the map server. The others are. I believe the server is not able to look into these tables. I changed the normal tables, item_db, mob_db, etc. to match the _re tables and it is working now. Not sure if I'm missing somethings because I am no longer using the base item_db table (and others like it) but for now I can run the server with no errors.
  4. I have just setup a clean renewal server. I can launch the server and connect to it with my client just fine. However, use_sql_db is set to no. I want to use SQL instead of the text files. When I change use_db_sql to yes, I get lots of errors from the console stating that items do not exists, such as all the renewal items. I checked my SQL tables, specifically item_db_re and it is populated. The item IDs it says do not exists, are in the tables. There are also errors for mob_IDs not being found, but again they are in the SQL tables under mob_db_re. Is the server not reading from the tables properly? Attached a screenshot of some of the item errors. This goes on for pages. The server still loads, can log in. When I do an @ii for one of the items, it returns as no item found. I'm not sure what to do here. I know the server is setup for renewal, when I turn off use_sql_db. everything works fine, even the renewal items.
  5. I have an off Site MySQL that I use for Ragnarok. Previously with eAthena I compiled the server files just fine without MySQL installed on the server, however rAthena requires it. Is there a way to get the needed library files without installing MySQL completely? Or can I install it and can someone tell me how to keep the SQL on the server from starting up and taking RAM since I will be using the offsite? EDIT: I am using CentOS 6 without GUI.
  6. Was a long time user of eAthena in the past and came back after a break and noticed that RAthena was around. Figured I'd check it out and so far am happy with everything that I see. I have done some small coding changes to eAthena's source (never gave it away, just played around) and now I am starting to work on some C# projects, one of which is a remote control for server Admins. Glad to meet all of you DragonFlyy
×
×
  • Create New...