Jump to content

TheDerpySupport

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by TheDerpySupport

  1. You can do this using an itemshop type NPC. -%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...} <map name>,<x>,<y>,<facing>%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...}
  2. You can do this using an itemshop type NPC. -%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...} <map name>,<x>,<y>,<facing>%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...}
  3. This is due to you trying to use transparent pixels/anti-aliasing on the image instead of solid pixels; You will need to completely redo the outer edge of the image in a solid pixel and then when you fill the transparency with pink it will be fixed.
  4. Thanks for the correction, I wasn't aware it randomizes 0 as a number
  5. i = getlook(LOOK_CLOTHES_COLOR); setlook LOOK_CLOTHES_COLOR,1; setlook LOOK_CLOTHES_COLOR, i; The top part you put in your OnEquip and the 2nd part is OnUnequip;
  6. It is very doable however its a little messy because if you change your palette while the headgear is equipped you'd go back to the previous color you had
  7. It means it generates a number at random 1~50 and if it lands on 1, 2, or 3 you win; You can either lower the rand(50) or increase the number less than to look for.
  8. You need to edit the signboard lub file. https://github.com/TheDerpySupport/Untold-RO/blob/master/data/luafiles514/lua files/signboardlist.lub You can download this file and place it in the appropriate location to remove them all
  9. If you have any more questions please don't hesitate to DM me on Discord; I am able to respond sooner on it
  10. I havent started writing quests yet; i took the time to learn how to create episodes for my project so i didnt have to later kinda like a lightbulb moment, it came to me and i pursued it until i got what i wanted lol
  11. Check out my files on it. https://github.com/TheDerpySupport/Untold-RO/tree/master/data/luafiles514/lua files/quest
  12. For the last part you have to set your packetversion in source and recompile your server; Àΰ£Á·(Job/Hair)/¸öÅë (Job)/ So it's a female act file you're missing. As far as the costume_11 folder I have no clue but you probably need to upgrade your kRO files.
  13. You'll use an AND statement designated by &&, you need it double like this, in your IF statement. if(countitem(1111) >= 10 && countitem(1111) >= 10 )
  14. Try using this: https://github.com/zackdreaver/ROenglishRE It provides a completely translated iteminfo. All lub files in this are also Lua files renamed to lub so there is no need for luadec or all that nonsense
  15. Part of this probably won't be doable as the client will always show the skillname being used along with !!. You would have to create custom skills, duplicates of heal, and change their name client side but even so they would still have the !! at the end of them
  16. Possibly make it available only to post projects by donators or staff? Seems like the most efficient thing to do
  17. I believe more so that we need to devise a way so that there arent 100x the same feature request
  18. I think for something like that, it should be a requested thing. Member consults a Member of staff and that Staff member can bring it to every staff member's attention which can go from there
  19. Interestingly, the GM sign was an older work Haziel had done but this is a remade version with new additions as well
  20. I'm more-so interested in the weapon sprite than anything else, Could you possibly make gifs of the sprites in your free time?
  21. Are these completely finished sprites or are they a single view? Will they ever be available?
  22. Wrong section. Moved to "Database Support".
  23. You will need to remove the achievements server side rathena\db\(pre-)re\achievement_db.yml and client side RO\System\achievement_list.lub
  24. Could you tell me what costumes you tried? You could be missing the lua files for the item or not have the sprites.
  25. Wrong section. Moved to "Third-Party Support".
×
×
  • Create New...