Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/27/22 in all areas

  1. Version 1.0.0

    1374 downloads

    Hello Friends, I'm a mapper and I also do map services (contact-me if you're interested in my job) I recently had this Prontera ripped and now I need to make it free for everyone. I hope y'all like it! If anyone wanna support me, please DM me.
    Free
    2 points
  2. Several such releases exist on the forum but all of them are old and don't work anymore. I updated one of them, this now works on the latest Rathena, apply both in this order : https://github.com/SeravySensei/rathena/commit/e02ba8bd88c626baca4619bbb2dbaecd30c93f9b https://github.com/SeravySensei/rathena/commit/b928ee02b19ef18460a82a37c170473877bf11f1 (add .diff or .patch to the url to get those)
    1 point
  3. Hi all, I put together a command-line tool to help save time when porting lots of existing items to an rAthena server: https://github.com/Latiosu/dp2rathena I noticed that the rAthena community often refers to divine-pride.net (DP) as a source of truth, so I figured it would be useful to connect with their API. Summary The tool uses data from divine-pride.net and attempts to map the API response to a desired rAthena database format. Installation Requires Python 3.6+ and pip installed: pip install dp2rathena Usage Generate a divine-pride.net API key if you don't have one yet (registration required), then you can start converting data: Example 1: Store API key and convert items with id 501 and 1101 dp2rathena config dp2rathena item 501 1101 Produces this output: Example 2: Convert mobskills for mobs with id 1002, 1049 and 1299 and save to a file called "attacks.txt" (re-uses stored API key if present) dp2rathena mobskill 1002 1049 1299 > C:\Users\Latios\Desktop\attacks.txt Produces a file in the Desktop folder called "attacks.txt": Example 3: Convert mob with id 20357 to mob_db.yml format dp2rathena mob 20357 Produces following command-line output: Further instructions can be found at the repository: https://github.com/Latiosu/dp2rathena Limitations I've moved this section to the GitHub repository above to keep it up-to-date. --- Let me know if you'd like to be able to convert other data from DP, some other suggestion or any questions. Edit: Add terminal animation for a visual explanation
    1 point
  4. || means OR which is IF 1 requirement are fulfilled = accepted. && means AND So ALL requirements needed to be fulfilled.
    1 point
  5. Well, you're mixing up || and &&. You must have all items, so you need: if (countitem(7830) > 0 && countitem(7831) > 0 && countitem(6151) > 0 && countitem(969) > 999 && countitem(60003) > 199) { (Also the "next;" below that line shouldn't be there.)
    1 point
  6. Just a simple modification to enable/disable Discount or Overcharge on specified NPC Shop. Maybe the idea was brought from Shop System and my old commit about "disable" discount for point & item shop. It just simple touch, add optional flag at very last of NPC shop line. -%TAB%shop%TAB%<NPC Name>%TAB%<sprite id>,<itemid>:<price>{,<itemid>:<price>...}{,<flag>} <map name>,<x>,<y>,<facing>%TAB%shop%TAB%<NPC Name>%TAB%<sprite id>,<itemid>:<price>{,<itemid>:<price>...}{,<flag>} <map name>,<x>,<y>,<facing>%TAB%marketshop%TAB%<NPC Name>%TAB%<sprite id>,<itemid>:<price>:<quantity>{,<itemid>:<price>:<quantity>...}{,<flag>} If the flag isn't set, it doesn't bother any default NPC. Flag 0x1 = Disable Discount 0x2 = Disable Overcharge If unset, Discount and Overcharge are enabled (if available) Examples Discount & Overcharge are disabled here prontera,147,167,6 shop Shop 1 872,2102:-1,2104:-1,501:-1,3 Overcharge is disabled prontera,147,164,6 shop Shop 2 872,2102:-1,2104:-1,501:-1,2 Discount is disabled prontera,147,161,6 shop Shop 3 872,2102:-1,2104:-1,501:-1,1 When file is loaded with that flag, you will get this Info Download discount_flag-rA-20180713-ec1d6d28.diff for rAthena Git Hash: ec1d6d28 (20180713)
    1 point
  7. Version 1.0.0

    192 downloads

    Hii! First of all, I hope you had a very happy and peaceful Merry Christmas and a Happy New Year!! This is my very first free contribution to the community (rabbit is my "siggy name") It's Santa's flying sledge! I made some experiments with this mapperino. It's meant to feel like the sledge is truly moving and going forward. Hopefully it worked! I added a custom fog configuration that I highly recommend, and a custom bgm that's optional, but I think it fits perfectly! Don't forget to add the lub files, but it's all in the data folder, just add "luafiles514" as it is, alongside "texture" and "model". This last Christmas is over, but hopefully you can use it for the next one, if you like it! You can also use the recoloured stuff for your own maps, of course! they're under "lapine" (it just means female rabbit in French). Enjoy~! o/
    Free
    1 point
  8. Version 1.0

    774 downloads

    This mapping project was created by myself and Olrox. For complete background information of this project please see this thread here. Once you download and use this package you agree to the following terms: YOU cannot claim our work as yours YOU are NOT permitted to use this work for commercial purposes YOU can edit the maps as you wish but credit must always be due to the original creators (myself and Olrox) Enjoy the maps, and I hope this expansion adds a little more fun to Lutie~ Don't forget to give Olrox a +1 for his hard work! More rep to him
    Free
    1 point
  9. Infromation How to use (example) ItemID,,,,,,,,,,,,,,,,,,,{ bonus bNoEleStone,1; },{ },{ } Download For 4e137d30 (2016-08-04): bNoEleStone-rA-4e137d30.diff [spoiler=the old things that I can't even remember that is this] Rev.2: bNoEleStone-rA-rev2.patch - Remake .patch file, old patch files were bad manual patch - Ready for svn17127 Rev.1: - Remove Ninja's Link (Soulinker Buff) to enable 'noEleStone' - Ready for svn17122 Initial release. **If you guys like this, rate this post and give me rep +1 haha**
    1 point
×
×
  • Create New...