Quote:
Originally Posted by wickedfever
HI,
i try to write a short script to Cradle of Eternity Entrance. Looks like Command=/Select Cradle of Eternity Entrance nor in game /select Cradle of Eternity Entrance will not work, i try to mouse= x,y; too but no luck, is there a code i could right click on the instance door or if anyone know a code to select the COE door?
thanks
|
here's a method to get trough the entrance gate
Code:
#DO=60000;
MoveTo=372.488,508.948,357.933,True,False;
MemWrite=%AddrCamX,-80.76,FLOAT;
MemWrite=%AddrCamY,22.44,FLOAT;
MemPtrWrite=%AddrThirdPerson,%OffsetThirdPerson,0.01,FLOAT;
Delay=350;
Mouse=399,236,Right;
Delay=15;
Mouse=399,236,Left;
Delay=350;
Mouse=399,206,Right;
Delay=15;
Mouse=399,206,Left;
_UNTILMemPtrRead=%AddrDialoghwnd,%OffsetDialoghwnd,BYTE,=175;
Delay=1500;
#DO=60000;
Mouse=x,y; <-- set the coords by yourself :p
_UNTILMemRead=%AddrMap,DWORD,=301550000;