Page 1 of 1

Aethertapping problem

Posted: Thu Jun 22, 2017 12:58 pm
by Diavolakos
Guys I have a problem, when aethertapping my client will crash at some point. This never happens at any other AS usage. I also did some aethertapping manually and nothing occured.

I am more than sure that AS and aethertapping have some problems and that makes the client crash. Does anyone else have the same problem?

~~~~~~~~~~~

There was also an issue in scripting when taking wind serums. It would take a wing serum before it needed it wasting the superior ones. So I changed that. I only have the superior serums on my script as I do not need others, I could change the script for lower chars obviously.

This is my change on it.

Code: Select all

-- Loop through your inventory
for Inventory in ListIterator( InventoryList:GetList()) do
	-- Check if this is a wind serum.
	if Inventory:GetType():ToString() == "Potion" and string.find( Inventory:GetName(), "Wind Serum" ) ~= nil and Inventory:GetCooldown() == 0 then
		if string.find( Inventory:GetName(), "Superior" ) ~= nil and TotalRecharge >= 84000 then
			BestInventory = Inventory;
			BestRecharge = 84000;
		end
				
	end

end

Re: Aethertapping problem

Posted: Fri Jun 23, 2017 2:30 pm
by Skaa
its was ALL times the problem! u can download the framework 4.6 SDK. if u lucky client run 4 - 8 H befor crashing!

Re: Aethertapping problem

Posted: Fri Jun 23, 2017 2:32 pm
by Skaa
wind serum ? :D
make bard. fly 24/7 without pots

Re: Aethertapping problem

Posted: Fri Jun 23, 2017 4:48 pm
by nucular
Mhh intresting, do you guys use the OfficialGathering.lua or some posted lua on this forums.
OfficialGathering.lua should not crash.

Re: Aethertapping problem

Posted: Sun Jun 25, 2017 5:02 pm
by Diavolakos
nucular wrote:
Fri Jun 23, 2017 4:48 pm
Mhh intresting, do you guys use the OfficialGathering.lua or some posted lua on this forums.
OfficialGathering.lua should not crash.
I am using official gathering.lua and the only thing I changed was the wind serums. I also do not need it really since I am using the Harbinger's Landing buff the one that gives you permanent flight for 1 hour.

I have seen that if you a browser open it will crush much easier, you need to have the client running in the front and have nothing else open in order to have a chance not to crash.

The thing is that there must be something in the AS that makes this happen, because I never ever got a crash while XPing or while running around using it (like Fissure with glide hacks etc).

But sometimes it crashes either way.

Re: Aethertapping problem

Posted: Sun Jun 25, 2017 5:03 pm
by Diavolakos
Skaa wrote:
Fri Jun 23, 2017 2:30 pm
its was ALL times the problem! u can download the framework 4.6 SDK. if u lucky client run 4 - 8 H befor crashing!
What is SDK? I know framework and I will probably upgrade mine to the latest but is SDK something special I need to search for? Google wasn't very friendly with this search.

Re: Aethertapping problem

Posted: Fri Aug 18, 2017 7:15 am
by Skaa
aethertapping cash since 2.7. u can make travel delay then its works bit better. when the bot move bit slowly do each node and wait ther 1 - 3 sec. but its get crashed randomly anyway xDD

its actualy ok. 4 - 6h 1x client cash is ok. enaught aether in this timeframe.

Re: Aethertapping problem

Posted: Fri Aug 18, 2017 6:17 pm
by Diavolakos
Last night my character aethertapped for 10 hours and then he got a crash :D He gets about 730 aether per hour so you make the math.

That was awesome.

Re: Aethertapping problem

Posted: Fri Aug 18, 2017 11:36 pm
by Skaa
and what u changed ?

Re: Aethertapping problem

Posted: Mon Sep 04, 2017 4:23 pm
by Diavolakos
...nothing, sometimes it works for hours, sometimes it crashes instantly!!!