Jump to content

TheDerpySupport

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by TheDerpySupport

  1. Hey so Zack's data is really only good for 2017 clients; However there is another translation you can use: https://github.com/Asheraf/Translation I'd recommend using Zack's files to debug errors you may get from this translation( it works because I had to do this) but be sure to use the System folder and the data from the Asheraf version so you get no errors. On top of this you will need to rename "service_korea" folder in your lua files to "service_usa" and do the same with the external settings lub file; _kr to _usa; All this is to get langtype 1 to work with the 2018 client
  2. Yes it's called Signboard.lub located in luafiles514/lua files/; If you'd like you can use my Signboard file to overwrite the default one. https://github.com/TheDerpySupport/Untold-RO/blob/master/data/luafiles514/lua files/signboardlist.lub
  3. This is a signboard located in your main luafiles folder. You'll need to edit your data.grf to remove this one
  4. Please be aware on who you contact for Gepard purchasing. Gepard can only be purchased by Functor https://rathena.org/board/profile/20454-functor/ Any other "Functor" is not Functor and can ONLY be found on rAthena. No discord, facebook, twitter, or other forms of contact are appropriate. If you are contacted by anyone other than the Functor provided by the link about Gepard it is most likely a scam.
  5. As a player on a 1x1x server which would you prefer; Class based Armor/Weapon shops, level based, or leave them as is? This is a tooldealer in prontera( replaces the originals) for a player not in a guild that owns the territory and this is the same shop but with a player in a guild that owns territory and territory owned shops have permanent discounts for the guild of owned territory
  6. You would need to go to the file you purchased and download it from there.
  7. View File Hyrulian Shield This is a lower-headgear created by Adel a couple of years ago for my own personal use however I've decided to share it with the community for a fair price. All profits of this file will be going straight to rAthena to help with the bills. Adel has given written permission to resell this item. Terms of Service You may not distribute, resell, or otherwise reupload this file for any reason. Do not claim this item as your own and do not remove any form of logo or copyright. Chargebacks of any kind will get you punished on rAthena. Submitter TheDerpySupport Submitted 06/18/2018 Category Headgears Video Content Author Adel  
  8. Version 1.0.0

    3 downloads

    This is a lower-headgear created by Adel a couple of years ago for my own personal use however I've decided to share it with the community for a fair price. All profits of this file will be going straight to rAthena to help with the bills. Adel has given written permission to resell this item. Terms of Service You may not distribute, resell, or otherwise reupload this file for any reason. Do not claim this item as your own and do not remove any form of logo or copyright. Chargebacks of any kind will get you punished on rAthena.
    8.00 USD
  9. Why would you want to replace it instead of making new items?
  10. You were correct that it was not the correct section; This belongs in Scripting Support and not Source Support, topic has been moved as of this reply, but for future knowledge things found in /npc/ folder are script and /src/ is source; Happy posting~
  11. You'll need to edit your clientinfo.xml to use it, <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Untold RO</display> <desc>Closed Alpha</desc> <balloon>1x | 1x | 1x</balloon> <address>127.0.0.1</address> <port>6900</port> <version>20170614</version> <langtype>1</langtype> <aid> <admin>2000000</admin> </aid> </connection> </clientinfo> As you see here in my example info <admin> </admin> will give you GM clothes and yellow chat
  12. The complete pack has to be manually updated and is not ideal for trying to run a server from; As for the costumes, yes, you need to add them to your GRFs.; We recently just added support for Star Emperor and Soul Reaper within this week and you will have to download rAthena from our git(link in my signature) and you can follow the wiki(also in my signature) for installation help.
  13. You have conflicting patches. Remove Read datafolder first and leave Multiple GRFs enabled
  14. In Nemo there is a "Select Recommended" button on the bottom; Press this and then choose additional patches such as Use Official Icon or Read Multiple GRFs
  15. You didn't set your IP Addresses right in your config files and you have Auction enabled but it's not supported by clients 2014-11-12+
  16. https://clients.herc.ws/download/TopdeyflopChekAyHadlektuvEmbia/EcouHawOottAtGiamEsjejmymRojwy/2018-05-30bRagexeRE.exe
  17. Very nice, I hope to see more maps from you!
  18. try hitting cancel on swapping items
  19. You will need to add if statements for each job check case Job_Paladin: if(Sex == 0){//female changelook LOOK_HEAD_BOTTOM, 3000; }else{ changelook LOOK_HEAD_BOTTOM, 3001;} break;
  20. To do this you would need to add multiple versions of the wings client side and in the item's OnEquip script section set the look to the correct VIEW ID. Also you had this answered 3 years ago: Literally the same answer
  21. Did you diff your client to support palettes and set your conf file to support paste the default?
  22. TheDerpySupport

    ASPD

    In Renewal all weapons and shields have ASPD penalties, You can either disable renewal(requires recompile) or change the penalties at db\re\job_db1.txt
×
×
  • Create New...