Docm77´s Minecraft Special: XP – Farming

In this video, I show you two alternative ways to farm xp which then can be used to enchant weapons, armor and tools. XP-Farming Test World Download: www.mediafire.com Drop Damage Testing by Roboticaust: www.youtube.com Music: Background music: www.youtube.com Outro: www.youtube.com Song title: Docm´s Theme CHAOSCLUB22 and red3yz gave me exclusive world wide rights to use their music for my videos. The tracks you hear in the the video, were done exclusively for me. They are original songs and not a remixes. Feel free to contact CHAOSCLUB22 or red3yz for further info or colaboration requests.
Video Rating: 4 / 5

these are the codes for the actions- (Character) onClipEvent (load) { var ground:MovieClip = _root.ground; var grav:Number = 0; var gravity:Number = 2; var speed:Number = 7; var maxJump:Number = -12; var touchingGround:Boolean = false; } onClipEvent (enterFrame) { _y += grav; grav += gravity; while (ground.hitTest(_x, _y, true)) { _y -= gravity; grav = 0; } if (ground.hitTest(_x, _y+5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(Key.RIGHT)) { _x += speed; } if (Key.isDown(Key.LEFT)) { _x -= speed; } if (Key.isDown(Key.UP) && touchingGround) { grav = maxJump; } if (ground.hitTest(_x+(_width/2), _y-(_height/2), true)) { _x -= speed; } if (ground.hitTest(_x-(_width/2), _y-(_height/2), true)) { _x += speed; } if (ground.hitTest(_x, _y-(height), true)) { grav = 3; } } (VCam download link) www.mediafire.com (VCAM Code) onClipEvent (enterFrame) { _y += (_root.char._y-_y)/4; _x += (_root.char._x-_x)/4; } (Reset Symbol) onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.char._x = charX _root.char._y = charY } }
Video Rating: 4 / 5

Get the book now