Teleport to a friend's house at lvl 1.

Post Reply
User avatar
smaion40
Posts: 83
Joined: Tue Apr 25, 2017 12:11 pm
Has thanked: 42 times
Been thanked: 16 times

Teleport to a friend's house at lvl 1.

Post by smaion40 » Fri Sep 08, 2017 5:58 am

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.

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

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

Post by nucular » 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

User avatar
smaion40
Posts: 83
Joined: Tue Apr 25, 2017 12:11 pm
Has thanked: 42 times
Been thanked: 16 times

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

Post by smaion40 » Fri Sep 08, 2017 8:21 pm

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.

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

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

Post by nucular » Fri Sep 08, 2017 9:53 pm

Yes and that's exactly what the line above gives you the ability to.
You have to figure the rest out for yourself.

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

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

Post by LordSnack » Wed Sep 13, 2017 7:51 pm

oh nice , Is there even more good scripts? like this Script aka Dialog?
EU Thor - Gameforge | NA - Danaria

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest