Page 1 of 1

Teleport to a friend's house at lvl 1.

Posted: Fri Sep 08, 2017 5:58 am
by smaion40
Hey guys. I was reading vanilla's forum and I saw he found a way to teleport a character instantly to a friend's house, that way you can use his warehouse, really usefull for berdin's farming.

I wonder if there's a way to do that with AS, here's the code he's using:

Description:
"This script can be abused with low level toons even with level 1 you can teleport to a friends house and use his warehouse"

Code: Select all

#IF=%FirstTime,;
UseSpeed=1;
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF

FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
TrayInfo=Hover your mouse over a friend at the window and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,1;
_MemReadVar=%AddrMouseY,WORD,2;
Delay=1250;
TrayInfo=Hover your mouse over the "Visit Friend" button and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,3;
_MemReadVar=%AddrMouseY,WORD,4;
FrameAction=373,State,HIDE;
TrayInfo=Press "Delete" as soon as you wanna instantly escape;

#DO=9999999999999;
WaitForKey=2E,1;
_IFKey=2E,1;
#IF=%Timer=500,15000;
FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
Mouse=%Var1,%Var2;
Delay=125;
Mouse=%Var3,%Var4;
Delay=135;
SendKey=0x0D;
FrameAction=373,State,HIDE;
CreateTimer=500;
#ENDIF
_IFKey=77,1;
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;
Disclaimer:

I'm not supporting or advertising his website/tool, I just got curious about that function and it would be really awesome to have it with AS.

Re: Teleport to a friend's house at lvl 1.

Posted: Fri Sep 08, 2017 4:54 pm
by nucular
This is Paralys Tool.
We are here at AionScript.

Code: Select all

DialogList:GetDialog( "housing_buddy_list_dialog" ):SetVisible(true)
do your click manually or script it. :o

Re: Teleport to a friend's house at lvl 1.

Posted: Fri Sep 08, 2017 8:21 pm
by smaion40
nucular wrote:
Fri Sep 08, 2017 4:54 pm
This is Paralys Tool.
We are here at AionScript.

Code: Select all

DialogList:GetDialog( "housing_buddy_list_dialog" ):SetVisible(true)
do your click manually or script it. :o
I dont have his tool, but, by the comments I can tell its a script, you can also use it in the middle of battle and escape to your friend's house inmediately. I'll try to find out how this works.

Re: Teleport to a friend's house at lvl 1.

Posted: Fri Sep 08, 2017 9:53 pm
by nucular
Yes and that's exactly what the line above gives you the ability to.
You have to figure the rest out for yourself.

Re: Teleport to a friend's house at lvl 1.

Posted: Wed Sep 13, 2017 7:51 pm
by LordSnack
oh nice , Is there even more good scripts? like this Script aka Dialog?