Stolao Posted June 12, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Share Posted June 12, 2016 (edited) < Stolao's Mining > Features: An official looking mob based mining system Fully configurable Custom in game Item provided by Haziel Todo: Suggestions? Optimize Add Prison Mine Needs More Mining Spots Changelog: 4.44 Fixed bug with weapon sprite crashing (changed weapon type client side to 0) 4.45 Changed mob ids to 3900+ 4.46 Tabulation 4.47 More Tabulation fixes 4.48 Removed extra { 4.49 Removed use of 'set' 4.4A Fixed not collecting later rewards 4.4B Changed Iron Break Chance from 1200 -> 120 Links: Latest Mining GRF: Mining.grf Links: Latest Mining Note: I'm not going to be updating this script anymore other then bug fixes as I'm no longer using it myself since I have updated to a SRC based one, i will eventually release the SRC one. Edited June 2, 2018 by Stolao 2 1 Quote Link to comment Share on other sites More sharing options...
Aureon Posted June 12, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 281 Reputation: 14 Joined: 10/14/13 Last Seen: October 9, 2017 Share Posted June 12, 2016 Thanks for this! :-) Quote Link to comment Share on other sites More sharing options...
Stolao Posted June 12, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted June 12, 2016 Thanks for this! :-) it was actually release about 9 months ago on my git just didn't make a post about it. Your welcome, tell me how you like it. Quote Link to comment Share on other sites More sharing options...
sprdosat Posted June 8, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted June 8, 2017 How to put respawn in the ore? Quote Link to comment Share on other sites More sharing options...
M4karov Posted August 22, 2017 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 149 Reputation: 37 Joined: 04/01/13 Last Seen: June 18, 2024 Share Posted August 22, 2017 On 12/06/2016 at 3:27 PM, Stolao said: < Stolao's Mining > Features: An official looking mob based mining system Fully configurable Custom in game Item provided by Haziel Todo: Suggestions? Optimize Add Prison Mine Needs More Mining Spots Changelog: 4.3A Removed Test Mine, was giveng an error 4.3B Added at_command for checking mining level and exp 4.3C Added Failed Refine to Pickaxe break 4.3D Delete Note Lines from Delitem -> Break Changes 4.3E Fixed typo in OnMineCheck 4.3F Added lua files to Extras 4.40 Added Mining Gear Shop 4.41 Removed Oridecon Pick from shop & produce db 4.42 Update iteminfo.lua(lub) with custom picks 4.43 Fixed Mobs for new Ra update Links: Latest Mining GRF: Mining.grf Links: Latest Mining Git Hash: 1fc0ed6 Error: Quote Link to comment Share on other sites More sharing options...
Stolao Posted August 23, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted August 23, 2017 9 hours ago, M4karov said: Git Hash: 1fc0ed6 Error: looks like line 437 has a "{" when it shouldn't, removing should fix ill update when I'm home Quote Link to comment Share on other sites More sharing options...
Max Posted August 28, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 37 Reputation: 2 Joined: 03/23/12 Last Seen: January 26, 2023 Share Posted August 28, 2017 On 8/22/2017 at 11:57 PM, M4karov said: Git Hash: 1fc0ed6 Error: find else areamonster getd(".Tier"+.@lv+"_M$["+.@s+"]"),getd(".Tier"+.@lv+"_X1["+.@s+"]"),getd(".Tier"+.@lv+"_Y1["+.@s+"]"),getd(".Tier"+.@lv+"_X2["+.@s+"]"),getd(".Tier"+.@lv+"_Y2["+.@s+"]"),getd(".Tier"+.@lv+"_N$["+.@s+"]")+" Deposit",rand(.MobIds[0],.MobIds[1]) + 2*.@lv,1,"Mining::"+(getd(".Tier"+.@lv+"_T$["+.@s+"]"))+""; edit to } else areamonster getd(".Tier"+.@lv+"_M$["+.@s+"]"),getd(".Tier"+.@lv+"_X1["+.@s+"]"),getd(".Tier"+.@lv+"_Y1["+.@s+"]"),getd(".Tier"+.@lv+"_X2["+.@s+"]"),getd(".Tier"+.@lv+"_Y2["+.@s+"]"),getd(".Tier"+.@lv+"_N$["+.@s+"]")+" Deposit",rand(.MobIds[0],.MobIds[1]) + 2*.@lv,1,"Mining::"+(getd(".Tier"+.@lv+"_T$["+.@s+"]"))+""; Fixed it for me Quote Link to comment Share on other sites More sharing options...
Stolao Posted August 28, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted August 28, 2017 39 minutes ago, Max said: find else areamonster getd(".Tier"+.@lv+"_M$["+.@s+"]"),getd(".Tier"+.@lv+"_X1["+.@s+"]"),getd(".Tier"+.@lv+"_Y1["+.@s+"]"),getd(".Tier"+.@lv+"_X2["+.@s+"]"),getd(".Tier"+.@lv+"_Y2["+.@s+"]"),getd(".Tier"+.@lv+"_N$["+.@s+"]")+" Deposit",rand(.MobIds[0],.MobIds[1]) + 2*.@lv,1,"Mining::"+(getd(".Tier"+.@lv+"_T$["+.@s+"]"))+""; edit to } else areamonster getd(".Tier"+.@lv+"_M$["+.@s+"]"),getd(".Tier"+.@lv+"_X1["+.@s+"]"),getd(".Tier"+.@lv+"_Y1["+.@s+"]"),getd(".Tier"+.@lv+"_X2["+.@s+"]"),getd(".Tier"+.@lv+"_Y2["+.@s+"]"),getd(".Tier"+.@lv+"_N$["+.@s+"]")+" Deposit",rand(.MobIds[0],.MobIds[1]) + 2*.@lv,1,"Mining::"+(getd(".Tier"+.@lv+"_T$["+.@s+"]"))+""; Fixed it for me Ya either adding a { or removing the one before would fix Quote Link to comment Share on other sites More sharing options...
maken06 Posted October 15, 2017 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted October 15, 2017 I have this problem... @Stolao Mining_System.txt Fixed by myselft Quote Link to comment Share on other sites More sharing options...
Stolao Posted October 16, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted October 16, 2017 On 10/14/2017 at 7:09 PM, maken06 said: Fixed by myselft Really should make a PR so I can fix via phone, else I'll forget nwhen I get home 1 Quote Link to comment Share on other sites More sharing options...
Kidlatsv Posted October 21, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 09/19/17 Last Seen: August 27, 2019 Share Posted October 21, 2017 i'm getting an error which I have no clue how to solve: Quote Link to comment Share on other sites More sharing options...
Stolao Posted October 27, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted October 27, 2017 On 10/20/2017 at 8:43 PM, Kidlatsv said: i'm getting an error which I have no clue how to solve: Whats your git hash/client version/Mining version? Did you make any changes? Quote Link to comment Share on other sites More sharing options...
Kidlatsv Posted October 30, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 09/19/17 Last Seen: August 27, 2019 Share Posted October 30, 2017 I didn’t make any changes. the mining version is the one attached to the link marked as latest. as for the github. Version, I don’t actually know, but I got the downloaded the emulator around four days before I posted that error. Quote Link to comment Share on other sites More sharing options...
Strand Posted February 8, 2018 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 102 Reputation: 2 Joined: 07/01/13 Last Seen: May 23, 2021 Share Posted February 8, 2018 Hello, How does the re spawning work? Does the Iron, Master, etc... Deposits have a specific time to respawn on the same map? or how does it work? Thanks. Hello again, another question: When I try to change the dropping item at the very end of the Jellopy Deposit "7126,625" to "7126,10000" to make it 100% droppable it won´t just work. OnMineJell: MiningSpawn(1,0); MiningFunc(0,0,.Pick[0],5,100,rand(1,2),7049,5000,909,2500,909,1250,909,625,909,625,909,625,909,625,909,625,909,625,7126,625); end; to: OnMineJell: MiningSpawn(1,0); MiningFunc(0,0,.Pick[0],5,100,rand(1,2),7049,5000,909,2500,909,1250,909,625,909,625,909,625,909,625,909,625,909,625,7126,10000); end; Even if I change any other item drop it will only consider the first one of the script which is "7049,5000". Any ideas how to fix it? Thanks for your time. Hello everybody. Does anybody may have an answer to my questions? I´d be more than glad if you could help me out with this. Thanks! Quote Link to comment Share on other sites More sharing options...
maken06 Posted March 9, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted March 9, 2018 Could someone explain to me how to use it? for a user guide? Quote Link to comment Share on other sites More sharing options...
Stolao Posted March 28, 2018 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted March 28, 2018 On 2/7/2018 at 8:38 PM, GMHelios said: Hello again, another question: When I try to change the dropping item at the very end of the Jellopy Deposit "7126,625" to "7126,10000" to make it 100% droppable it won´t just work. OnMineJell: MiningSpawn(1,0); MiningFunc(0,0,.Pick[0],5,100,rand(1,2),7049,5000,909,2500,909,1250,909,625,909,625,909,625,909,625,909,625,909,625,7126,625); end; to: OnMineJell: MiningSpawn(1,0); MiningFunc(0,0,.Pick[0],5,100,rand(1,2),7049,5000,909,2500,909,1250,909,625,909,625,909,625,909,625,909,625,909,625,7126,10000); end; Even if I change any other item drop it will only consider the first one of the script which is "7049,5000". Any ideas how to fix it? Thanks for your time. The "7049,5000" lowering 5000 should have fixed the issue if it cant find the item in question then it will default to 7049 because of the following code getitem getarg(.@i,7049),1; On 3/9/2018 at 8:49 AM, maken06 said: Could someone explain to me how to use it? for a user guide? what don't you understand? Quote Link to comment Share on other sites More sharing options...
interring Posted May 23, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 03/03/17 Last Seen: January 11, 2024 Share Posted May 23, 2018 Hello Stolao, thanks for the script. I think the 1200(Damage Chance) in the script should be 120. OnMineIron: MiningSpawn(1,2); MiningFunc(10,10,.Pick[0],7,1200,rand(25,70),7049,1000,1002,1000,7049,1000,1002,1000,7049,1000,1002,2000,984,1500,1002,4500,1002,2500,998,5000); end; Quote Link to comment Share on other sites More sharing options...
Stolao Posted June 2, 2018 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted June 2, 2018 (edited) On 5/23/2018 at 1:29 PM, interring said: Hello Stolao, thanks for the script. I think the 1200(Damage Chance) in the script should be 120. OnMineIron: MiningSpawn(1,2); MiningFunc(10,10,.Pick[0],7,1200,rand(25,70),7049,1000,1002,1000,7049,1000,1002,1000,7049,1000,1002,2000,984,1500,1002,4500,1002,2500,998,5000); end; Fixed in 4.4B Update 4.48 -> 4.4B 4.49 Removed use of 'set' 4.4A Fixed not collecting later rewards 4.4B Changed Iron Break Chance from 1200 -> 120 Note: I'm not going to be updating this script anymore other then bug fixes as I'm no longer using it myself since I have updated to a SRC based one, i will eventually release the SRC one. Edited June 2, 2018 by Stolao 1 Quote Link to comment Share on other sites More sharing options...
ohyono Posted June 4, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 56 Reputation: 15 Joined: 01/10/12 Last Seen: June 8, 2023 Share Posted June 4, 2018 I am very anxious waiting for that modification of the src. Add your system to my SAO but it is always better to have it as a direct skill. Quote Link to comment Share on other sites More sharing options...
Stolao Posted June 5, 2018 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Author Share Posted June 5, 2018 On 6/4/2018 at 6:31 AM, ohyono said: I am very anxious waiting for that modification of the src. Add your system to my SAO but it is always better to have it as a direct skill. Don't hold your breath, i plan on releasing this when my server hits 50 active players to rAthena. It's currently at 5. Quote Link to comment Share on other sites More sharing options...
Feilor Posted March 12, 2019 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 135 Reputation: 17 Joined: 12/31/11 Last Seen: January 11 Share Posted March 12, 2019 hey @Stolao does the veils respawn when get "killed"? If yes could you point where it can be changed please. Quote Link to comment Share on other sites More sharing options...
Serken Posted November 18, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 45 Reputation: 3 Joined: 10/06/13 Last Seen: 5 hours ago Share Posted November 18, 2019 (edited) Hi, i can't download the grf of github nvm solved Edited November 22, 2019 by Serken Quote Link to comment Share on other sites More sharing options...
Fluxion Posted March 18, 2020 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 83 Reputation: 7 Joined: 12/29/18 Last Seen: April 13 Share Posted March 18, 2020 (edited) Merci pour ce script mais il semble que les compétences ne soient pas disponibles. Ce script fonctionne parfaitement mais regardez cette capture d'écran, je n'ai aucune compétence pour l'exploitation minière. Je ne les ai pas trouvés non plus sur votre github. Quelqu'un m'aide s'il vous plait? Edit: THIS SCRIPT WORK PERFECTLY, i'm just stupid. Edited March 18, 2020 by Yuno 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.