Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/20/18 in all areas

  1. tr0n's Questboard With this questboard you can easily add new quests! 2 categories are available (collection quests and hunting quests). Thanks to Michy, Jaypee, Euphy and everyone else who helped me A LOT with this <3 (sry if I didn't mentioned someone..) Files tr0ns_questboard_1.0.0.txt tr0ns_questboard_1.2.0.txt tr0ns_questboard_1.2.1.txt tr0ns_questboard_1.3.1.txt tr0ns_questboard_1.3.2.txt tr0ns_questboard_1.3.3.txt tr0ns_questboard_1.3.4.txt tr0ns_questboard_1.4.4.txt tr0ns_questboard_1.5.4.txt tr0ns_questboard_1.6.4.txt tr0ns_questboard_1.6.5.txt Changelogs 1.0.0 Release 1.1.0 Added zeny reward 1.1.0 Minor text fixes 1.2.0 Rewrote checkmob and killcounter 1.2.1 Fixed "currentquest$" (was set to 0 after finished quest) 1.3.1 Added level restriction 1.3.2 Fixed a bug in AddCollection function 1.3.3 Fixed a bug in AddHunting function 1.3.4 Added Reward Item Amount 1.4.4 Added Quest delay 1.5.4 Added repeatable Quests 1.6.4 Added party support (Thanks to Euphy for helping me) 1.6.5 Bug fixes for party support How to add new Quests There're two types of quests you can add, collection and hunting quests. Collection Quests: AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); Hunting Quests: AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<Monster Amount>,...); Features You can activate|deactivate categories (they're predefined) Add easily new quests shows dispbottom of each killed monster you can add as many items or mobs you want You can activate|deactivate if quests are repeatable or not You can activate|deactivate party support Change the range of party members to make kills count Change the delay of repeatable quests Terms of Use You are not allowed to reproduce or make any profit of this script! You are not allowed to take credits for this script! You are allowed to modify this script for your needs but not to repost it anywhere as your own work! I am not responsible of any damage on your server! Use at your own risk! How can you help me ? Give me feedback Report bugs Tell me if you like it If you like my script please support me. Thanks!
    1 point
  2. Euphy's Scripts Disclaimer You may use, modify, and host all of my released scripts. You may not sell them, re-release them in any way (modified or otherwise), or remove the credits. < Event Manager > < Hunting Missions > < Queue System > < Euphy's WOE Controller > < All-In-One NPC > < Euphy's Quest Shop > < Euphy's Warper > < Item Rewards > < Custom Currency Multi-Shop > < Build Manager + > < Class Mastery System > < Class Specialization > < Badge System > < Guarantee Refine Ticket > < Item Fusion > < Euphy's MVP Ladder > < Card Trader > < NPC Duplicate Generator > < Auto-Potion >
    1 point
  3. Version 1.0.0

    95 downloads

    SRC Modification of skill "RG_INTIMIDATE, Snatch". Teleport the player near a mob with the same id or near a monster with the same race present on the current map (if none, on random location). That's only a patch to apply on your rathena folder. Don't forget to thumbs up me if you like my content~
    Free
    1 point
  4. How could I have missed that... ...well let's not necro-post. Last client that I ran on Windows 98 was 2012-07-02 with a custom compatibility layer. Maybe I should try taking a recent client up for the challenge.
    1 point
  5. View File Utilities: @alootid2 Command File Name: @alootid2 Command File Submitter: mrdominic File Submitted: 31 August 2017 File Category: Utilities Content Author: mrdominic Features You can input multiple item ID for alootid with just 1 command. You can add the input list as much as you want (but remember. There is a Max alootid item.) You can change the alootid max item at src/config/core.h in your server database. Find this: /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10 <<<<< change the number to what you want. And don't forget to recompile your server if you change something in src folder. How To Use Just add this script to your server and enable it. Submitter mrdominic Submitted 08/31/2017 Category Utilities Video Content Author mrdominic  
    1 point
  6. put at any part of the script before jobchange script command mes "Request 1x TCG"; if (countitem(7179) < 1) close; add this right before jobchange .... delitem 7179,1; jobchange .......;
    1 point
  7. prontera,154,182,4 script SQLTest 90,{ query_sql "SELECT `prev_class` FROM `homunculus` WHERE `char_id` = "+getcharid(0), @prev_class; if (getarraysize(@prev_class)) { // If the person has a homunculus or not. if (@prev_class == gethominfo(1)) { mes "Your homunculus hasn't evolved yet!"; close; } else { mes "Previous class: "+@prev_class; mes "Current class: "+gethominfo(1); close; } } else { mes "You don't even have a homunculus!"; close; }
    1 point
×
×
  • Create New...