Jump to content

Poring King

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Poring King

  1. It would be nice if you put also the error screenshot . Since we are rAthena it might be have a syntax error or string . So with a picture of the error we can help . Because it will be written on it
  2. Post your error . Please be more informative so other's can help you out ..
  3. You are missing of file .. You need to update your client files
  4. Send the config file you have in your server files ... Mostly the problem is there because of miss understanding of connectivity using char_server,map_server & inter_server
  5. Most of it is just a string error . Probably you put the instance code written before there is a new update you also need to update the coding of your npc..
  6. Then check the path if it is correct ... The error already tell you whats wrong on your part .
  7. Simple NPC mes "Hi" switch(Select("Enter","Exit"){ case 1: if (countitem(7227) < 1) { mes "You dont have enough "+getitemname(7227); close; } mes "This is what you read if you have TCG add below your next thing that you want to do"; close; case 2: } }
  8. Just add Hour Label to pop up on your desire time. Below that 2 label is the code to call the antibot to check if the player is not a bot or what . So you only need to do is add a label for hour event This event is just minimal revise from old script of mine . I already have the most updated that all miss behavior of npc already fix and it will work to any version of rAthena...
  9. No you are wrong.. Check this out you need to read carefully // MySQL Login server - This connection is between your server Database and your mysql Server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: root - Username of your MySQL Server by default i assume its root login_server_pw: admin - Root password for your MySQL Server by default i assume its admin login_server_db: ragnarok db - Your database name which is contain of login table login_codepage: login_case_sensitive: no Now this is your connection to your Database to your test server / online server // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok - Server USERNAME which is place in 1 in Login Table . char_server_pw: ragnarok - Server PASSWORD which is place in 1 in Login Table . char_server_db: ragnarok db - Name of the database in your MySQL Server which is ragnarok db as far i see on your post // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok - Apply the Same in the top map_server_pw: ragnarok - Apply the Same in the top map_server_db: ragnarok db - Apply the Same in the top // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok - Apply the Same in the top log_db_pw: ragnarok - Apply the Same in the top log_db_db: ragnarok - Apply the Same in the top log_codepage: log_login_db: ragnarok db- I dont know where you put your logs file but i assume you put it on 1 database only which is ragnarok db My Personal Setup its up to you if you do this or not.. log_login_db: loginlog - On my case i use 2 different database . First i put the main.sql file on my ragnarok_db . Then i create a new database for logs.sql file using login_db to easy locate all your logs file
  10. Answer: Yes How : Lot of ways . You can also do it by using a script but you need to disable first or remove the sounds.. You can also change the file sounds and still use the file name to avoid error and make sure you have a backup file of it ..
  11. If im not mistaken there is a conf file for this . If it dont have you need to check all your custom script mapflag ... To check the problem first disable all NPC then try what you are trying to do .
  12. I already fix everything on my script . Seems like thats not my modified promotional code
  13. At the top of the script . There is a guide that you will need to install manually and automatically ...
  14. This is new to me LOL . Its been a while since i play rAthena
  15. Open the data that has been extracted to your GRF .. you will find the data that has been made or split into a lot of piece for login and loading-screen.bg
  16. You need to set the monster HP at config files to default . It should be 100 if it is default then go to your mob database and check it out...
  17. its a Dynamic shop . But you need to learn how to understand the script flows
  18. Everytime you change the src you need to rebuild your server files . Just put "//" in the beginning and rebuild your server
  19. I would love to see this too Auto-Attack System : Summon 3 different clone each level lvl 1 Sniper , lvl 2 Whitesmith and lvl 3 is High priest Job: Priest Create Nugget : Jump to enemy inside cell 1x1 Job: Stalker Fire Ivy: Swap enemy with your location Job: High Wizard
  20. Check your Ports & IP on your server connection
  21. After you do this . Do this ingame @reloadbattleconf
×
×
  • Create New...