Page 14 of 15

Re: Rock5's Ancient Treasure

Posted: Tue Oct 29, 2013 2:03 pm
by mowit
Installed & waiting for the next time im given the quest.

Re: Rock5's Ancient Treasure

Posted: Thu Jan 02, 2014 3:19 pm
by noobbotter
I was checking this to see if there were any updates or anything to it... Seems my bots fail to complete this about 25% of the time. I have yet to be watching at the time it fails. Seems each time it fails, I got there too late and all I see is the bot inside trying to run through a wall. Once, I was able to launch a command line and do fly() and it recovered, but most the time it continues to try to go in the direction it was trying to go. Having not seen it fail when it happens, I'm not sure what point it's failing at. With that, I'll try to keep an eye on it to see if I can pinpoint where it's going wrong. But again, it only fails about 1 in 4 tries.

As for the resurrecting, It seems that after it fails, and my character dies, it does resurrect but the bot then begins running out across the water across from the AT entrance NPC. Not sure where it's planning on going because I always stop it and manually head back to Varanas.

Re: Rock5's Ancient Treasure

Posted: Thu Jan 02, 2014 3:52 pm
by BlubBlab
I have in my version reinforced fly() and check if I'm in the right zone
I'm also maximize the client pre the door so the failure % is near 0.

Why not here is my version:

Re: Rock5's Ancient Treasure

Posted: Thu Jan 02, 2014 6:02 pm
by noobbotter
What do you mean "maximize the client"? You mean like lower display options and such?

Re: Rock5's Ancient Treasure

Posted: Thu Jan 02, 2014 7:08 pm
by BlubBlab
So far I know the door don't open when the client is minimized.

Re: Rock5's Ancient Treasure

Posted: Fri Jan 03, 2014 7:44 am
by rock5
I've always used model files so would ever have noticed such a problem. Maybe I should find them and add them to the first post.

Edit: On second thought, it never goes through any doors so no model files are necessary.

Re: Rock5's Ancient Treasure

Posted: Fri Jan 03, 2014 9:38 am
by noobbotter
Noticed what the problem is... While trying to teleport up through the ceiling after getting inside, sometimes I'll see like an orange colored explosion around me and I'll get like a 2 second debuff on me (icon looks like a rabbit) and it pulls me down to the floor and knocks me down. then the bot will try again, and it happens again. Don't know what's causing that, but it did it with BlubBlab's script as well.

Re: Rock5's Ancient Treasure

Posted: Fri Jan 03, 2014 10:30 am
by rock5
That's been talked about before. I've never seen it happen but it was believed to be an anti-bot feature or a GM, maybe an invisible one. It was talked about starting from this post onwards. http://www.solarstrike.net/phpBB3/viewt ... 502#p46502

Re: Rock5's Ancient Treasure

Posted: Fri Jan 03, 2014 5:00 pm
by noobbotter
Ok. I'm going to do some testing to try to determine whether it's a hidden GM, or possibly some kind of auto bot detection. Someone in one of the threads mentioned they think it only happens in certain start rooms which might explain why it sometimes works and sometimes doesn't. I'll do some testing with that as well and let you know what I find out.

Re: Rock5's Ancient Treasure

Posted: Thu Jan 09, 2014 6:46 pm
by ZZZZZ
I just got this bunny debuff now ('Snowland Mad Rabbit casts Little Rabbit's Hammerhead on you'), kept knocking me down causing it to fail going up through the roof. Once that happened the bot tried to run out of the room, causing it to aggro a mob. I manually killed it with the Snipe skill then resumed and it went up through the roof just outside the room fine.

Re: Rock5's Ancient Treasure

Posted: Tue Jan 14, 2014 1:40 am
by L33t_Of_Lag
Hiya, is it possible to make it not say "Client Data Mistake, Reporting to server"? It happens at one of the totem fragments, would be good if it didnt, I'm not sure which one because i cant see Coords. Also, not sure if its a bug or not, but on one of my computers today, just one, it tried to move all resources to the item shop backpack.

Image

Re: Rock5's Ancient Treasure

Posted: Sat Mar 08, 2014 1:58 pm
by 883Dman
This is kicking my butt. I have one character I want to collect mount fragments. (Real name not used)

Code: Select all

<!-- # 10 --><waypoint x="-35783" z="5436" y="161">
		player:target_NPC(113689); yrest(2000) -- Ange Rasa
		CompleteQuestByName(GetIdName(422958)) -- Proceed to the Scar of Despair Camp
		if player.Name == "Joeschmo"  then
		loadPaths("AT_mount.xml");
		else
		loadpaths("AT.xml");
		
	</waypoint>
It fails to compile and crashes. This is the last entry of toat.xml

Re: Rock5's Ancient Treasure

Posted: Sat Mar 08, 2014 5:00 pm
by gloover
883Dman wrote:This is kicking my butt. I have one character I want to collect mount fragments. (Real name not used)

Code: Select all

<!-- # 10 --><waypoint x="-35783" z="5436" y="161">
		player:target_NPC(113689); yrest(2000) -- Ange Rasa
		CompleteQuestByName(GetIdName(422958)) -- Proceed to the Scar of Despair Camp
		if player.Name == "Joeschmo"  then
		loadPaths("AT_mount.xml");
		else
		loadpaths("AT.xml");
		
	</waypoint>
It fails to compile and crashes. This is the last entry of toat.xml
Sure, because the query is not complete - so "end" is missing!

Code: Select all

<!-- # 10 --><waypoint x="-35783" z="5436" y="161">
		player:target_NPC(113689); yrest(2000) -- Ange Rasa
		CompleteQuestByName(GetIdName(422958)) -- Proceed to the Scar of Despair Camp
		if player.Name == "Joeschmo"  then
		loadPaths("AT_mount.xml");
		else
		loadpaths("AT.xml");
		end
	</waypoint>

Re: Rock5's Ancient Treasure

Posted: Sat Mar 08, 2014 5:54 pm
by 883Dman
Pretty sure I tried with and without. I'll stick it back in and see if it works.

Re: Rock5's Ancient Treasure

Posted: Thu Mar 20, 2014 7:25 am
by Desmond
Why just as bot comes in Malatiny starts dialogue is presented Fatal Error?

Re: Rock5's Ancient Treasure

Posted: Sun Dec 20, 2015 10:03 am
by BlubBlab
Hm so far I know this script doesn't work anymore because of the swim detection. When I was on my wander/training I had an idea does the disconnect the lan-wire hack still work inside AT ? If so we could stop the process and bypass all enemies and properly the wall as well by teleporting inside. The way this would works is by stopping the process basically simulate the disconnect of the lan-wire then we wait and teleport there. (and start the process again)

The reason why this doesn't work under normal circumstances is the client always report back where it is and also the client has a sanity check running when moving through a portal. Problem is the stop process function isn't part of MM1 and neither of MM2 (I only use it in my version internally).

I could implement a lua dll but then I would need someone who test and implement the rest since I don't play ROM since forever anymore.

Re: Rock5's Ancient Treasure

Posted: Sun Dec 20, 2015 9:08 pm
by beanybabe
watching some character as it passed to outside of the building it was like it entered flames.

Re: Rock5's Ancient Treasure

Posted: Mon Dec 21, 2015 2:31 pm
by BlubBlab
beanybabe wrote:watching some character as it passed to outside of the building it was like it entered flames.
The way I want to use it we won't go outside, we will see just large lags jumping/teleport from one save zone/candle to another

Re: Rock5's Ancient Treasure

Posted: Tue Jul 05, 2016 6:57 pm
by beanybabe
This bit of code started to cause problems on 3.71 I commented it out for now on mine. It only seems to act up if you are standing outside ancient treasure by the npc when you start the script. It does not seem to be needed.

Code: Select all

	local shells, empty = getCurrency("shell")
	if 30 > empty then
		print("Too many Phirius Shells. Skipping.")
	logentry = "Too many Phirius Shells. Skipping."
		numshells = shells
		checkRelog()
		return
	end

Re: Rock5's Ancient Treasure

Posted: Mon Aug 16, 2021 11:21 pm
by xrozhija
Anyone know how to fix this waypoint?

Somehow it doesn's teleport up through the roof as it's supposed to, it tries, but doesn'g go through, and then just flies into the wall.