Jump to content

Woli

Members
  • Content Count

    8
  • Joined

  • Last visited

About Woli

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, my friend has written a plugin on Windows, and organized his work with multiple .c files. At the root of src/plugins there's roborne.c which is our entry point, and then there's a roborne_plugin directory which contains various other .c files necessary to make the plugin work. Unfortunately, on our Linux server, `make plugin.roborne` fails because he can't find those dependencies. Our server release depend on this so any help would be greatly appreciated. Thanks a lot ❤️
  2. Sorry if this wasn't clear. I'm looking to SELL items to NPC at custom price, without altering the item_db.
  3. Is it possible? Do you guys have some pointers for me to look at? Thanks.
  4. Hey I'm trying to remove this popup, since the "save tip" checkbox does nothing. I dowloaded a file named "tipbox.lub" from here: https://rathena.org/board/topic/115655-2018-clients-translated-tipbox/ which correctly handled the translation of this thing so I know it is the right file. I just want to completely disable it now. I tried editing the lub file to leave an empty main or no tip data but it crashes the client:
  5. Can I manually reload them? EDIT: Does rebooting the server also delete them?
  6. I thought they were supposed to send you to the castle if you belong to the guild in question. If they dont I'll just duplicate the flags in front of the castles and put them in town in place of the other ones. Thanks!
  7. Hi, the guild flags in Prontera don't work, when clicking on it nothing happens. It's possibly the same thing for other towns but didn't test it, I only have a castle in Pront. Another thing is I have no treasure chest randomly, sometimes they spawn sometimes they don't and I'm not sure what causes that. I tried starting the server with ./athena-start start &> file.logs to look for errors, but no errors showed up.
  8. Hello, I would like to tweak official quests to have party members share kills for the whole map instead of just one screen. Example quest: https://github.com/HerculesWS/Hercules/blob/stable/npc/pre-re/quests/collection/quest_alligator.txt All I see is `questprogress` calls so I'm not sure where to find this code.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.