Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff
You last visited: Today at 08:06

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

Advertisement



Flyforfame Automaton Autoexp(Problem)

Discussion on Flyforfame Automaton Autoexp(Problem) within the Flyff forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2009
Posts: 8
Received Thanks: 3
Flyforfame Automaton Autoexp(Problem)

Hey
I have problem i wrote a little kind of code and it doesn't work

i take this code here:
Code:
local Player = GetPlayer ()
local Actors = GetActors ()

function wtfux.attacka ()
if ( Actor:Get ( "Attackable" ) ) and ( Actor ~= Player ) then
			if (Arguments == nil) or (Arguments == "") then
      		          Attack (Actor, 0)
end        

Register ( wtfux, "wtfux" )
AddCommand ( wtfux.attacka, "autoattack", "", "Autoattack once monster" )
if you have correct code or you repair it i'm happy

thank you...
igorekpl is offline  
Old 03/24/2009, 14:41   #2

 
Flyff_Service's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 680
Received Thanks: 337
Code:
local wtfux = { }

function wtfux.OnUnload ()
	RemoveCommand ( "autoattack" )
end

function wtfux.attacka (Arguments, Device)
local Player = GetPlayer ()
local Actors = GetActors ()

for k, Actor in pairs(Actors) do
	if ( not IsPlayer ( Actor ) ) and ( Actor:Get ( "Attackable" ) ) then
		Attack (Actor, 0)
	end
end

end

Register ( wtfux, "wtfux" )
AddCommand ( wtfux.attacka, "autoattack", "", "Autoattack once monster" )
Flyff_Service is offline  
Thanks
1 User
Old 03/24/2009, 15:09   #3
 
elite*gold: 0
Join Date: Mar 2009
Posts: 8
Received Thanks: 3
i test and i say you if it work xD

Edit:
it not work its say in console:
Code:
Error : Execution of command failed
If you can repair this script i very happy...
igorekpl is offline  
Reply


Similar Threads Similar Threads
[English] FlyForFame automaton
12/10/2009 - Flyff Private Server - 0 Replies
Is There an automaton/dex stat hack for flyforfame? And a bypass Please give me a link :p
[Guide]How to use Automaton in FFF(FlyForFame)
08/19/2009 - Flyff Private Server - 5 Replies
Hallo,heute zeige ich euch wie man auf FlyForFame den Hack Automaton benutzt. 1. Downloadet euch Automaton (Automaton) 2.Löscht die Datei startup.dll aus euren Fame Ordner. 3. Startet Automaton. 4.Startet FlyForFame.
Automaton auf Flyforfame??
08/20/2008 - Flyff Private Server - 19 Replies
Geht der Automaton auf dem flyforfame server? Wär praktisch als aoeer den aoe script zu haben



All times are GMT +2. The time now is 08:06.


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.