Lil Troll Posted October 1, 2013 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
Drakkus Posted October 2, 2013 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
Lil Troll Posted October 2, 2013 Author 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
GmOcean Posted October 7, 2013 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
Lil Troll Posted October 7, 2013 Author 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
Lil Troll Posted October 14, 2013 Author Posted October 14, 2013 Lil Troll, nice approach, i like it. Wow nothing more enlightening than my idol sir Myster comment! Quote
arievz Posted November 6, 2013 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
Radian Posted August 1, 2014 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
Talon Posted October 27, 2014 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
Emistry Posted October 29, 2014 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
Talon Posted November 3, 2014 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
Mikki Posted September 21, 2017 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
mazvi Posted October 20, 2017 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
Sallycantdance Posted January 19, 2024 Posted January 19, 2024 how to edit the cell or distance of the explosion? Quote
Wazaby Posted January 19, 2024 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
Sallycantdance Posted January 19, 2024 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
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.