Example of Airline Using

agonic
VIP
Posts: 159
Joined: Tue Jan 10, 2017 6:39 pm
Has thanked: 34 times
Been thanked: 112 times

Example of Airline Using

Post by agonic » Sat Aug 19, 2017 11:53 am

Asmo Nosra town teleporter is main target..

Code: Select all

function OnLoad()
timer=0
wait=250

end

function OnRun()
if Time() > timer then
	for ID, Entity in DictionaryIterator( EntityList:GetList()) do
	local mobRange = Player:GetPosition():DistanceToPosition( Entity:GetPosition());	
	local dist = Entity:GetPosition():DistanceToPosition( Player:GetPosition());
		if Entity ~= nil and Entity:GetId() ~= Player:GetID() and mobRange <= dist and Entity:GetName() == "Kreus" and not Player:IsBusy() then

			PlayerInput:Console("/select Kreus");
		end
	

if Entity ~= nil and Entity:GetName() == "Kreus" then
	if not DialogList:GetDialog( "dlg_dialog" ):IsVisible() then
		PlayerInput:Console( "/Attack" );
	elseif DialogList:GetDialog( "dlg_dialog/html_view/1" ):Click() then
	end
	if DialogList:GetDialog( "airline_service_dialog" ):IsVisible() then
		DialogList:GetDialog( "airline_service_dialog/map_image/airport482" ):Click()
	end
	end
end
end
timer=Time() + wait
end
482,443 saphora forest
481,442 sea of life
467, 480,441 plateau retribution
479,440 cursed gorge

pawelgbw
VIP
Posts: 47
Joined: Fri Feb 10, 2017 8:10 am
Has thanked: 111 times
Been thanked: 14 times

Re: Example of Airline Using

Post by pawelgbw » Tue Aug 22, 2017 12:46 pm

good example, thank you

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Example of Airline Using

Post by cooco » Thu Aug 31, 2017 11:25 pm

Agonic how confirm teleport?

agonic
VIP
Posts: 159
Joined: Tue Jan 10, 2017 6:39 pm
Has thanked: 34 times
Been thanked: 112 times

Re: Example of Airline Using

Post by agonic » Fri Sep 01, 2017 12:43 am

cooco wrote:
Thu Aug 31, 2017 11:25 pm
Agonic how confirm teleport?
Emm, have you tried and gotten a problem ? Or just asking ? I am really asking because I couldn't understand there was a problem or not :? :?

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Example of Airline Using

Post by cooco » Fri Sep 01, 2017 12:07 pm

agonic wrote:
Fri Sep 01, 2017 12:43 am
cooco wrote:
Thu Aug 31, 2017 11:25 pm
Agonic how confirm teleport?
Emm, have you tried and gotten a problem ? Or just asking ? I am really asking because I couldn't understand there was a problem or not :? :?
No sorry. Is working perfectly tnx.
I don't understand what lane of code confirm fly (button "yes"). I need to investigate your scritp.
Tnx :)

agonic
VIP
Posts: 159
Joined: Tue Jan 10, 2017 6:39 pm
Has thanked: 34 times
Been thanked: 112 times

Re: Example of Airline Using

Post by agonic » Sun Sep 03, 2017 6:51 pm

Ehm. I guess the code has iteration when active, it clicks always accept/yes button when working. Like when botting, if you get invitation, it accepts automatically

User avatar
smaion40
Posts: 83
Joined: Tue Apr 25, 2017 12:11 pm
Has thanked: 42 times
Been thanked: 16 times

Re: Example of Airline Using

Post by smaion40 » Fri Nov 03, 2017 2:50 am

agonic wrote:
Sat Aug 19, 2017 11:53 am
482,443 saphora forest
481,442 sea of life
467, 480,441 plateau retribution
479,440 cursed gorge
Hello agonic, thank you for this contribution. I have a question, how did you find all these codes for different locations?, I'm looking for the Illuma - elyos codes.

agonic
VIP
Posts: 159
Joined: Tue Jan 10, 2017 6:39 pm
Has thanked: 34 times
Been thanked: 112 times

Re: Example of Airline Using

Post by agonic » Fri Nov 03, 2017 3:14 pm

smaion40 wrote:
Fri Nov 03, 2017 2:50 am
agonic wrote:
Sat Aug 19, 2017 11:53 am
482,443 saphora forest
481,442 sea of life
467, 480,441 plateau retribution
479,440 cursed gorge
Hello agonic, thank you for this contribution. I have a question, how did you find all these codes for different locations?, I'm looking for the Illuma - elyos codes.
Do you know using Dialogs, Dialog list?

User avatar
smaion40
Posts: 83
Joined: Tue Apr 25, 2017 12:11 pm
Has thanked: 42 times
Been thanked: 16 times

Re: Example of Airline Using

Post by smaion40 » Sat Nov 04, 2017 12:16 am

agonic wrote:
Fri Nov 03, 2017 3:14 pm
smaion40 wrote:
Fri Nov 03, 2017 2:50 am
agonic wrote:
Sat Aug 19, 2017 11:53 am
482,443 saphora forest
481,442 sea of life
467, 480,441 plateau retribution
479,440 cursed gorge
Hello agonic, thank you for this contribution. I have a question, how did you find all these codes for different locations?, I'm looking for the Illuma - elyos codes.
Do you know using Dialogs, Dialog list?
Wow, I had no idea I could get that much information from there, thanks agonic. :)

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Example of Airline Using

Post by cooco » Sun Nov 05, 2017 12:52 am

smaion40 wrote:
Sat Nov 04, 2017 12:16 am
Wow, I had no idea I could get that much information from there, thanks agonic. :)
I hope this image can explain how to find airport code :oops:
Attachments
airline guide.jpg
airline guide.jpg (1.3 MiB) Viewed 85 times

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests