Jump to content

Froost

Donators
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Froost

  1. try @bodystyle 1 in mechanic job
  2. to increase you just need a large number here.
  3. it is not necessary. this custom refers to @costume (christmas and etc.) does not work for visuals.
  4. Hello, a lot of people ask me for support for this, and I think something is so simple, but I still want to help them, well I know that just writing is not enough, so I made a video teaching my BRAZILIAN community how to do it, but also I made a text file and I teach for the AMERICAN community too, well you can watch and see if you can follow, I found it easier. Video complete: Server database editor GRF editor Client hexed 20200604 Current emulator rathena Notepad ++ My aura DEATH After the whole process: Quickly learn how to add custons to the latest rathena emulator with item_db.yml 0 - open your main GRF that is reading luafiles514 (in the example of the video is my data.grf because I don't have another one) and extract ACCNAME.LUB | ACCESSORYID.LUB 1 - add your custom visual name to data\luafiles514\datainfo\accname.lub 2 - add your custom visual ID to data\luafiles514\datainfo\AccessoryId.lub [ACCESSORY_IDs.ACCESSORY_DEATH] = "_DEATH", the _ (underline) is mandatory in this process because the client places the female and male symbol at the beginning to identify the folders. ACCESSORY_NAME = LAST ID, My: ACCESSORY_DEATH = 2006 3 - Configure the item_db.yml in the server data base editor ( select the PRE-RE or RE folder from your rathena emulator database)Link download SDE compatible item_db.yml http://www.mediafire.com/download/p0zhcc8ipa6cjt3 .| note: this version tokei made me available for testing, it's official, but I believe that here on rathena it hasn't been released, so it's a beta version. obs: you can copy the id of some item like i did with id 500 and redirect it to the new ID. CTRL + SHIFT + D (copy ... id) I used 250001 as an example. 4 - create the id on iteminfo.lub identifiedDisplayName = item name after identifying or if already identified. identifiedResourceName = location where the item's sprite will be in the inventory / collection or when it drops identifiedDescriptionName = item description after identifying or if already identified. everything unidentified on the front will be when the item is not identified. my code: [250001] = { unidentifiedDisplayName = "Death Aura", unidentifiedResourceName = "DEATH", unidentifiedDescriptionName = { }, identifiedDisplayName = "Death Aura", identifiedResourceName = "DEATH", identifiedDescriptionName = { "A snack of a piece of walnut mixed with chocolate and rounded together.", "I don't know why walnut carries it.", "________________________", "Heals 10% HP and 10% SP.", "________________________", "^ff0000(The item is deleted after the event ends.)^000000", "________________________", "^0000CCWeight:^000000 1" }, slotCount = 0, ClassNum = 0, costume = false }, 5 - place the files in the respective folders. ¾ÆÀÌÅÛ - folder that holds the spr e act of the items when dragged. ¾Ç¼¼»ç¸®/³²/ - folder of the equipped male look ¾Ç¼¼»ç¸®/¿©/ - folder of the equipped female look data\luafiles514\datainfo\accname.lub - this is where you define the visual name data\luafiles514\datainfo\AccessoryId.lub - file is where you define the view id of the visual. If you did not understand the tutorial and would like to see how I did it in practice, see the full video at the top. Thank you rAthena!!
  5. Use diff nemo "flood limit"
  6. Froost

    Vending

    prontera,20,60,0 shop GoldVending# 810,969:500000 Gold sell 500k
  7. you might be able to paint them in the actor editor if you have the spr and act of some ? scripts> change all colors layers
  8. add the monster's npc in the NPC folder and put a custom npc ID, you must be using monster id, that's why the sword appears (example 1002: poring) but you can use the JT_PORING something like that that will be used from the NPC folder and not from the MOB folder
  9. View File New ThunderStorm I did this effect some time ago, I think it would be cool to share it. Submitter Froost Submitted 01/07/2021 Category Skill Animations Video Content Author Frost  
  10. that i remember gm sprite doesn’t have a mount, try taking off the gm outfit.
  11. try https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt
  12. Version 1.0.0

    336 downloads

    I did this effect some time ago, I think it would be cool to share it.
    Free
  13. I will check, the version I tested here was functional, let's see what happened. ^^
  14. View File Charm item (New Code Source) I took a modified version of the original and fixed it for the current version of rathena 2020+, I saw that there were a lot of people asking for it, so I decided to post my diff, the project is not mine nor the code, I just fixed it for the new emulator. Submitter Froost Submitted 01/06/2021 Category Source Modifications Video Content Author hamsterdigital  
  15. Version 1.0.0

    786 downloads

    I took a modified version of the original and fixed it for the current version of rathena 2020+, I saw that there were a lot of people asking for it, so I decided to post my diff, the project is not mine nor the code, I just fixed it for the new emulator.
    Free
  16. use Paint in black, it has / vsync and removes the fps limit;) https://rathena.org/board/topic/118729-client-mods-paint-it-black/
  17. place your lua files in the grf editor and press export so it will be lub.
  18. you should only change the maximum levels of the last classes.
×
×
  • Create New...