Vylet Posted October 20, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 01/21/12 Last Seen: November 3, 2015 Share Posted October 20, 2013 OH! Been looking for this one~ My Favorite Event Ever! Thanks much! Quote Link to comment Share on other sites More sharing options...
Nikky Posted October 21, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 10/21/13 Last Seen: March 28, 2019 Share Posted October 21, 2013 cool script Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 19, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Author Share Posted December 19, 2013 One small bug if the event is started (by GM for example) and it start automatically, .register_aid & .register_num are not reset omg yeah I surely missed that anyway... is it posible to use GM commands npc:devil on to start the event?? OnWhisperGlobal: if ( getgmlevel() < 20 ) end; use @devilsquare in-game to activate the event, just like you are typing a gm-command think I should've add it into 1st post Quote Link to comment Share on other sites More sharing options...
Yoona Posted January 2, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.04 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted January 2, 2014 (edited) Thanks for the Awesome Scripts! Annie! Edited January 2, 2014 by Yoona Quote Link to comment Share on other sites More sharing options...
Kurihara Posted February 14, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 17 Reputation: 0 Joined: 06/19/13 Last Seen: February 18, 2014 Share Posted February 14, 2014 Is there an eAthena compatible version for this event? Quote Link to comment Share on other sites More sharing options...
IndieD Posted June 8, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 06/13/12 Last Seen: November 1, 2015 Share Posted June 8, 2014 I have a bit of a question. I was toying around with this script and can't seem to figure out how to change the prizes. When all the mobs are killed, I'd like to have an NPC show up first, let the player click them, and tell them a message with a next command. Once they exit, they will receive Event tickets, I've messed around a bit with this but can't seem to figure it out. Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 8, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted June 8, 2014 I have a bit of a question. I was toying around with this script and can't seem to figure out how to change the prizes. When all the mobs are killed, I'd like to have an NPC show up first, let the player click them, and tell them a message with a next command. Once they exit, they will receive Event tickets, I've messed around a bit with this but can't seem to figure it out. ordeal_1-1,246,245,7 script Exit#DS 51,{ mes "[Exit]"; mes "See ya"; next; // add your reward here getitem 512,100; getitem 512,200; getitem 512,300; warp "SavePoint", 0,0 ; close; } Quote Link to comment Share on other sites More sharing options...
IndieD Posted June 8, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 06/13/12 Last Seen: November 1, 2015 Share Posted June 8, 2014 (edited) Thanks Emisty. I forgot to mention that under your permission, could I take off the treasure boxes spawning? I forgot to put that in my initial post. So, once they finish killing the mobs, it'll auto-recognize there are no more mobs on the map, and just spawn the NPC. Edited June 8, 2014 by IndieD Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 8, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted June 8, 2014 then just find the line that summon the treasure box and remove it.. Quote Link to comment Share on other sites More sharing options...
IndieD Posted June 11, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 06/13/12 Last Seen: November 1, 2015 Share Posted June 11, 2014 Ya, I figured. Is there a way to add a timer on this between rounds? Like a 5 second timer so they can back up into the spawn to recover? Quote Link to comment Share on other sites More sharing options...
cassie24 Posted June 28, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 04/25/14 Last Seen: October 31, 2014 Share Posted June 28, 2014 I'm sorry noob here just got confused, if this script can be activated by a GM99 account using @devilsquare, it will also start by itself anyway in the set times using the OnClock code, yes? And no matter how many winners, the script will still summon treasure boxes for which the winners can kill steal and loot as they please, am I right? Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 30, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 30, 2014 if this script can be activated by a GM99 account using @devilsquare, it will also start by itself anyway in the set times using the OnClock code, yes? the event will automatically start if it's not already on - it won't stop the previous one the script will still summon treasure boxes for which the winners can kill steal and loot as they please, am I right? yes Quote Link to comment Share on other sites More sharing options...
c2greentea Posted July 10, 2014 Group: Members Topic Count: 68 Topics Per Day: 0.02 Content Count: 173 Reputation: 0 Joined: 06/07/14 Last Seen: December 17, 2014 Share Posted July 10, 2014 How to give consolation prize if they die within 3 rounds, just before all mobs in the 3rd round get killed? Quote Link to comment Share on other sites More sharing options...
c2greentea Posted July 29, 2014 Group: Members Topic Count: 68 Topics Per Day: 0.02 Content Count: 173 Reputation: 0 Joined: 06/07/14 Last Seen: December 17, 2014 Share Posted July 29, 2014 What are the errors in my script? I just changed a few lines but players reported that after finishing 3 levels and they are about to get the treasure chests, another set of monsters appear. Pls someone check my script and let me know the errors. I will tip reasonably via Paypal. http://pastebin.com/raw.php?i=xZqs5nH8 Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 30, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 30, 2014 - .mob = 70; + .mob = 50; areamonster "ordeal_1-1",183,182,246,244,"[DS] GARGOYLE",1253,15,strnpcinfo(0)+"::Ondevildead2"; areamonster "ordeal_1-1",183,182,246,244,"[DS] ALARM",1193,10,strnpcinfo(0)+"::Ondevildead2"; areamonster "ordeal_1-1",183,182,246,244,"[DS] HIGH ORC",1213,10,strnpcinfo(0)+"::Ondevildead2"; you change the total spawn but real amount of mob spawn is still 70 Quote Link to comment Share on other sites More sharing options...
tekataobaakoinay Posted August 5, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 03/30/12 Last Seen: August 20, 2014 Share Posted August 5, 2014 Where can i insert this script? PS: Sorry, I'm a newbie Quote Link to comment Share on other sites More sharing options...
Dissidia Posted September 24, 2014 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted September 24, 2014 please fix. sometimes no mob respawn or treasure.. thanks. but sometimes working til treasure box. Quote Link to comment Share on other sites More sharing options...
Chaos Posted November 22, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 09/07/12 Last Seen: October 24, 2023 Share Posted November 22, 2014 hi this script is cool but how can i make all treasure chest in one position with 1 random drop and automatically loot and warped out after hitting the chests? Quote Link to comment Share on other sites More sharing options...
AliceRO Posted May 20, 2015 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 01/14/15 Last Seen: October 2, 2015 Share Posted May 20, 2015 hello, someone can fix this ? sometimes no mob respawn up, need help >.< Quote Link to comment Share on other sites More sharing options...
StreetDog Posted October 4, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 10/04/19 Last Seen: December 6, 2019 Share Posted October 4, 2019 how to change the event to another map? i've changed it to guild_vs3 and it's works well till the treasure box, but the "exit" npc don't spawns. Quote Link to comment Share on other sites More sharing options...
GM-Beyond Posted October 7, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 08/31/21 Last Seen: March 18 Share Posted October 7, 2021 They can still use memo how to fix Quote Link to comment Share on other sites More sharing options...
Ronald Posted October 19, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share Posted October 19, 2021 On 10/8/2021 at 12:50 AM, GM-Murphy said: They can still use memo how to fix check your mapflag. Quote Link to comment Share on other sites More sharing options...
Sallycantdance Posted October 30, 2022 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 31 minutes ago Share Posted October 30, 2022 hello i got this error Quote Link to comment Share on other sites More sharing options...
Racaae Posted October 30, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 207 Reputation: 92 Joined: 06/02/12 Last Seen: Tuesday at 11:46 PM Share Posted October 30, 2022 30 minutes ago, GM Winter said: hello i got this error Hi. Find and replace getmapxy .@map$, .@x, .@y, 1; >>> getmapxy(.@map$, .@x, .@y, BL_NPC); 1 Quote Link to comment Share on other sites More sharing options...
Sallycantdance Posted October 30, 2022 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 31 minutes ago Share Posted October 30, 2022 On 10/30/2022 at 10:05 AM, Racaae said: Hi. Find and replace getmapxy .@map$, .@x, .@y, 1; >>> getmapxy(.@map$, .@x, .@y, BL_NPC); thank you! is it possible to change the zeny into an item requirements to enter or join the devil square? 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.