Author Topic: Jousting  (Read 638 times)

I was thinking a medieval jousting gamemode for BL, don't know if it has already been made.

Basically it's a two-player gamemode; both players ride towards each other wielding lances when the game starts. The player that's still alive after the clash wins.

Anybody know anything like that for Blockland?

Well. There is a lance item. Just use that. It's in a package or lego weapons.

It's in a package or lego weapons.
Know which one? There are multiple LEGO weapon packs.

http://orbs.daprogs.com/rtb/forum.returntoblockland.com/dlm/viewFile942e.html?id=1252

It only does 15 damage per hit.
All you have to do to change that is change line 90 from
Code: [Select]
   directDamage        = 15;
To
Code: [Select]
   directDamage        = 100;


lance does not charge, unlike the spear

u could just take the spear and replace it with the lance model, that would work!