Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. I think your logs tables messed up Try checking them
  2. You probably missing tab spaces, or miss spelled some command, recheck and reloadatcommand, make sure to do it with higher gm lvl account
  3. Check for that item details in your iteminfo, and make sure to use latest data.grf and rdata.grf If its missing in iteminfo, add the item info there it will be working fine then
  4. you have changed your ip? make sure about ur ip and port
  5. i really dont undertand what are you saying
  6. <!-- GRSW --> <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok Online</display> <balloon>Click here to play</balloon> <desc>YourRO</desc> <address>104.36.225.62</address> <port>6907</port> <version>46</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000003</admin> <admin>2000004</admin> </aid> <yellow> <admin>2000000</admin> <admin>2000001</admin> <admin>2000003</admin> <admin>2000004</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> <image>loading11.jpg</image> <image>loading12.jpg</image> </loading> </connection> </clientinfo> Copy paste this in 7272.txt in data/book
  7. paste your client.xml here
  8. Goto data/book/7272.txt They made This file as client.xml file for security purposes (thats what they say) Try to patch that file
  9. Which host you are you using?
  10. Read guides, install everything by yourself Do not buy any reseller/ro hosting Ovh, Do is hosting companies, choose provider as your location
  11. those are skin's you are talking about? link1 link2 try this links
  12. { skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,350000,5,445,0,0; } you can use this item script and make usable items for skills whichever you want, if you want all soul links in one scroll you can make function for the item function script link { switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, 360000, 5, .@spirit,0,0; skilleffect .@spirit, 5; } end; } {callfunc "link";}
  13. there is no clue to find whats causing the issue! there is only one thing i can understand that the ports being used PS:- import which akkarin is talking about is a system which is used for rathena to connect mysql and char,map,login servers without modifying main confi files which is safe, you must read documentation before you speak like that with who is trying to help you,
  14. Cyro

    This or That?

    Dota Marvel or DC
  15. If you use npc script command geitembound itemid, quantity, boundtype; The item from that particular npc is only Bounded and colourd It is coloured to show difference of bound and non Bounded same item item_trade.txt wil make item Bounded in whole server, which probably dont show you any colour
  16. Done checking firewalls? And also recheck your access details
  17. You can type "reboot" in console to reboot the machine with root privileges, You can search command based om your machine os to check iptables and firewalls.
  18. https://rathena.org/board/topic/87128-hourly-point-rewards/ Edit it as your need
  19. I think it is pocket obsession, try disabling it in core.h and recompile
×
×
  • Create New...