Author Topic: Amade's bot events cause no DMG?  (Read 749 times)

My bots will not causes any DMG and I don't know what to do about, so i am looking for some help.

The weird thing is, If the bot is set to attack a player, and it's weapon is something like "Famas" It will kill you.
If the bot has something such as an axe or scythe, even fists, the bot will only hit you constantly and will not cause any DMG.
But sometimes it works fine, and sometimes the bots wont move, my events are....
Onbot spawn_Bot_set weapon_Axe
Onbot spawn_Bot_Attack_Attack players_within 40 bricks.

I've tried all the things i know of including getting rid of Z.A.P.T and re downloading
bot events but so far no luck.


   If you can help me please post here or give a suggestion, I will be most thankful.


Is this a known bug or is this fixable?

Thank you.

I know that they mess up a lot of things and conflict with zombie mods. Try removing all zombie mods from your computer.

I know that they mess up a lot of things and conflict with zombie mods. Try removing all zombie mods from your computer. Server

It only worked for me if i removed it competly form my computer.

It only worked for me if i removed it competly form my computer.
   Okay, but I will try removing all zombie thing from the server first before trying to delete all my zombie mods.

   Thank you for helping me.

Sorry, tests show that this was a fail, the zombie bots had no effect taking them off the server or deleting them whole.

   Please post any other suggestions, thank you.

Onbot spawn_Bot_set weapon_Axe
Onbot spawn_Bot_Attack_Attack players_40

the difference is to use just 40, not "withing 40 bricks" because that is english, you need just a number or computer language for it to work. i dont think it has anything to do with zombies...

Onbot spawn_Bot_set weapon_Axe
Onbot spawn_Bot_Attack_Attack players_40

the difference is to use just 40, not "withing 40 bricks" because that is english, you need just a number or computer language for it to work. i dont think it has anything to do with zombies...
Can you be a lot more specific to what your saying? Sorry but I have no idea what computer language or 'just a number' is.

Just a number. Only put '40' and not 'within 40'

Just a number. Only put '40' and not 'within 40'
There are two slots
One says '10"
and one says '30'
I think the ten increasing the area of attack and it has worked beofre.

But i will try other slot.
Thank you.

Can you be a lot more specific to what your saying? Sorry but I have no idea what computer language or 'just a number' is.
Computers do ont have human brains. they dont know what "i want to kill that one player that start with an s" you have to say something like "game.Freebuild.Players.SonicS peed187.Health = 0" also, i dont know if that would really be correct with blockland scripting, but with a certain scripting language and a certain game that line of code might as well work. NOW do you get what i mean?

The Bots hurt me, but only in a minigame.

"game.Freebuild.Players.SonicS peed187.Health = 0" also, i dont know if that would really be correct with blockland scripting, but with a certain scripting language and a certain game that line of code might as well work. NOW do you get what i mean?
    Not quite, but I do beleave i do.
That I believe will only work for bot banners.
Because if I type a certain name in then it will only attack so & so, right?
I tried typing in 'm4-16' in the slot, but same result as before.
But I will try to do this.

    thank you, if anyone has anymore suggestions please post here.

Computers do ont have human brains. they dont know what "i want to kill that one player that start with an s" you have to say something like "game.Freebuild.Players.SonicS peed187.Health = 0" also, i dont know if that would really be correct with blockland scripting, but with a certain scripting language and a certain game that line of code might as well work. NOW do you get what i mean?
nah, i would do findclientbyname(name).player.kill(1);