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
Changing stance lure to stand
#1
Hello,

Looking for scripit which change stance 'lure' to 'stand offenisive' on condition

Example:



if maround(4) < 2 then
setsettings('Targeting/Cyclops/Setting1/stance/stand offensive', true)
else
setsettings('Targeting/Cyclops/Setting1/stance/lure and reach', false)
end

#2
Im on phone, but you have to make it something like this

if maround(4) < 2 then
setsettings('Targeting/Cyclops/Setting1/Stance', reach)
else
setsettings('Targeting/Cyclops/Setting1/Stance', lure)
end

I didn't test, but I think it's something like this
Now script should do:
If 1 monster then stand next to cyclops
If 2 monsters or more, than lure

#3
Hello.

"lure" is a stance, "stand offenisive" isn't a stance, but an attack mode, which is related to game-client. That means you can use Lure stance and Stand/Offensive attack mode.
People use both options together, because Attack Mode contains Stand and Chase. If you use Chase with another Stance, it will not work very well, as Bot will try to do the stance and the game client tried to reach the monster through Chase.

The Attack Mode option only marks the client's options regarding Chase or not and attack mode like offensive, balanced, etc.

I believe that the code that xiora is good, but let me fix the code, he just forgot quotes.

if maround(4) < 2 then
    setsettings('Targeting/Cyclops/Setting1/Stance', 'Reach')
else
    setsettings('Targeting/Cyclops/Setting1/Stance', 'Lure')
end



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016