Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Here http://roclients.info/
  2. if you don't mind can you post this issue here https://github.com/rathena/rathena/issues/new
  3. Why not look for someone on the paid service?
  4. How can i add if the user finished the quest instead of the monsters list it will show the delay time..
  5. You might need to follow some fixes and update it on this thread https://rathena.org/board/topic/97889-extended-vending-system-19-cleanup-fix/
  6. Really thor got a limitation on update? I look and see thor's feature but i saw this Self update and client update [Supports multi client exe update(Up to 255)]
  7. Radian

    VIP System

    Mine is 70000 exact but why there's .1% ?
  8. Radian

    VIP System

    Hi Everyone I just want to make sure if this is correct the Experience value : 70000.1% ? and 699900.1% ? is it correct?
  9. It's not server side issue it your data files issue.
  10. Try to replace your LAN IP into localhost 127.0.0.1
  11. Weird because as what i can see on the latest inter_athena.conf of rA is this // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok // < The ragnarok must be the same name of your logs table. log_codepage: log_login_db: loginlog
  12. On this part you must put the correct infos // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: ragnarok login_server_pw: [ADDED THE PASSWORD I CREATED] login_server_db: ragnarok login_codepage: login_case_sensitive: no ipban_db_ip: 127.0.0.1 ipban_db_port: 3306 ipban_db_id: ragnarok ipban_db_pw: [ADDED THE PASSWORD I CREATED] ipban_db_db: ragnarok ipban_codepage: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: [ADDED THE PASSWORD I CREATED] char_server_db: ragnarok // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: [ADDED THE PASSWORD I CREATED] map_server_db: [ CHANGE THIS TO THE TABLE NAME WHERE YOU PUT THE MAIN.SQL DO THE SAME ON THE REST ] // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: [ADDED THE PASSWORD I CREATED] log: [ CHANGE THIS TO THE TABLE NAME WHERE YOU PUT THE LOGS.SQL ] log_codepage: log_login_db: loginlog One more thing did you import the logs.sql in your mysql?
  13. Disable the quest when patching your client.
  14. Here's some links that might help you with your problem.. Data & Other Files Need : It means, the files that you need for Client & Server side. Latest & Updated Data ( https://github.com/ROClientSide/Translation ) Credits to all who help Translating the files. RO Client Library ( http://roclients.info/ ) where you can get all the undiff clients and full installer. NEMO ( https://github.com/RadianFord/NEMO ) a software that can diff your undiff clients. Credits for Neo Open Setup ( http://hercules.ws/board/topic/652-ro-open-setup-v2113389-last-updated-20141027/ ) Credits for Ai4rei Trunk ( https://github.com/rathena/rathena ) of rAthena.
  15. Can i request a bindcommand for hunting mission that works like this When a player use @huntinglist it will display the list of required monsters to hunt? of course it will only work when he/she got an available mission. I am using this script : https://github.com/rathena/rathena/blob/master/npc/custom/quests/hunting_missions.txt thanks!
  16. Wala kaba screenshot para mas madali makita ng mga taga RATHENA ang problema mo? we need more details on it fix Topic is closed.
  17. Use Euphy's Quest script https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt
  18. I don't remember NEMO supports 2010 clients. And are you using the latest rAthena? or your using a different emulator?
  19. add bonus2 bAddRace,RC_Player,10;
  20. You need to check always the sprites and the ID's. maybe you miss something like item name _blahblah and blahblah. as you can see some items got " _ " before the letters, I think you get what I mean right?
  21. how about the sprite / act of that item is it already on the directory? I mean those drops / male / female sprites. Yes I believe I have the right folders and images in the right places. Please see screenshots below for reference. Data Folder: Item: Collection: Sprite: Female? Male? You need to check the main grf and see if its on the right directories.
  22. how about the sprite / act of that item is it already on the directory? I mean those drops / male / female sprites.
  23. Thank you !! It almost worked though !! One more little problem - it doesn't show it in my character's face. But at least it shows the item in my equipment menu (please see image below). check the view id in your database.
×
×
  • Create New...