Lil Troll Posted October 1, 2013 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 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. @[email protected] Edited October 2, 2013 by Vlync Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted October 2, 2013 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. @[email protected] 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 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 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 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 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 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 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 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 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 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 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 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 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...