Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff
You last visited: Today at 09:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Automaton Level-Script

Discussion on Automaton Level-Script within the Flyff forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2008
Posts: 47
Received Thanks: 4
Automaton Level-Script

Hallo

Gibt es ein Script für Automaton, dass ein Monster angreift, es tötet und dann die Drops aufhebt und sich auch selber heilt?
bugnotpls is offline  
Old 08/26/2008, 15:50   #2
 
elite*gold: -1500
Join Date: Mar 2008
Posts: 496
Received Thanks: 167
ne, kannst dir aber selbst schreiben, musst nur lua lernen. Es gibt ein script der mobs kloppt.
cstyler is offline  
Old 08/27/2008, 23:26   #3
 
elite*gold: 0
Join Date: Sep 2007
Posts: 242
Received Thanks: 24
du wirst jetzt lachen, ich hatte es fast fertig, aber ich brauchte nur einen zeitverzögerungdcode
FlyStyler is offline  
Old 08/29/2008, 08:07   #4
 
Tom94's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 1,002
Received Thanks: 1,461
für zeitverzögerungen bei der ontick funktion:
Code:
local variable = { } -- Ne Variablen Array machen
local function = { } -- Ne Funktionen Array machen

variable.cycleid = 1 -- 'ID' der Zyklen nenn ichs jetzt mal
variable.time = 0 -- Die Zeit die verstreicht
variable.interval_1 = X -- Das zeitinterval indem die cycles ablaufen (kenne die einheit nicht, ist vermutlich in sekunden)
variable.interval_2 = X -- Jeweils das zeitlimit der anderen aktionen
variable.interval_3 = X -- Man kann mehr hinzufügen wenn man den code unten entsprechend ändert

function function.OnTick ( DeltaTime )

variable.time = variable.time + DeltaTime

if ( variable.cycleid = 1 ) then
     if ( variable.time > variable.interval_1 ) then
          --- Erste aktion hier ---
          variable.cycleid = 2
          variable.time = 0
     end
end

if ( variable.cycleid = 2 ) then
     if ( variable.time > variable.interval_2 ) then
          --- Zweite aktion hier ---
          variable.cycleid = 3
          variable.time = 0
     end
end

if ( variable.cycleid = 3 ) then
     if ( variable.time > variable.interval_3 ) then
          --- Dritte aktion hier ---
          variable.cycleid = 1
          variable.time = 0
     end
end

end
Tom94 is offline  
Old 08/29/2008, 10:27   #5
 
Alisami's Avatar
 
elite*gold: 19
Join Date: Sep 2007
Posts: 1,525
Received Thanks: 1,058
Das kann man auch per Autoit machen! Alle Automaton befehle auf die F-Tasten und dann per Autoit immer abwechseln
Alisami is offline  
Old 08/29/2008, 11:38   #6
 
Tom94's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 1,002
Received Thanks: 1,461
Quote:
Originally Posted by Alisami View Post
Das kann man auch per Autoit machen! Alle Automaton befehle auf die F-Tasten und dann per Autoit immer abwechseln
bugnotpls hat ja nach nem automaton script gefragt
Tom94 is offline  
Old 08/31/2008, 23:19   #7
 
elite*gold: 1531
Join Date: Jun 2008
Posts: 13,084
Received Thanks: 2,935
Quote:
Originally Posted by Alisami View Post
Das kann man auch per Autoit machen! Alle Automaton befehle auf die F-Tasten und dann per Autoit immer abwechseln
Woher soll autoIT wissen, dass das mop sich ausgekloppt hat?
Die Idee ist sinnlos. LUA kanns, man sollte es nur können.
Lucyy is offline  
Reply


Similar Threads Similar Threads
Automaton Script
12/14/2009 - Flyff - 0 Replies
Hey Elitepvpers Ich suche nach einem Automaton Script :> Es sollte nur eine Funktion haben! Looten :> Es sollte ohne zu den Drops sich zu porten die Drops aufheben.....
Automaton Script
03/28/2009 - Flyff - 0 Replies
Hey Hey Hello :D I need script to automaton(flyforfame): if im advanced to lvl 2 teleport me to mushpang if i advanced to lvl 4 teleport me to burudeng etc. if you have this script or you may help me to write it's im very happy!!! Thanks
Automaton script
01/09/2009 - Flyff Private Server - 3 Replies
Hallo, Ich suche ein script für den automaton der die funktion StartLootingAll und StartLooting kann wer mir hier ein funktionirendes script reinstellt bekommt ein thanks zu 100% mfg dB
Automaton SCript
11/20/2008 - Flyff Private Server - 8 Replies
Suche Gutes Automaton Script mir ist aber eigentlich nur wichtig das StartGrinding geht , bei mit Grindet der nur die violence Troupe member mit dem wtux script.... Hoffe es kann mir jemand schnell helfen mfg Brunobaer
Automaton Script !
08/24/2008 - Flyff - 1 Replies
Kentn ihr noc hdas Attack All script ?! xD Kann wer ma bitte posten ?! danke X_X



All times are GMT +2. The time now is 09:43.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.