ehm ist es Möglich nen Script zumachen das Ich Grinde und wen das Monster tot ist die Drops aufsammel und dan zum nächsten geh? :-/
; und grinden auf stehen bleiben stellen soll und zu den drops teln, so machs ich auch und funkt wunderbarQuote:
local CycleInterval = 0.60
so mein ich das 2 steht für nicht bewegenQuote:
local wtfuxgrindmode = 2 --Grinding: Put 0 here to move to the monster, 1 to teleport to the monster, 2 if you dont want to move/teleport (rest)
füg dashier bei dir ein und starte dann beides gleichzeitig also startgrinding und startlootingQuote:
-----Automaton Crossscript by wtfux, Alisami and more. - Please do NOT copy any content!-----
-----Version 0.7-----
-----http://www.automaton.pl.am/-----
-----Integrated by Blacklotos----
-----Installation:
----- - Put this script in your Automaton's script folder (eg. C:Program FilesFlyff AutomatonScripts)
----- - Remove the file wtfux.atmt in this script folder!!
----- - Start Automaton and Flyff
----- - Write HELP in console to see all commands
----- - Hav fun!
-----Variables you can change START-----
local wtfuxautores = 1 --Put 1 here if you want AutoRes to be enabled after starting Flyff
local LevelRange = 12 --This is the level range of auto grinding (+/- 3)
local wtfuxlogger = 0 --Put 1 here to enable the debug logger after starting Flyff
local wtfuxgrindmode = 2 --Grinding: Put 0 here to move to the monster, 1 to teleport to the monster, 2 if you dont want to move/teleport (rest)
local wtfuxfollowmode = 0 --Following: Put 0 here to move to your target, 1 to teleport to your target
local wtfuxlootmode = 1 --Looting: Put 0 here to move to a drop or 1 to teleport to the drop
local wtfuxlootrange = 9 --The range where the loot system should loot
-----Variables you can change END-----
-----DO NOT! EDIT BELOW IF YOU DO NOT KNOW WHAT YOU DO!-----
local wtfux = { }
local wtfuxexec = nil
local wtfuxcount = 0
local wtfuxlog = ""
local wtfuxspamtext = ""
local wtfuxversion = "0.7"
local Follow = nil
local LastDied = nil
local LastTarget = nil
local LastCycle = 0
local CycleInterval = 0.60
local Grinding = false
local warpwait = 0
local lastgrindingstate = false
local buffwait = 0
local buffid = 1
local buffs = { [1]=4,[2]=5,[3]=6,[4]=7,[5]=10,[6]=12,[7]=15,[8]=17,[9]=19,[10]=24,[11]=27,[12]=28 }
local gatherwait = 0
local buffrepeat = 0
local buffrepeated = 0
local wtfuxmopstokill = 0
local wtfuxmopskilled = 0