Arcenciel Posted December 27, 2011 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted December 27, 2011 (edited) Current Version:1.0 Description This script creates an instance in which a party or an individual is to fight 300 monsters that comes in waves activated by killing monsters and 1 MVP. Upon completion of this tasks, the party is rewarded with treasure chests which are very much like those that you can get from WoE. The script is highly configurable. I suggest you read through the configuration portion in the actual script. The script also requires certain files and it'll be included with the release as well. The script is based off Dragon Nest's 300 Goblin Instance. Creation of the script was largely possible through the use of OrcsMemory.txt as a reference. Support will not be given on details not pertaining to the actual script such as adding the map, updating the mapcache, and etc... Please read INFO.txt for very basic instructions. Documentation Configurations to focus on... //= Tier One - Monster ID and Namesetarray .@chamonid[0],1015,1023,1122;setarray .@chamonname$[0],"Zombie","Orc","Goblin";//= Tier Two - Monster ID and Namesetarray .@chamonid2[0],1197,1273,1258;setarray .@chamonname2$[0],"Zombie Prisoner","Orc Lady","Goblin Archer ";//= Tier Three - Monster ID and Namesetarray .@chamonid3[0],1865,1213,1308;setarray .@chamonname3$[0],"Ragged Zombie","High Orc","Panzer Goblin";//= Treasure - Mob IDsetarray .@chamonid5[0],1337,1329,1946,1938; Monsters chosen to be added to the Tiers should be arranged from weakest to strongest as the Tier level rises. For example: Zombie < Zombie Prisoner < Ragged Zombie. Monsters occupying the same slot in different arrays will be spawned together in one instance. For example: Orc which is in .@chamonid[1] will not spawn with a Zombie Prisoner which is in .@chamonid2[0]. The Treasure Chest set in .@chamondid5 are randomly selected from treasure chest that already exists in game. You are encouraged to create your own treasure chest/mob and add whichever item you want it to drop. // Custom Quest 70000,300,0,0,0,0,0,0,"Challenge Time Limit" The value in bold above determines how long until the player can attempt the challenge again. It is in milliseconds. Set it to whatever you think is appropriate for your server. I recommend adding the length of the instance (configurable) plus however many hours/days. Special Thanks , @Brian, L0ne_W0lf Download http://www.mediafire...t19b9b8768oc0n6 http://www.box.com/s/foi5h1p4ajnu3uvg23pk Comments, Concerns, Bug Reports, and Suggestions are welcomed. Edited February 26, 2012 by Arcenciel Added a new download link. 10 Quote Link to comment Share on other sites More sharing options...
jTynne Posted December 27, 2011 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 399 Reputation: 199 Joined: 11/09/11 Last Seen: December 14, 2020 Share Posted December 27, 2011 Five stars m'friend! Five stars! 1 Quote Link to comment Share on other sites More sharing options...
JayPee Posted December 27, 2011 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted December 27, 2011 Nice Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 27, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: February 23 Share Posted December 27, 2011 Thanks for the Screenies. now to test this xD~ Quote Link to comment Share on other sites More sharing options...
manabeast Posted December 27, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted December 27, 2011 OMG !! cool.. like it ^^ Quote Link to comment Share on other sites More sharing options...
Syouji Posted December 27, 2011 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted December 27, 2011 (edited) Awesome job Arcenciel! Thank you for making the script customizable with many configuration options. =) 10/10!!!! EDIT: Getting an error for the NPCKILL event for the Final Boss. [Error]: npc_event: event not found [dup_1_110012402::OnMyMVPDead] Not sure if everyone else is getting this. This occurs AFTER you kill the final monster which is after you killed the 300 little dudes. Edited December 27, 2011 by Syouji 1 Quote Link to comment Share on other sites More sharing options...
Sneaky Posted December 27, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted December 27, 2011 (edited) It seem'd to work fine. Though I noticed this edit: nvm was a mistake -------------------------------------------------------- PS: Nice Script~ Edited December 27, 2011 by Slim 1 Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted December 27, 2011 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted December 27, 2011 Slim, I think you typed that in yourself by accident. XD I just double checked and mines is clean. 1 Quote Link to comment Share on other sites More sharing options...
Sneaky Posted December 27, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted December 27, 2011 Slim, I think you typed that in yourself by accident. XD I just double checked and mines is clean. LOL true, I just checked and I typed it accidentally when I was trying to find the keyword* 'boss' I'll edit my post, sorry my bad. 1 Quote Link to comment Share on other sites More sharing options...
Syouji Posted December 27, 2011 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted December 27, 2011 So no one had issues on theirs? Odd. I didn't touch the script or anything. Did everything you provided in the 7zip file ;o Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted December 27, 2011 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted December 27, 2011 Yeah, everything is in there. Did you have any problems? Quote Link to comment Share on other sites More sharing options...
Sneaky Posted December 27, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted December 27, 2011 Yeah, everything is in there. Did you have any problems? EDIT: Getting an error for the NPCKILL event for the Final Boss. [Error]: npc_event: event not found [dup_1_110012402::OnMyMVPDead] Not sure if everyone else is getting this. This occurs AFTER you kill the final monster which is after you killed the 300 little dudes. Apparently, he did. Quote Link to comment Share on other sites More sharing options...
Syouji Posted December 27, 2011 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted December 27, 2011 The entire script works fine. I got the instance working and all however after I kill all 300 monsters and then kill the boss I get an error that it couldnt call the OnMyMVPDead. The instance tag + the name wouldnt be called. It had an error that it couldnt find it. Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted December 27, 2011 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted December 27, 2011 Oh, I missed that post. It seems like you have a duplicate. Either you loaded it twice or you have another NPC called #MvP Summoner Quote Link to comment Share on other sites More sharing options...
Sneaky Posted December 27, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted December 27, 2011 you have another NPC called #MvP Summoner You should change the name of it to something similar, I mean because that's kind of common for a user to have. Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted December 27, 2011 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted December 27, 2011 you have another NPC called #MvP Summoner You should change the name of it to something similar, I mean because that's kind of common for a user to have. I'll do so in the next version. Thanks. Quote Link to comment Share on other sites More sharing options...
Syouji Posted December 27, 2011 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted December 27, 2011 Ahhhhhh wow that explains it XD. I feel stupid now LOL. Ya Its always good to stay away from generic names for npcs as its quite possible there will be a duplicate somewhere. Thanks guys! Quote Link to comment Share on other sites More sharing options...
Kraiser X Astral Posted January 2, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 12/14/11 Last Seen: January 21, 2012 Share Posted January 2, 2012 nice script, I'm going to test it Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 2, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted January 2, 2012 nice script, I'm going to test it Thank you, let me know how it goes. =D Quote Link to comment Share on other sites More sharing options...
Linkin Park Posted January 4, 2012 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Share Posted January 4, 2012 It's been a while since my last visit. Thanks for creating the script! You are awesome lol Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 4, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted January 4, 2012 It's been a while since my last visit. Thanks for creating the script! You are awesome lol hahaha Thanks. Hope you find it useful. 2 Quote Link to comment Share on other sites More sharing options...
Zwei Posted January 13, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 107 Reputation: 18 Joined: 12/23/11 Last Seen: March 25, 2012 Share Posted January 13, 2012 Cool!! Anyone has a screenshot or video from it? Thanks~~!! Regards, Zwei Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 13, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Author Share Posted January 13, 2012 I only have one screenshot from it. No videos. If anyone wants to make one, feel free to do so though. 1 Quote Link to comment Share on other sites More sharing options...
Tempo Posted January 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 11/19/11 Last Seen: March 19, 2012 Share Posted January 13, 2012 Very nice script! Awesome! Quote Link to comment Share on other sites More sharing options...
Angry Mjoo Posted February 4, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 12/17/11 Last Seen: June 30, 2012 Share Posted February 4, 2012 Is there a possible way to remove the Dropped Items from the Mobs?.. Quote Link to comment Share on other sites More sharing options...
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.