OpenDoor for Injection

Grab a cup of coffe and attend to the more simple things in life.
Locked
User avatar
gendor
Grandmaster Scribe
Posts: 95
Joined: Sun Sep 04, 2011 1:01 am
Location: Moscow
Contact:

OpenDoor for Injection

Post by gendor »

Injection is limited only by Your imagination.

Injection ограничен только Вашей фантазией.

Code: Select all

sub AutoOpenDoor()
	var i
	
	Dim Door[2]
	Door[0] = "0x06DF" ; wooden door
	Door[1] = "0x06A5" ; wooden door
	Door[2] = "0x0870" ; wooden gate
	
	repeat
	for i=0 to 2
		uo.Set('finddistance', 1)
		uo.findtype(Door[i],-1,'ground')
		if uo.findcount() then
			uo.opendoor()
		end if
		wait(200)
	next
	until uo.dead()
end sub
I apologize for my English, I do not know this language and I have to resort to the help of an interpreter.
User avatar
Rampage
Journeyman Scribe
Posts: 24
Joined: Tue Nov 08, 2011 10:14 am

Re: OpenDoor for Injection

Post by Rampage »

Razor has open door feature, any door =]
User avatar
gendor
Grandmaster Scribe
Posts: 95
Joined: Sun Sep 04, 2011 1:01 am
Location: Moscow
Contact:

Re: OpenDoor for Injection

Post by gendor »

Injection is able to do such things, what Razor is not under force. I'm talking about game function =)
I apologize for my English, I do not know this language and I have to resort to the help of an interpreter.
Dramoor
Legendary Scribe
Posts: 450
Joined: Wed Feb 23, 2011 7:37 pm

Re: OpenDoor for Injection

Post by Dramoor »

I use blazes doorman or whatever it is called. Problem with razor is that it shuts the door too. Which gets annoying with blazes the doors do not shut on me, It also auto says forget, remember and such for me. Which was an added bonus.
Locked