Jump to content

Veracious

Members
  • Posts

    179
  • Joined

Everything posted by Veracious

  1. Yes its removed. Thanks ! I'd like to know which other shields should I look for. Gepard looks fine but I can't make a one time payment of 185$. How about HaShield & Harmony(IP Slots), are they still being sold and given support?
  2. Here is the link - http://internalguard.ro-services.com/ I guess its like you have to connect to IG first before connecting to the servers. Hence after IG website went down, the servers also went down and I only see that un-installing the shield will allow the servers to go back online which is the only option left. There is no reply from IG's side on Skype as well as on Facebook. I would like to know if anyone can un-install IG on a particular server.
  3. Yes, its easy and at the time of breaking a Guild the Guild Bound items can be found at Guild Leader's inventory and Guild Storage(when a player leaves guild who's having Guild Bound items, the items will be transferred directly into the Guild Storage) http://rathena.org/board/topic/95205-request-script-to-counter-bugsexploits/?p=260188 Skorm had made onguildbreak.patch, ill test it again to confirm how it actually works. @Ako si Ranz I agree, but its tough since Bound takes 1 slot. But, we can expect the cards to keep the bound if it works like what Lighta said!
  4. Yes, its possible. Had seen it in DreamerRO years ago. It can be done by editing source i guess, not sure though.
  5. Thanks! I want to know :- how to turn the guild bound items into account bound items as soon as the guild breaks (would prefer this one over the deleting of items) OR how to delete the guild bound items which loose their bound after guild breaks (only those items which were guild bound items should be deleted or else players will loose cards if they've some MVP/other cards eg :- 1 Jacket [1] with Tao Gunka Card and other Jacket [1] with Marc card what if the MVP Card gets deleted?)
  6. Try these http://rathena.org/board/topic/70965-fix-to-auto-close-on-wrong-password-for-new-clients/ http://rathena.org/board/topic/70856-workaround-fix-to-autoclose-on-wrong-password-for-new-clients/ http://rathena.org/board/topic/57085-is-there-such-client/?p=69195
  7. Like Kido said, it shows endure icon. Its not a bug, may be 3-4 years back the icon was different as i remember it not showing the endure icon long before. So, if you really want to change then you can try. In your GRF 1) Search for data\luafiles514\lua files\stateicon\efstids.lua Line No. 107 EFST_LKCONCENTRATION = 105, 2) Search for data\luafiles514\lua files\stateicon\stateiconinfo.lua Add this at the bottom StateIconList[EFST_IDs.EFST_LKCONCENTRATION] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Concentration", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Increases ATK & HIT"}, {"Decreases DEF"} } } 3) Search for data\luafiles514\lua files\stateicon\stateiconimginfo.lua Add this under Priority Red - " [PRIORITY_RED] = { " [EFST_IDs.EFST_LKCONCENTRATION] = "LKCONCENTRATION.TGA", 4) Add your desired .tga file at the effect folder of your GRF and make sure you name it lkconcentration.tga - data\texture\effect\lkconcentration.tga If you don't want it to display icon then you can try to remove lkconcentration.tga (will work only if you have done all the above steps except step 4)
  8. GRF Editor has been and will remain the most useful RO Tool for me, only because of your great work, thanks a lot!!
  9. Are you using a customized GRF? If you're not then check 1) trunk\src\map\status.h Line No. 816 SI_CONCENTRATION = 105, If you change it, you will need to re-compile. 2) trunk\db\const.txt Line No. 1823 SI_CONCENTRATION 105
  10. thats same like :- when you type incorrect password the client closes.
  11. http://rathena.org/board/topic/94757-instant-cast-not-working/?p=254224
  12. Here you'll get the map files (includes old payon & old morocc) - http://rathena.org/board/topic/59698-old-payon-morocc-10/ Old Prontera - Just extract original Prontera map files from your data.grf, make a backup of your custom prontera if you need, Put the old Prontera map files into your server's GRF. Then use weemapcache to make cells walkable - http://rathena.org/board/topic/94863-cant-walk-at-izlude-got-problem/?p=254715 (Read from Step 2 as you are not adding any new custom maps)
  13. Replace your Char_Athena with userid: root passwd: teste // Server name, use alternative character such as ASCII 160 for spaces. // NOTE: Do not use spaces or any of these characters which are not allowed in // Windows filenames \/:*?"<>| // ... or else guild emblems won't work client-side! server_name: Ragnarok Teste // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) wisp_server_name: Teste-RO // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 127.0.0.1 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: 189.1.164.194 // Character Server Port char_port: 6121 Replace your Map_Athena with userid: root passwd: teste // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: 189.1.164.194 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: 127.0.0.1 // Map Server Port map_port: 5121 Check this - http://rathena.org/board/topic/94785-failed-to-connect-to-server/?p=254378 EDIT: Solved already? Gratz!
  14. Run cmd>type ipconfig>enter Look for Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : IPv4 Address. . . . . . . . . . . : <your LAN IP is here> Subnet Mask . . . . . . . . . . . : Default Gateway . . . . . . . . . : Go to subnet_athena.conf & replace it. subnet: 255.255.255.0:<your LAN IP here>:<your LAN IP here>
  15. Yes, I always wondered why that wasn't included in the features of Grf Editor. I hope it is added in the future. It will save a lot of time!
×
×
  • Create New...