Ya, sure man, we have this, here's the link, bud.Link: http://forum.returntoblockland.com/dlm/viewFile.php?id=504Steps:Go to the download button(Has a white brick and a green arrow next to it)Download it and drop the file into your add-ons folder, in Documents.
No, don't use those.Use these:http://forum.blockland.us/index.php?topic=192961.15Has pickaxe, wood axe, fishing pole, and compound bow.
Oh, I didn't post those because they never worked for me.
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?
[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]
Your new addition can easily be done with VCE.Requires:http://forum.blockland.us/index.php?topic=73950.0Should go something like this for a pickaxe:Code: [Select][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]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.
Thanks but I don't know much about VCE so I am learning it today by a friend since the manual is broken
Good luck, man, we also have several eventers that could assist you when required.