Page 1 of 1

Boting status for some areas

Posted: Tue Nov 26, 2013 8:08 am
by suportio
Hi guys!

Could somebody be so kind and tell me which of these work no more, so that I know if there is any point in trying.

1. KS farming? (I've tried many scripts, char comes to a certain point, tries to leave the party (I wasn't in a party) and runs around randomly, doesn't go to sell items etc. Am I doing something wrong. How to reset area? Any instructions, didn't find anything while searching.)
2. Goblin mines? (Tried many scripts, char just runs around, hits walls etc.)

Waiting for your answers :)
Greets!

Re: Boting status for some areas

Posted: Wed Nov 27, 2013 9:04 am
by BlubBlab
You mean something like this?

Code: Select all

        local armortype = itemtypes[1].Name
	local weapontype = itemtypes[0].Name
	changeProfileOption("INV_AUTOSELL_ENABLE",true)
	changeProfileOption("INV_AUTOSELL_TYPES", ""..armortype..","..weapontype..""  )
	
	changeProfileOption("INV_AUTOSELL_QUALITY","white,green,blue");

	changeProfileOption("INV_AUTOSELL_FROMSLOT",1);
	changeProfileOption("INV_AUTOSELL_TOSLOT", 180);

Code: Select all

	player:merchant("Pancer");