Lil Troll Posted October 1, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted October 1, 2013 (edited) ///////////////////////////////////////////////////////////////////////// //---------------------------------------------------------------------// // MINING (EXPLOSION TYPE) // // AUTHOR: LIL TROLL//COLDFIRE // //---------------------------------------------------------------------// // RATHENA SCRIPT // //---------------------------------------------------------------------// // Version 1 // //---------------------------------------------------------------------// // Credits to: // // - Sir Emistry(For teaching me OnTouch). // // - Lesbie for requesting the script. // // FEATURES: // // - Set the configuration, run the script. // // - Add duplicates. // // - Player set the explosion and run for it! // // - Wait till the explosion off then grab the items. // // - NPC AutoHides after set of explosions. // //---------------------------------------------------------------------// ///////////////////////////////////////////////////////////////////////// explosive_mining.txt Edited October 1, 2013 by Lil Troll 3 Quote Link to comment Share on other sites More sharing options...
Drakkus Posted October 2, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted October 2, 2013 (edited) Hey! Thanks for the nice release. I'm gonna try this out!Keep it up! Cheers. @Lil Troll, May i asked for a few question? i don't understand at the OnInit: part there are lots of setarray but it doenst work? like the setarray .Debris[0],7049,757,756,6077,1010,1011,984,985; // DEBRIS, STONES,ELUNIUM,ORIDECON,REFINE MATERIALS && ETC.. setarray .Scatter[0],1,2,3; // DEBRIS AMOUNT. setarray .ScatArea[0],1,2,3; // SCATTER AREA. setarray .SFXS[0],225,805,60; // MINING CAST setarray .SFX[0],44,100,4,18,53,65,960,965,967,901,730,722,585,32,907,810,941,563; // Mining Explosion. Sort of confuse. @_@ Edited October 2, 2013 by Vlync Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted October 2, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Author Share Posted October 2, 2013 Hey! Thanks for the nice release. I'm gonna try this out! Keep it up! Cheers. @Lil Troll, May i asked for a few question? i don't understand at the OnInit: part there are lots of setarray but it doenst work? like the setarray .Debris[0],7049,757,756,6077,1010,1011,984,985; // DEBRIS, STONES,ELUNIUM,ORIDECON,REFINE MATERIALS && ETC.. setarray .Scatter[0],1,2,3; // DEBRIS AMOUNT. setarray .ScatArea[0],1,2,3; // SCATTER AREA. setarray .SFXS[0],225,805,60; // MINING CAST setarray .SFX[0],44,100,4,18,53,65,960,965,967,901,730,722,585,32,907,810,941,563; // Mining Explosion. Sort of confuse. @_@ What do you mean? Are you getting map server error? If you are pinpointing "setarray .Debris[0]": It is the scattered fragments upon explosion of the mine. Its just like consultation rewards. It will be randomly set as a drop upon set of explosion. If you are pinpointing "setarray .Scatter[0]": It is scattered debris amount pero explosion. If you are pinpointing "setarray .ScatArea[0]": This is the array of random area which the debris will be created. Quote Link to comment Share on other sites More sharing options...
GmOcean Posted October 7, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted October 7, 2013 Oh? Interesting concept to a mining system. Most people use a system that requires a pickaxe and the like. Though explosives, now that's a nice and unique touch to this. Your making steady improvement with your scripting techniques. That is good to see, keep it up, and you'll reach higher levels in no time. Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted October 7, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Author Share Posted October 7, 2013 Thanks sir GM Ocean, i would love to release more scripts when projects are done but i don`t have enough time do it. Doing scripts little by little. Quote Link to comment Share on other sites More sharing options...
karazu Posted October 13, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted October 13, 2013 Good one ..book marking Quote Link to comment Share on other sites More sharing options...
Myzter Posted October 13, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 107 Reputation: 91 Joined: 01/19/12 Last Seen: April 19, 2024 Share Posted October 13, 2013 Lil Troll, nice approach, i like it. Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted October 14, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Author Share Posted October 14, 2013 Lil Troll, nice approach, i like it. Wow nothing more enlightening than my idol sir Myster comment! Quote Link to comment Share on other sites More sharing options...
arievz Posted November 6, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 4 Joined: 04/22/13 Last Seen: April 30, 2022 Share Posted November 6, 2013 Hi Lil Troll, Thank you so much for the script, Can you make the rewards can't be stolen by other players? Quote Link to comment Share on other sites More sharing options...
Radian Posted August 1, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted August 1, 2014 Nice Released. How can i make the duplicate NPC's to be random on a specifc map? Is it possible to do that? Quote Link to comment Share on other sites More sharing options...
Talon Posted October 27, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share Posted October 27, 2014 Really good scripts, I'm wondering how to set the NPC spawn randomly on a map? Please help me :3 Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 29, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 16 minutes ago Share Posted October 29, 2014 movenpc "npcname",x,y; just do some calculation to calculate random xy for your location. * i remember i did reply a topic not long ago, it's about moving npc to random coordinate too. try search. 1 Quote Link to comment Share on other sites More sharing options...
Talon Posted November 3, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share Posted November 3, 2014 (edited) movenpc "npcname",x,y; just do some calculation to calculate random xy for your location. * i remember i did reply a topic not long ago, it's about moving npc to random coordinate too. try search. Yea, I already found your post, it's very helpful... but I got another problem now Edited November 3, 2014 by Talon Quote Link to comment Share on other sites More sharing options...
Mikki Posted September 21, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 01/20/13 Last Seen: October 15, 2017 Share Posted September 21, 2017 is this fixed? i've tried to add it on my server, but it seems like, it's only damaging GM's.. I tested it with one player and she can sit beside it without dying from the explosion even if she's the one who set the bombs.. No errors on my putty.. and i haven't seen any of this part happening:setarray .Debris[0],7049,757,756,6077,1010,1011,984,985; Quote Link to comment Share on other sites More sharing options...
mazvi Posted October 20, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 78 Reputation: 7 Joined: 11/26/12 Last Seen: December 28, 2023 Share Posted October 20, 2017 yes debris not work the item debris not drop setarray .Debris[0],7049,757,756,6077,1010,1011,984,985; Quote Link to comment Share on other sites More sharing options...
markiez22 Posted February 24, 2023 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 126 Reputation: 5 Joined: 10/31/12 Last Seen: June 7, 2023 Share Posted February 24, 2023 yes debris not working Quote Link to comment Share on other sites More sharing options...
Sallycantdance Posted January 19, 2024 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 49 minutes ago Share Posted January 19, 2024 how to edit the cell or distance of the explosion? Quote Link to comment Share on other sites More sharing options...
Wazaby Posted January 19, 2024 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 31 Reputation: 11 Joined: 04/19/20 Last Seen: April 21, 2024 Share Posted January 19, 2024 What the hail! This is almost a decade old script. // Change this part. setarray .ScatArea[0],1,2,3; // SCATTER AREA. // To this setarray .ScatArea[0], 3, 5, 7; // Increase the values for a larger scattering area. Quote Link to comment Share on other sites More sharing options...
Sallycantdance Posted January 19, 2024 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 49 minutes ago Share Posted January 19, 2024 1 hour ago, Wazaby said: What the hail! This is almost a decade old script. // Change this part. setarray .ScatArea[0],1,2,3; // SCATTER AREA. // To this setarray .ScatArea[0], 3, 5, 7; // Increase the values for a larger scattering area. the cell distance for the crystal example in 5 cell away from the crystal the players are safe? 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.