Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Attack monster || Run when monster
#1
Hi,

I was trying to find such scripts but coulnd't find so I post this.

So first script that I need is:

When there is no monster "A" on screen, bot gonna atacks monster "B", if there is monster "A", bot just ignores "B".
I would like to prevent bot from fighting with monster's summons but to kill normal ones.

Second script is that:

If bot see for example Behemoth:
It turns targeting off and run to label "RAN AWAY FROM BEHEMOTH".

Greetings
Reply

#2
Hello.

1st script
Are you using Targeting? Because you would just need to setup a higher Danger value for creature A than creature B, also setup Targeting -> Targeting Priority -> Danger with the highest value (which already by default).
Example:
Orc Shaman
-- Setting1
---- Danger: 1

Snake
-- Setting1
---- Danger: 0

2nd script
The script will disable targeting and go to label RAN AWAY FROM BEHEMOTH if there's any a behemoth or demon on screen.
local Monsters = { 'Behemoth', 'Demon' }

if maround(table.unpack(Monsters)) > 0 then
    setsettings('Targeting/Enabled', false)
    gotolabel('RAN AWAY FROM BEHEMOTH')
end
Reply

#3
Ye I also use danger levels to target monsters, but didn't figure it by myself to use it to prevent fighting summons(xd).

Thanks a lot
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016