Gw Temp
Menu
Tutorial - 'Mining Skill Tutorial' by runeblade0
An item about RPGMaker 2000 posted on
Blurb
Rune's forth skill tutorial: This time concerning the "miner" skill. Must be from Birmingham! Whahay!
Body
Yes, this is my forth skill tutorial, and i will continue to do more, as in my other tuts, i strongly recomend that you read my first 2 tutorails first, then move on to this skill, as always, i will not put the XP system in this tutorail, it will be in fishing mini game tutorail.
--------------------------------------
Ok, we can catch fish, and cook them to, we'll, now lets mine.
---------------------------------------
Setting Up
---------------------------------------
You will need 3 items, Pick Axe, Iron Ore, and Coal Ore.
You will need 2 common events, one for mine iron ore, and one for mine coal ore.
You will need the random VAR, XP, and XP set if you wish.
------------------------------------------
Programing
------------------------------------------
Common Event: Mine Iron
Change Varible: Set from 0-20.
Fork Conditions: If random VAR 5 or below, add else case.
If random VAR 5 or below:
Show message, You mined iron ore!
add item, iron ore,
change varible XP + 5.
Else Case: You failed to mine anything!
End Case: Change random VAR, set 0.
Common Event: Mine Coal
Change Varible: Set from 0-20.
Fork Conditions: If random VAR 5 or below, add else case.
If random VAR 5 or below:
Show message, You mined coal ore!
add item, coal ore,
change varible XP + 5.
Else Case: You failed to mine anything!
End Case: Change random VAR, set 0.
----------
You will need a event on the map, push key, item pick axe required.
Event 1 (Mine Iron):
Show Choice, Mine, Prospect
Choice Mine:
Call Event Mine Iron
Choice Prospect:
Show message This rock contians iron ore!
Event 1 (Mine Coal):
Show Choice, Mine, Prospect
Choice Mine:
Call Event Mine Coal
Choice Prospect:
Show message This rock contians coal ore!
----------------------------
Level System
-----------------------------
Ok, if you decide to add a level system into the skill, then you mgiht want to have the event mine coal locked by minign level 30 ect. Enjoy!
-----------------------------
Whats to come?
-----------------------------
Ok, i would like ot give a list of whats to come in my tutorails, so far as skills.
-Smithing Tut
-Crafting
-Herblaw
-Theiving
-Archery
Here is a list of addons so far for my tuts.
-Gem Mining ( this will be finished shortly, so you can add gem mining into your mining system)