Jump to content

Jaycee KyD

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jaycee KyD

  1. check in global_reg_value in your database
  2. Here's an outline of what you have to do: 1. decide which database is the "main" one, and which is being merged into the main one. 2. check the "main" ragnarok databse and find out the highest account_id, char_id, and any other indexs 3. then in the database that you will merge into the "main" one, you need to run queries to increase the account_id, char_id, and any other important indexes. Example: account_id 2000001 + 3000000 = account_id 5000001 4. do all those queries on each table where `account_id` appears 5. repeat for `char_id`, etc etc (this solves the problem of duplicate indexes) 6. also repeat this for duplicate login names and char names (ex: if there is a login "test" in your main database, and also a login "test" in the 2nd database you could run a query to add a 2 to the end of all duplicates --> "test2" 7. and do something similar for duplicate char names 8. now you can just merge that database into your "main" one http://www.eathena.ws/board/index.php?showtopic=237661&st=0&p=1296053entry1296053
  3. nevermine sir i already did by myself. thank you..
  4. hi is there anyone can make some script like this? this script like card trader but i want to change to all armor , garment , footgear and shield with +7 refine only What kind NPC? Each item will give 1 point List of your +7 item before you trade Points to reward (ex. Shop) i thought need a sql code in this script but i dont know how to use the sql code hope someone will share or make some kind of this script. THANK YOU!
  5. It's possible to make a server with 1 sever = 2 ip' on the same time?
  6. Costume system is fix but if you have many player connect on ur server ur server will get a map crash. how to fix that?
  7. Hi help me please harmony.c:83:2: warning: implicit declaration of function 'pc_group_id2group' [-Wimplicit-function-declaration] harmony.c:83:25: warning: initialization makes pointer from integer without a cast [enabled by default] harmony.c:86:2: warning: implicit declaration of function 'pc_group_get_level' [-Wimplicit-function-declaration] make[1]: *** [obj_sql/harmony.o] Error 1 SVN: Rathena
×
×
  • Create New...