| Blockland Forums > Suggestions & Requests |
| Survival Tools and Other Add-Ons |
| << < (2/3) > >> |
| Nibble:
Thanks guys but can you make a model for a shovel, and like you can craft things? Also have a GUI (Or whatever) that tells you what materials you have (Example: Lumber, Rock, Seeds *Any kind*) and can someone also make a Hoe? |
| hodototman:
--- Quote from: Nibble on January 09, 2013, 04:05:44 PM ---Thanks guys but can you make a model for a shovel, and like you can craft things? Also have a GUI (Or whatever) that tells you what materials you have (Example: Lumber, Rock, Seeds *Any kind*) and can someone also make a Hoe? --- End quote --- There IS a minecraft pack, but I forget where it is ;-; |
| Nibble:
Updated the OP so don't freak out or anything |
| Gen. Hothauser:
Your new addition can easily be done with VCE. Requires: http://forum.blockland.us/index.php?topic=73950.0 Should go something like this for a pickaxe: --- Code: ---[0] [0] [x] [Onsteelaxejab] [Player] [VCE_Modvariable] [HitPick] [Add] [1] [1] [0] [x] [Onsteelaxeswing] [Player] [VCE_Modvariable] [HitPick] [Add] [2] [2] [0] [x] [Onsteelaxelunge] [Player] [VCE_Modvariable] [HitPick] [Add] [3] [3] [0] [x] [Onsteelaxejab] [Player] [VCE_Ifvariable] [HitPick] [>=] [100] [7 8] [5] [0] [x] [Onsteelaxeswing] [Player] [VCE_Ifvariable] [HitPick] [>=] [100] [7 8] [6] [0] [x] [Onsteelaxelunge] [Player] [VCE_Ifvariable] [HitPick] [>=] [100] [7 8] [7] [0] [x] [Onvariabletrue] [Player] [Removeitem] [Steelaxe, 0] [8] [0] [x] [Onvariabletrue] [Client] [Centerprint] [Your pickaxe broke] [3] --- End code --- EDIT: I fixed up the events a bit so it looks cleaner and changed all Client targets to Player targets for the below reason. I chose Client initially so that someone can't just ctrl k, and because I use a certain style for my games that involve Client, but I changed it to Player because I think you'd find Player better for your needs. |
| Cubelands:
save as bookmark! |
| Navigation |
| Message Index |
| Next page |
| Previous page |