Deimler Posted January 29, 2013 Posted January 29, 2013 (edited) I found out what the problem was, I actually just started to do add custom item so I had very little knowledge of how to even add and where all the inputs on the folder were heading. In the end it was mainly my fault, I had renamed the .spr from drill_boots.spr to drill_boots.spr.spr. But I didn't realize this because window was hiding my extensions. In the end it was just the name that wasn't correctly placed. Thank You! Edited January 29, 2013 by Deimler Quote
mrlongshen Posted February 4, 2013 Posted February 4, 2013 can i just use the mining script. i dont want the bot script. can ? how do i get the skil based on the video ?? Quote
Myzter Posted February 7, 2013 Author Posted February 7, 2013 can i just use the mining script. i dont want the bot script. can ? how do i get the skil based on the video ?? BK6 and Miner World have common libraries, but both scripts are independent, you can use MW only without problems, just ensure to follow the installation instructions. Your player gain miner points during the drill process, once you level up, whisp to "npc:mine" and send the word "skill" to open the skill interface, it's easy. Quote
Nana Posted April 8, 2013 Posted April 8, 2013 sorry botther all of you but when i install this game i got an error, but i can't figure out how can i solve it can anyone help me plz?? this is my error (attached) Thanks in advance Quote
Myzter Posted April 30, 2013 Author Posted April 30, 2013 sorry botther all of you but when i install this game i got an error, but i can't figure out how can i solve it can anyone help me plz?? this is my error (attached) Thanks in advance That's a bad installation, check the server console during the script loading and check for errors. Quote
novice1204 Posted May 8, 2013 Posted May 8, 2013 (edited) Hello Myzter, really nice script, amazing!! Just one question, the way to change let's say the "mn_item" is to directly edit the mySQL database or do I have to edit the .txt file? I tried to "add" new items by editing the .txt script, then delete all bk* and mn* tables in mySQL, finally run the server and it works, but this process is a bit complex, is there any better and quicker way? Edited May 8, 2013 by novice1204 Quote
Mr BrycE Posted June 6, 2013 Posted June 6, 2013 there is an incorrect use of close; command somewhere in cooldown. line. 695 replace the close; with end; thanks to this lol http://rathena.org/board/tracker/issue-7592-warning-incorrect-use-of-close-command/ Quote
Myzter Posted June 15, 2013 Author Posted June 15, 2013 there is an incorrect use of close; command somewhere in cooldown. line. 695 replace the close; with end; thanks to this lol http://rathena.org/board/tracker/issue-7592-warning-incorrect-use-of-close-command/ Thanks, The new version include this fix. Regards, Myzter Quote
AngelRO Posted July 31, 2013 Posted July 31, 2013 (edited) I coudn't test the script because it didn't find the iReadC function. I don't know if there is any source modification with this script, since the patch file didn't come in your mining world folder. 3. Apply the client patch included with this script. Where is it? Edit: I also got an infinity loop error. Edit2: Just found it on VarSystem.txt I will try again. Edit3: All the erros are gone now. ^^ Edit4: I tested the script and it is amazing! I loved the VarSystem as well, it's very useful.Thanks for sharing it Edited July 31, 2013 by AngelRO Quote
Lil Troll Posted August 1, 2013 Posted August 1, 2013 Hi sir Myzter, is there any chance i can set the mining to specific maps only, for example, anthell, orcdun, etc. Quote
Petey Pablo Posted October 10, 2013 Posted October 10, 2013 Is there any other mirror to download the script? Thank you Quote
Myzter Posted October 11, 2013 Author Posted October 11, 2013 Links Updated!, my old site and community was gone and now i'm using my personal hosting to supply scripts. Quote
painrugi Posted November 20, 2013 Posted November 20, 2013 (edited) where can i edit the exp mining??? i want to increase the exp rate.. and why i got some warning message after wisp npc:lang like this.. [Warning]: Incorrect use of 'close' command! <source:lang / path:npc/custom/bk/langManagement.txt> Edited November 20, 2013 by painrugi Quote
Myzter Posted November 20, 2013 Author Posted November 20, 2013 where can i edit the exp mining??? i want to increase the exp rate.. and why i got some warning message after wisp npc:lang like this.. [Warning]: Incorrect use of 'close' command! <source:lang / path:npc/custom/bk/langManagement.txt> 1. Look the line 606, change the "rand" value 2. Download the new LangManagement.txt with the fix: http://www.myzter.com/downloads/LangManagement.txt Quote
painrugi Posted November 20, 2013 Posted November 20, 2013 (edited) where can i edit the exp mining??? i want to increase the exp rate.. and why i got some warning message after wisp npc:lang like this.. [Warning]: Incorrect use of 'close' command! <source:lang / path:npc/custom/bk/langManagement.txt> 1. Look the line 606, change the "rand" value 2. Download the new LangManagement.txt with the fix: http://www.myzter.com/downloads/LangManagement.txt thx sir Myzter it's very helpfull and thx for sharing this awesome script.. EDITED : i'm little bit confuse on column "mines" inside mn_maps table, can you explain to me the structure of that column sir Myzter?? Edited November 20, 2013 by painrugi Quote
Myzter Posted November 20, 2013 Author Posted November 20, 2013 (edited) where can i edit the exp mining??? i want to increase the exp rate.. and why i got some warning message after wisp npc:lang like this.. [Warning]: Incorrect use of 'close' command! <source:lang / path:npc/custom/bk/langManagement.txt> 1. Look the line 606, change the "rand" value 2. Download the new LangManagement.txt with the fix: http://www.myzter.com/downloads/LangManagement.txt thx sir Myzter it's very helpfull and thx for sharing this awesome script.. EDITED : i'm little bit confuse on column "mines" inside mn_maps table, can you explain to me the structure of that column sir Myzter?? Sure, This is the struct of that table: `map`: The name of the map where you want to add mines, ie: anthell02 `mines`: The maximum amount of mine spots in that map, ie: 5 `mtypes`: The sum of the mine ID's, ie: 1+8+32 = 41 The mine id's are unique and the next mine ID must be always the previous id * 2 (1,2,4,8,16,32,64,etc.), just in the case you want to create more mines. When 1 map have more than 1 mine specified, the system create the mines at random using the specified id's. Regards, Myzter Edited May 26, 2014 by Myzter Quote
painrugi Posted November 21, 2013 Posted November 21, 2013 where can i edit the exp mining??? i want to increase the exp rate.. and why i got some warning message after wisp npc:lang like this.. [Warning]: Incorrect use of 'close' command! <source:lang / path:npc/custom/bk/langManagement.txt> 1. Look the line 606, change the "rand" value 2. Download the new LangManagement.txt with the fix: http://www.myzter.com/downloads/LangManagement.txt thx sir Myzter it's very helpfull and thx for sharing this awesome script.. EDITED : i'm little bit confuse on column "mines" inside mn_maps table, can you explain to me the structure of that column sir Myzter?? Sure, This is the struct of that table: `map`: The name of the map where you want to add mines, ie: anthell02 `mines`: The maximum amount of mine spots in that map, ie: 5 `mtypes`: The sum of the mine ID's, ie: 1+8+34 = 43 The mine id's are unique and the next map ID must be always the previous id * 2 (1,2,4,8,16,32,64,etc.), just in the case you want to create more mines. When 1 map have more than 1 mine specified, the system create the mines at random using the specified id's. Regards, Myzter i got it sir, thx Quote
chriser Posted November 21, 2013 Posted November 21, 2013 i am using this system since some time on my server, and i noticed one thing. you can mine mines as long as you want (not quite that much, but close to that), if you mine, close, move one cell, mine again, and so on... maybe you should make an extra column for each mine which saves how often the mine was mined, and if it exceedes a given value, destroy the mine. i could do this on my own, but i think other people can have the same problem, so fixing this issue in general would be nice. Quote
Myzter Posted November 22, 2013 Author Posted November 22, 2013 (edited) i am using this system since some time on my server, and i noticed one thing. you can mine mines as long as you want (not quite that much, but close to that), if you mine, close, move one cell, mine again, and so on... maybe you should make an extra column for each mine which saves how often the mine was mined, and if it exceedes a given value, destroy the mine. i could do this on my own, but i think other people can have the same problem, so fixing this issue in general would be nice. chriser, the game forces you to change your position to reduce the use of bots, the probabilities to destroy a mine increase with each new user working on the same mine, so when a player finds a mine and work alone... the mine will be safe for more time, it's a good part of the game. Every mine is a sum of cells and there's not difference to work on any of them, the total size of the mine is random like this: ┌─┬─┬─┐ ├─┼─┼─┤ ├─┼─┼─┤ └─┴─┴─┘ ┌─┬─┬─┬─┐ ├─┼─┼─┼─┤ ├─┼─┼─┼─┤ ├─┼─┼─┼─┤ └─┴─┴─┴─┘ ┌─┬─┬─┬─┬─┬─┬─┬─┐ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ └─┴─┴─┴─┴─┴─┴─┴─┘ If you are working on any of these cells and the mine is destroyed, the entire mine is destroyed in the process. Regards, Myzter Edited November 22, 2013 by Myzter Quote
chriser Posted November 24, 2013 Posted November 24, 2013 Well, okay, i haven't looked at it this way Thanks Quote
samurai.rukasu Posted January 5, 2014 Posted January 5, 2014 Amasing!! Is the idnum2 files still use in 2013 clients? I don´t use them. This is becouse itemInfo.lub or lua has all the item descriptions. Quote
rosfus Posted January 16, 2014 Posted January 16, 2014 Hi, sir Myztet. My players is very very like this game, thank you! I found merchant class will lost they are own skill “Blood of merchant” when reset status or skills, did Mining World have some update about this? Quote
mrpatrick Posted May 1, 2014 Posted May 1, 2014 Hello Myzter,what is the maximum level for this? thanks! Quote
Ardrich Posted December 4, 2014 Posted December 4, 2014 (edited) How to fix this? Edited December 4, 2014 by Ardrich 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.