Automated Prison Break

Chat about AI dev here
Post Reply
taegukgi
Posts: 38
Joined: Mon Dec 27, 2010 2:37 am

Automated Prison Break

Post by taegukgi »

It's been sometime since I last played GE. Was going through some of the codes I wrote previously and remembered I still have this, so I decided to share this with people here. It's a fully automated prison break script including talking to the prison NPC for starting the quest. However, you'll need GECrazy for this to work. I've lost the source for GECrazy but it'll serve as a good basis for prison break codes.

moveto(2806,2723,60)
Delay(10000)

ItemCount(ID=21891,<=,0)
{
talktonpc(10011)
dlgsel(3)
dlgsel(2)
dlgok()
dlgsel(2)
dlgok()
JMP(GetRatNail)
}

talktonpc(10011)
dlgsel(2)
dlgok()

label(GetRatNail)
{
itemratnail()
{
SET(monster,noattack,ID=70180)
SET(rangetype,rand)
SET(item,pick,ID=21891)
SET(FIGHTSTART)
Delay(1000)
JMP(GetRatNail)
}
SET(item,nopick,ID=21891)
SET(FIGHTSTOP)
}

label(GetRatMeat)
{
itemratmeat()
{
SET(monster,noattack,ID=70180)
SET(rangetype,rand)
SET(item,nopick,ID=21891)
SET(item,pick,ID=21890)
attacktriger(119)
Delay(1000)
JMP(GetRatMeat)
}
SET(item,nopick,ID=21890)
}

moveto(2806,2723,60)
Delay(10000)

talktonpc(10011)
dlgsel(2)
dlgok()

Delay(5000)

talktonpc(10011)
dlgsel(2)
dlgok()
Desem
Posts: 10
Joined: Sun Mar 13, 2011 5:50 am

Re: Automated Prison Break

Post by Desem »

Thanks for sharing
vtnmraper
Posts: 12
Joined: Sun Aug 07, 2011 9:59 pm

Re: Automated Prison Break

Post by vtnmraper »

Ok so I need to make a new ai.ipf right?
Need to make a news scp for this?
but how do i bound this with a hotkey?
rockwellxxx
Posts: 8
Joined: Sun Mar 18, 2012 5:42 am

Re: Automated Prison Break

Post by rockwellxxx »

Is this working? Please i need instructions.
luciousf
Posts: 2
Joined: Tue Apr 03, 2012 3:42 am

Re: Automated Prison Break

Post by luciousf »

does it really work? somebody tell me pls.
pirate_sephiroth
Posts: 95
Joined: Sat Nov 07, 2009 11:04 pm
Location: Brazil

Re: Automated Prison Break

Post by pirate_sephiroth »

nope, this was a script for GECrazy.
(USER WAS BANNED FOR THIS POST)
vtnmraper
Posts: 12
Joined: Sun Aug 07, 2011 9:59 pm

Re: Automated Prison Break

Post by vtnmraper »

lol user banned for this post :))
rockwellxxx
Posts: 8
Joined: Sun Mar 18, 2012 5:42 am

Re: Automated Prison Break

Post by rockwellxxx »

^

Its his signature. :roll:
trivium
Posts: 9
Joined: Fri Jun 22, 2012 11:48 pm

Re: Automated Prison Break

Post by trivium »

hi guys any updates on this?
Post Reply