Author Topic: Collect Money near Bot  (Read 1104 times)

Is there a way so that like when you kill a bot you have to go to a certain spot near the bot so you can loot the body?

Is there a way so that like when you kill a bot you have to go to a certain spot near the bot so you can loot the body?
Yes

How do you do it? Im guessing something with zones.

I think there is a onBotDeath event, you could make bricks appear

Follow this guide:


1. Download otto-san's Money Mod. (at the bottom)
2. Put the Money Mod in the Add-ons folder.
3. Run Blockland.
4. Start a server and enable Server_MoneyMod
5. Place a Bot Hole down.
6. Go to events
7. Follow this event guide:
Code: [Select]
onBotDeath>Self>MM_addMoney >(amount)
8. Enjoy

Money Mod:
http://forum.returntoblockland.com/dlm/getFile.php?id=3666

Follow this guide:


1. Download otto-san's Money Mod. (at the bottom)
2. Put the Money Mod in the Add-ons folder.
3. Run Blockland.
4. Start a server and enable Server_MoneyMod
5. Place a Bot Hole down.
6. Go to events
7. Follow this event guide:
Code: [Select]
onBotDeath>Self>MM_addMoney >(amount)
8. Enjoy

Money Mod:
http://forum.returntoblockland.com/dlm/getFile.php?id=3666
I might've done this wrong...

that will give money to whoever owns the bot hole brick, whenever the bot dies
that's not what he wants
he wants a person to go near a dead bot to get loot of some kind

This isn't perfect, but it is a solution.

Code: [Select]
[0] [x] [ ] [Onbotkilled] [Self] [Toggleeventenabled] [0 1 2 3]
[1] [ ] [ ] [Onactivate] [Client] [Incscore] [5]
[2] [ ] [ ] [Onactivate] [Client] [Centerprint] [You collected money]
[3] [ ] [ ] [Onactivate] [Self] [Toggleeventenabled] [0 1 2 3]