Jump to content

Search the Community

Showing results for tags 'Quest'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 33 results

  1. Utility: Points to Item Exchanger As per @koji42's request: http://herc.ws/board/topic/4048-pods-cashpoints-convertion/ Description: Exchanges items for points and vice-versa at a fixed rate. Preview: Download: https://github.com/datmumbles/Scripts/raw/master/util/points2item.txt
  2. View File Crash Island This script contains a quest where you'll be asked to help finding back a bunch of missing people after their Airship crashed. If you need a guide, just ask for it, and I'll make one ^^ Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward. Submitter Alayne Submitted 11/22/17 Category Quest, Shops, Functions & Algorithms  
  3. Download: 1.1 sample quest log Download: 1.1 sample daily quest these are 5 sample quests using quest log system this was actually made as a sample script inside a script support section in eathena forum original topic from eathena thanks to paradog eathena admin that makes eathena forum down, almost gonna remake everything from scratch luckily I got a few segment here and there in my old hard-disk so doesn't take too much time to write this sample Quest #1 typical talk to npc A, then npc B ... etc demonstrate how to use *checkquest Quest #2 collect item quest just checkitem with it I still don't know how to use the client to trace is the item collecting has completed or not Quest #3 kill monster quest demonstrate how to use *checkquest( x, HUNTING ) Quest #4 typical talk to npc A, then npc B ... BUT with a time limit demonstrate how to use *checkquest( x, PLAYTIME ) Quest#5 if player having this quest, player can *getitem by killing this monster see https://github.com/HerculesWS/Hercules/blob/stable/db/quest_db.conf#L45-L50 and I want to remind this is just a sample script usually make for source modification on quest log system (now is 3rd time I think ?) 2 sample script for daily system 1. Daily item giver ... although I think this should done with attendance system ... 2. Daily hunting ... self explain ... [109991] = { UI_Type = 0, group = "CHATTING", major = 4, minor = 0, title = "Tavern Helper", content = { summary = "Visit the Tavern Master", details = "Visit the Tavern Master in Prontera." }, resource = { [1] = { text = "Acolyte Trouble" }, [2] = { text = "Gemstone shortage" }, [3] = { text = "Poring Problem" }, [4] = { text = "Hand over the Artifact" }, [5] = { text = "Shining Rocker" } }, reward = { title = 991 }, score = 5 }, [109992] = { UI_Type = 1, group = "GOAL_ACHIEVE", major = 6, minor = 0, title = "Complete Daily Quest for 30 times", content = { summary = "Complete Daily Quest", details = "Complete Daily Quest for 30 times and you can earn some nice rewards!" }, resource = { [1] = { text = "Collect Daily Items 30 times", count = 30 }, [2] = { text = "Complete Daily Quest 30 times", count = 30 } }, reward = { title = 992, item = 513 }, score = 30 }, UI_TYPE - display a bar like in the daily quest screenshot - 0: in the [resource], doesn't support [count] - 1: support [count] group: - read from data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\achievement major - 1: General tab - 2: Adventure tab - 3: Battle tab - 4: Quest tab - 5: Memorial tab - 6: Feat tab
  4. Version 1.00

    101 downloads

    Follow Alice into the forest in Niflheim and try to figure out what is wrong with her. This is an instance dungeon that includes 3 maps, 2 quest and 3 boss for pre-renewal. One of the boss is a hidden extra to the instance with a small quest including a multi stage battle that will take a few days to fully complete. There are no default drops or rewards to the dungeon quests or monsters, So you will need to add those yourself. Although the instance is Pre-renewal, it can be used for renewal but you will need to revamp the monsters else they will be extremly weak. If your server is a highly modified pre-re server you might wanna tweak the monster since they are geared toward original RO servers. More detailed info in readme.txt Map used are Haunt_e and Haunt_1 made by Syouji
  5. Hello, I added some custom quests and they were ok, but the sprites and the count(how many monster or item left) didnt work. I added by following some topics here but they were very old so Im not sure if its rigth. I did it by modifying these files: - quest_db.conf: { Id: 20017 Name: "Treinamento Inicial" }, - questid2display.txt: 20017#Treinamento Inicial#SG_FEEL#QUE_NOIMAGE# Prove que voce e capaz de ser treinado por mim, mate 10 Esporos e volte para falar comigo!# Mate 10 Esporos.# - ep_141quest_list.lub (data\luafiles514\lua files\quest): { name =[[Treinamento Inicial]], scrfilename = [[epsoid141Quest]], questID = 20017, }, - epsoid141_list.lub (data\luafiles514\lua files\quest\questinfo): [20017] = { NPCToName = "Tayen", NPCToMap = "payon", NPCToSpr = "F_ORIENT_03", NPCToX = 166, NPCToY = 101, NPCFromName = "Tayen", NPCFromMap = "payon", NPCFromSpr = "F_ORIENT_03", NPCFromX = 166, NPCFromY = 101, Item = "", PrizeItem = "", Title = "Treinamento Inicial", Info = "Prove que voc??capaz de ser treinado por mim, mate 10 Esporos e volte para falar comigo!", Hunt1 = "< link = \"ESPORO\">Esporo<\\end> x 10 ", Hunt2 = "", Hunt3 = "", Time = "0", LV = "0", }, Here is the result: (missing sprite and the count of how many esporos I need to kill) https://1.bp.blogspot.com/-qvZjAaEsSQA/W25wj6qtcQI/AAAAAAAAlAU/Aniv9kZUvPoo94JXoi8R2c6kjQRynwG8QCLcBGAs/s1600/sprite.png Did I do it rigth? Is it missing any file? How can I add the sprites? Thanks
  6. i wrote this NPC for my server Sanctuary RO, with the intention of sharing since it took a lot of work to write i wanted to let other people use the same NPC or be able to edit it or take snippets from it to use in their own creations i'm designing the server economy to depend on cards so i wrote an NPC that will dispense coins every time a card is traded baised on how often that card is traded in by the whole server note that item 9204 is a custom item on my server and it will probably need to be changed there may have been easier or cleaner ways to write this NPC but it absolutely works, the only issue is if you have too many cards in your inventory the menu wont display them all but it requires a lot to hit that point cardshredder.txt
  7. View File Alice's Nightmare Instance(Pre-Re) Follow Alice into the forest in Niflheim and try to figure out what is wrong with her. This is an instance dungeon that includes 3 maps, 2 quest and 3 boss for pre-renewal. One of the boss is a hidden extra to the instance with a small quest including a multi stage battle that will take a few days to fully complete. There are no default drops or rewards to the dungeon quests or monsters, So you will need to add those yourself. Although the instance is Pre-renewal, it can be used for renewal but you will need to revamp the monsters else they will be extremly weak. If your server is a highly modified pre-re server you might wanna tweak the monster since they are geared toward original RO servers. More detailed info in readme.txt Map used are Haunt_e and Haunt_1 made by Syouji Submitter lioran Submitted 07/06/18 Category Quest, Shops, Functions & Algorithms  
  8. View File Veteran Quest This script contains a quest where an old adventurer will sing you a song, and where you'll have to ascomplish each step to become an adventurer yourself. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the reward variable to ensure you'll be able to get the reward (on OnChooseItem). Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one Submitter Alayne Submitted 11/22/17 Category Quest, Shops, Functions & Algorithms  
  9. Version 1.0.0

    126 downloads

    This script contains a quest where an old adventurer will sing you a song, and where you'll have to ascomplish each step to become an adventurer yourself. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the reward variable to ensure you'll be able to get the reward (on OnChooseItem). Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one
  10. View File Strange Surgeon This script contains a quest where you'll be asked to help a surgeon to find a new place to work. It can also handle a changesex for players. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward. Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one Submitter Alayne Submitted 11/22/17 Category Quest, Shops, Functions & Algorithms  
  11. Version 1.0.0

    51 downloads

    This script contains a quest where you'll be asked to help a surgeon to find a new place to work. It can also handle a changesex for players. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward. Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one
  12. Version 1.0.0

    48 downloads

    This script contains a quest to be run on Christmas, where you'll have to help Santa Claus to gather enought gift box while his imp went into a strike. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward. Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one
  13. View File Santa Claus This script contains a quest to be run on Christmas, where you'll have to help Santa Claus to gather enought gift box while his imp went into a strike. If you need a guide, ask for it! (but please, read the file first, it's quite easy). Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward. Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one Submitter Alayne Submitted 11/22/17 Category Quest, Shops, Functions & Algorithms  
  14. Version 1.0.0

    50 downloads

    This script contains a quest where you'll be asked to help finding back a bunch of missing people after their Airship crashed. If you need a guide, just ask for it, and I'll make one ^^ Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.
  15. Version 1.0.0

    28 downloads

    This script contains a quest where you're following the Anti Priest path. The goal of an anti-priest is to be the exact opposite of the Priest, and therefor, you'll be asked to NOT help people, by spreading false infos for instance. If you need a guide, just ask for it, and I'll make one ^^ Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.
  16. View File Anti-Priest This script contains a quest where you're following the Anti Priest path. The goal of an anti-priest is to be the exact opposite of the Priest, and therefor, you'll be asked to NOT help people, by spreading false infos for instance. If you need a guide, just ask for it, and I'll make one ^^ Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward. Submitter Alayne Submitted 11/22/17 Category Quest, Shops, Functions & Algorithms  
  17. Edda Arunafeltz Side: Half moon in the Daylight (Google Translated) New instance from kro Big thanks to Ziu who shared the raw version. Missing/custom things: *Entrance NPC; *Enchant NPC; *Many player messages; *Some monster messages; *A command to set a navigation location (without clicking text); *A command to destroy mercenary; *What happens when Pope is killed; *What happens if you get to Ktullanux without the doll; *EXP rewards. The instance is new and others things may be already different in kro. quest_db.conf Notes: The player receives a letter from Niren to begin the quest in kro, not possibly to do here. The cooldown quest resets every 4am in kro, I have set it to 23 hours. Click here to download
  18. Hi, I have some simple script. Can someone modified it ? Multiple selection. e.g Quest A, Quest B, Quest C When user complete Quest A, get reward zeny + item. Same also to quest B and C, adjustable via config Add showevent(1,0) Add simple ladder to show the ranking top 10 quest maker. If someone willing to do it let me know. For quest_db and questid2display.txt its own me. prontera,155,181,5 script Sample#quest 757,{ .@i = select( .menu$ ) - 1; switch( questprogress( .quest_id[.@i],HUNTING ) ) { case 0: setquest .quest_id[.@i]; mes "quest started."; break; case 1: mes "you havent finish the quest."; if ( select( "Give up","Cancel" ) == 1 ) { erasequest .quest_id[.@i]; } break; case 2: mes "Well done, you completed the quest."; completequest .quest_id[.@i]; break; } close; function Quest { .quest_id[.quest_id_size] = getarg( 0,0 ); .quest_title$[.quest_id_size] = getarg( 1,"" ); .menu$ = .menu$ + .quest_title$[.quest_id_size] + ":"; .quest_id_size++; return; } OnInit: Quest( 60119,"Hunt 50 Alligator" ); Quest( 60120,"Hunt 100 Alligator" ); Quest( 60121,"Hunt 150 Alligator" ); end; }
  19. Hey guys, this is my 'new script'. (New to you guys, because I used when I had my server, but now with some improvements.) Name: Quest Manager Creator: Me (@@Cretino) Version: 1.0b (Little improvement and others bugs fixed.) Contributors: (@@Aeromesi: Found a bug.) Recommendations: To get a better experience using this script, it is recommended change the value of 'input_max_value' to '2147483647'. (See more in 'conf/script.conf'.) Q: 'What features have 'Quest Manager'?' R: Q: 'How to use these features?' R: 'You can use all features in game, just talk to npc with GM Account and have fun. ' Q: 'How to configure it?' R: 'You can go to line '1568' in script, and you will see details like:' I'm accepting suggestions. If you found any bug, report in topic or send me a private message. I'll solve the problem as quickly as possible. I think is it. Note: Sorry for my English. quest_manager_v1.0.txt quest_manager_v1.0.txt quest_manager_v1.0.txt
  20. The following script emulates the iRO's 13th Anniversary Quest Event active on 2016 June in iRO. This was made by directly doing this quest on iRO. For more details please check: Event Notice || iRO Wiki Resources: iRO_13th_Anniv_1.1.txt items data.txt questid2display.txt quest_db.txt Feel free to make any question.
  21. The following script emulates the Spotlight Quest: Adventure of the Tarnished Lamp active on 2016 June in iRO. This was made directly doing the quest. For more details please check: Event Notice || iRO Wiki This quest requires an special spawn of Byorgue monster named "Byorgue Mercenary" who hasn't any exp/drops and has the following stats: Resources: iRO_Event_2016-06.txt questid2display.txt quest_db.txt Feel free to make any question.
  22. The following script emulates the Bounty Board Quests from iRO. This was made by having direct interaction with all the npcs, directly doing some of this quest and also using iRO Wiki information as a source. This quest uses a special function designed to concentrate and manage all the bounties in a few lines, to make it easy to update, modify or even create custom bounties. iRO Bounty Boards v1.0.rar For more details please check: Bounty Board Quests - iRO Wiki Special thanks to: Trixtan and ZacktheBear from AtlantisRO. This would not have been possible without their invaluable help. Some notes about this: There are some errors in iRO's npc. In example, in Juno the Bounty 70-110 for Juno with a char base level 127, the Bounty says it is for levels 70-100 (not 110, as his name says). This error was caused because this quests were implemented before update that expands max base level to 175 and it seems that iRO's npc were scripted individually one by one, not as a function, so, this errors may be only little bugs when updating values. This kind of error is present in some bounties for Lighthalzen, Hugel, and don't remember which other one. However, all the npcs presented here are using the information provided by iRO Wiki and presents information ingame avoiding this kind of errors. I have not added the questinfo command to show quest mark, because the equivalent in iRO has an argument to check player's base level, so the mark doesn't active with all the players, but only the ones that are in the base level limit. Some to-do : I'm missing base/job exp for False Angel and Mini Demon (Geffen Bounties), since that information is not present in iRO Wiki and I haven't The Sign quest. If somebody can open Portal to Geffenia, i will update that values. Bounties for biolab 2 and 3 has a special function, it is like containing two boards in one, since a player can choose to do all bounties for monsters from 3rd level and all bounties for monsters from 4th level (to receive the reward for all the bounties completed). I also forget to add the vip function to Collect All Bounties. This quests are a close emulation to iRO's Bounty Boards. We hope players can enjoy this quests. If you detect any error or have a suggestion, please feel free to comment it.
  23. Utility: Coin Trader As per @karazu's request: http://herc.ws/board/topic/4157-mithrill-to-gold-to-silver-coins-vice-versa-trader/ Description: Allows players to purchase coins with zeny, exchange coins for zeny, and convert coins to more valuable or lesser coins. See configuration to customise coin values. Download: https://github.com/datmumbles/Scripts/raw/master/util/cointrader.txt
  24. JoyRo

    Quest Warper

    Hello Hercules, I noticed a script in the release called quest_warper is like not up to date lots of dungeons and even towns are missing. Is there any one that has this same script or a difrent one that is more up to date with all the latest dungeons etc in it? Please share if you like. Even share if you dont like.. You might think why dont you add dungeons and towns yourself.. i did but i get a overflow warning now.. If you can help me solve that problem i am happy also! script:op_2num: overflow detected op=C_MUL
  25. Hello, Is there any one that can help me create a script. I would like to have a script that gives me a random reward if i complete a quest or trade for points.
×
×
  • Create New...

Important Information

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