Page 1 of 1

a little help

Posted: Sat Mar 03, 2012 7:46 am
by tromb87
hi, new to this bot, and getting to know it, started running a KS farm script, and unfortunatly it doesnt add my alt to party :( im guessing it just trying to /invite *name* which doesnt seem to work anymore, anyway anyone know how i can get the bot to use invite last group instead?

eg, code and where to put the code?

any help will be very greatfull

thank you in advanced

Re: a little help

Posted: Sat Mar 03, 2012 8:25 am
by lisa
I use this

Code: Select all

<!-- going to sold out -->	
	<!-- # 210 --><waypoint x="-15147" z="11542" y="136" tag="rerun">
	if not player:hasBuff("May Establish Honor Party") then
		inventory:useItem(202879);
	end
	SlashCommand("ILG inv")
	yrest(1000)
    
    player:mount();
	if ToPancer == 1 then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer1"));
	end
	if ToPancer == 2 then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer2"));
	end
	
	SlashCommand("/script OpenMail()")
	yrest(3000)
	UMM_SendAdvanced("LolNotMyName", nil, nil, nil, nil, "Cards")

	</waypoint>

Re: a little help

Posted: Sat Mar 03, 2012 9:01 am
by tromb87
lisa wrote:I use this

Code: Select all

<!-- going to sold out -->	
	<!-- # 210 --><waypoint x="-15147" z="11542" y="136" tag="rerun">
	if not player:hasBuff("May Establish Honor Party") then
		inventory:useItem(202879);
	end
	SlashCommand("ILG inv")
	yrest(1000)
    
    player:mount();
	if ToPancer == 1 then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer1"));
	end
	if ToPancer == 2 then
		__WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer2"));
	end
	
	SlashCommand("/script OpenMail()")
	yrest(3000)
	UMM_SendAdvanced("LolNotMyName", nil, nil, nil, nil, "Cards")

	</waypoint>
thank you so much :D, testing it after this run has finished :D

Re: a little help

Posted: Sat Mar 03, 2012 9:32 am
by tromb87
yep thanks for the tip lisa :D helped heaps, works like a dream now :D can finally get the gold to buy my stats now woohoo!!