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
Help with hunt using demon skeleton
#1
Im hunting using 2 demons skeletons, i need to get mine creatures for not atack it, i already know how to do this, using the follow command:

If you are sure that only your demon skeletons are on screen then run this script. You can run it on a Cavebot -> Action or manually on Console.
|Only Registered members can see download links. | Click here to buy subscription or here to register.


local creatures = getcreatures('mfs')
for _, creature in ipairs(creatures) do
    if creature.name == 'Demon Skeleton' then
        ignorecreature(creature.id, true)
    end
end

Alternatively, You simply follow the demon skeleton and run this.
|Only Registered members can see download links. | Click here to buy subscription or here to register.

ignorecreature(followed().id, true)

Nice, but where i see the demon skeletons id? i run it on console but dont see the return of the software. Where i see the return of id?




OK!
Let's suppose I have the id, how and where will I put the following code so as not to attack them?

ignorecreature(number creatureId, bool ignore)[void]: Ignores/Unignores a creature, it will be ignored/unignored on Targeting and .ignored on getcreatures().

Thanks!
Reply

#2
That depends on you. Because depends on your hunt style.

If you already know the ids then simply run ignorecreature on Bots Console.
ignorecreature(demonSkeletonId, true)

However if your scripts automatically summon new demon skeletons when reach specific spot or so then would be better to run on Cavebot or so, after summoning those.
Reply

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
No i stand on one sqm and the knight lure it...

But where i see the creature id after i run the command to get hims id??
and when i have it only need to run the command on console?

ex: 
ignorecreature(4848498498, true)

or i need to create a Persistent?
Reply

#4
The command to print following creature id is:
print(followed().id)

The first scripts I developed for you and you posted here are supposed to automatically ignore the creature, not to print ids.
The first will use ignorecreature for any demon skeleton on screen. The second script will show ignore following creature.

Once you run ignorecreature for each DS then you don’t need to do anything else, because Targeting will ignore the creatures with the id you use on it. You just need to run again if the demon skeleton dies and you summon another one.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016