can i ask how to kill players?
i want to make bots and defend my castle.
how can bots attack or use attack skills on the attacking guild?
How to kill players / Defend castle
Moderator: Moderators
-
- Noob
- Posts: 5
- Joined: 03 May 2011, 03:54
- Noob?: Yes
-
- Moderators
- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
-
- Noob
- Posts: 5
- Joined: 03 May 2011, 03:54
- Noob?: Yes
Re: HELP MykaellaRO BOT
yah sir i know that command but i need to type it before it attacks?
is there an automatic attacking when they see that guild?
when they see the enemy guild they spam acid bomb on them.
is there an automatic attacking when they see that guild?
when they see the enemy guild they spam acid bomb on them.
-
- Moderators
- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: HELP MykaellaRO BOT
For example, macro :
@player returns index.
Use the search. "kill"
Code: Select all
automacro kill {
exclusive 1
player /(.*)/i
call {
$player = @player ($.lastMatch1)
do kill $player
do sp x $player
}
}
Use the search. "kill"
Learn rules
-
- Noob
- Posts: 5
- Joined: 03 May 2011, 03:54
- Noob?: Yes
Re: HELP MykaellaRO BOT
oh thanks to you 
i just change x for the skill number

i just change x for the skill number
-
- Been there done that!
- Posts: 133
- Joined: 09 Oct 2009, 01:43
- Noob?: No
Re: How to kill players / Defend castle
Or you can also use the playerguild trigger so your bot will not be too dependent on name (which could also be a GM observing WOE)
-
- Human
- Posts: 24
- Joined: 18 Jul 2012, 11:48
- Noob?: No
Re: How to kill players / Defend castle
or you can use in your config partySkill with notPartyOnly 1 option.. for example
Code: Select all
partySkill Storm Gust{
lvl 10
notPartyOnly 1
target_isNotGuild <your guildname>
}
-
- Noob
- Posts: 3
- Joined: 11 Aug 2012, 03:18
- Noob?: Yes
Re: How to kill players / Defend castle
what will you write so that your bot won't attack party members?
-
- Noob
- Posts: 3
- Joined: 08 May 2014, 09:41
- Noob?: Yes
Re: How to kill players / Defend castle
Can anyone teach me how make that thingy works? Make a bot to defend Fadhgrid castle for example.
-
- Noob
- Posts: 19
- Joined: 04 Aug 2010, 05:46
- Noob?: Yes
Re: How to kill players / Defend castle
i want to ask how can i break emperium with my GX