Akkarin Posted January 28, 2020 Posted January 28, 2020 View File World Boss Event // ========================================================= // World Boss System, scripted by Akkarin // ========================================================= // In this script's original state, a "World Boss" will // spawn in a random location after 10,000 monster kills // every 4 minutes past the hour. // // This script imitates the old World Boss mechanic from an // MMO called TERA. // // The location and MVP are selected at random from arrays. // ========================================================= Submitter Akkarin Submitted 01/28/2020 Category Games, Events, Quests Video Content Author Akkarin 2 Quote
Chaos92 Posted January 29, 2020 Posted January 29, 2020 //In this script's original state, a "World Boss" will // spawn in a random location after 10,000 monster kills // every 4 minutes past the hour. Does it mean 10,000 kills for each character or count from all players ? Quote
coperation Posted January 29, 2020 Posted January 29, 2020 for this script i need to know can you input[Modify] Big HP Bars into this scripts ? Quote
Akkarin Posted January 29, 2020 Author Posted January 29, 2020 9 hours ago, Amir Azman said: //In this script's original state, a "World Boss" will // spawn in a random location after 10,000 monster kills // every 4 minutes past the hour. Does it mean 10,000 kills for each character or count from all players ? It's using a global variable set from each kill by any player. It's total kills from all players. 1 hour ago, coperation said: for this script i need to know can you input[Modify] Big HP Bars into this scripts ? I'm afraid I don't know anything about big HP bars. Though if you mean like for greater effect you could use cutins and update them after each % is reduced. Quote
coperation Posted February 14, 2020 Posted February 14, 2020 On 1/30/2020 at 3:56 AM, Akkarin said: I'm afraid I don't know anything about big HP bars. Though if you mean like for greater effect you could use cutins and update them after each % is reduced. i've try this post and mix into worldboss script[Free Function] and show this how to fix that [ invisible npc ] Quote
Akkarin Posted February 16, 2020 Author Posted February 16, 2020 On 2/14/2020 at 7:20 PM, coperation said: how to fix that [ invisible npc ] Well.. your error literally tells you what's wrong. I also won't be supporting Hercules script mix-ins. I literally replied with the same statement in the thread you linked. rAthena has different functions to Hercules, you should check on your mapserver what the errors are and then cross-reference with the doc/script_commands.txt file to see what's going on. Quote
Bisuke Posted March 4, 2020 Posted March 4, 2020 We bought your script and Is there a way where we can track the monster kills? like an NPC with counter in it? Thanks! Quote
Akkarin Posted March 7, 2020 Author Posted March 7, 2020 On 3/4/2020 at 8:54 AM, Bisuke said: We bought your script and Is there a way where we can track the monster kills? like an NPC with counter in it? Thanks! Sure, just display the variable Quote
Bisuke Posted March 9, 2020 Posted March 9, 2020 On 3/8/2020 at 3:18 AM, Akkarin said: Sure, just display the variable Thank you! Quote
Katazui Posted May 26, 2020 Posted May 26, 2020 (edited) Hey Akkarin! Do you know why the world boss count goes up by itself? I ran the script on an empty server, where I was AFK for a little bit, and the world boss activated when there was no one killing mobs. Do you know what other possible scripts that might be causing this? Thanks! Edited May 26, 2020 by Katazui Quote
Cassiusdc Posted June 18, 2020 Posted June 18, 2020 (edited) On 5/27/2020 at 7:03 AM, Katazui said: Hey Akkarin! Do you know why the world boss count goes up by itself? I ran the script on an empty server, where I was AFK for a little bit, and the world boss activated when there was no one killing mobs. Do you know what other possible scripts that might be causing this? Thanks! I'm having the same problem aswell. @Akkarin It looks to be 16 mobs every interval, I didn't notice the interval since I was afk but everytime I come back and type @worldboss it increases by 16 sometimes. My initial guess is it has something to do with the Wild Roses spawn, I'm gonna try to check and come back here with my findings. Edit: Nope, not the Wild Roses. Edited June 18, 2020 by Cassiusdc Quote
ZinteliZ Posted August 15, 2020 Posted August 15, 2020 Hi, I just got this event and when I made my payment and download, I only got a .diff file. Is the information downloaded correct? If so, where do I get the installation instructions? REGARDS Quote
Akkarin Posted August 16, 2020 Author Posted August 16, 2020 21 hours ago, ZinteliZ said: I only got a .diff file Google "how to git apply a diff" Quote
ffman22 Posted August 29, 2021 Posted August 29, 2021 (edited) I am getting an error when I use the #worldboss 1 it said #worldboss faild player not found I have another question, how can we display a global announce that say that the world boss is going to spawn in the specific map? and that the kills for spawn the world boss is reached? there is an option to spawn a world boss every day, just 1 time.? Edited August 29, 2021 by ffman22 asking questions Quote
Akkarin Posted August 30, 2021 Author Posted August 30, 2021 PM me the script you're having issues with. 18 hours ago, ffman22 said: there is an option to spawn a world boss every day, just 1 time.? Having a limit is actually not a bad idea. I'll look into adding this option in. 1 Quote
lrye30 Posted February 24, 2023 Posted February 24, 2023 Hi! my payment was already received and approved. When can i receive the world boss script? Thank you Quote
lrye30 Posted March 2, 2023 Posted March 2, 2023 Hi owner of world boss script. i'm already paid but how come my script still not sent to my email? please check this asap Quote
shatowolf Posted April 13, 2023 Posted April 13, 2023 On 3/3/2023 at 2:30 AM, lrye30 said: Hi owner of world boss script. i'm already paid but how come my script still not sent to my email? please check this asap just download the files : Here Quote
UncleBobby Posted November 3, 2023 Posted November 3, 2023 hi akkarin is its possible to add anounce when they / you killed the world boss??? just like " player has killed world boss ( mob name ) and become the MVP " On 8/30/2021 at 4:25 PM, Akkarin said: PM me the script you're having issues with. Having a limit is actually not a bad idea. I'll look into adding this option in. when you are planning to add the automated? Quote
Akkarin Posted November 7, 2023 Author Posted November 7, 2023 You can add an announcement in the script. I'm not adding additional functionality to this script. Quote
mir0ma Posted May 15 Posted May 15 On 1/28/2020 at 12:52 AM, Akkarin said: View File World Boss Event // ========================================================= // World Boss System, scripted by Akkarin // ========================================================= // In this script's original state, a "World Boss" will // spawn in a random location after 10,000 monster kills // every 4 minutes past the hour. // // This script imitates the old World Boss mechanic from an // MMO called TERA. // // The location and MVP are selected at random from arrays. // ========================================================= Submitter Akkarin Submitted 01/28/2020 Category Games, Events, Quests Video Content Author Akkarin Hello, does this system work in the current emulator? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.