Request Teleport Script

Hercules

Prime Hunter
Banned
Jun 4, 2018
1,922
887
145
Asda
Any help on teleport script from one cave floor to the next cave floor? (To stop a potential door block)

Ive copied and manipulated the script from an existing script but it keeps teleporting me out the cave to Bichon Province!

I’ve cleared the next cave floor of mobs and there’s nothing in the way. I can’t seem to trial and error work it out it’s driving me nuts! 😂 (I’m thinking there’s a different script from floor to floor, compared to provinces)?

Any help much appreciated!
 

Attachments

  • F9DCFB9C-85DB-4DE1-8670-1537D8D75F5B.jpeg
    F9DCFB9C-85DB-4DE1-8670-1537D8D75F5B.jpeg
    342.9 KB · Views: 41

3gena

Mir2 Server Creator
Dedicated Member
Aug 17, 2015
749
2
237
90
Cairo
ur script working fine if it teleporting u out to bichonwall :)
u need to change
Move (0) (X , Y)

replace 0 with the map u need to teleport in.
and X,Y to the coords u wanna be teleported to them.
 
  • Like
Reactions: Hercules
Upvote 0

Hercules

Prime Hunter
Banned
Jun 4, 2018
1,922
887
145
Asda
Worked a treat, the issue I was having was changing the 0 to the “list number” and not the opened file name which was D2003.

Thanks pal, what you said kept me digging in that area 👍🏻
 
Upvote 0

Martyn

Smir.co.uk
Staff member
Administrator
Mar 24, 2003
3,792
2
838
400
Kent - UK
giphy.gif
 
Upvote 0

LightBringer

Primordial GM
Veteran
Primordial
Game Master
Feb 13, 2014
3,816
1
1,715
260
If you know how to use "Need Move" map attribute

[@Main]
{
<Teleport/@Teleport>

[@Teleport]
#IF
RANDOM 4
#ACT
MOVE ID X Y
#ELSEACT
GOTO @Teleport-1

[@Teleport-1]
#IF
RANDOM 4
#ACT
MOVE ID X Y
#ELSEACT
}
...
You can use a similar thing to the above to be able to make a single spot potentially hit multiple spaces in the next map, its a nice way to make it so people can't block you in the doors of caves like WT etc.
 
  • Like
Reactions: Hercules
Upvote 0

Hercules

Prime Hunter
Banned
Jun 4, 2018
1,922
887
145
Asda
If you know how to use "Need Move" map attribute

[@Main]
{
<Teleport/@Teleport>

[@Teleport]
#IF
RANDOM 4
#ACT
MOVE ID X Y
#ELSEACT
GOTO @Teleport-1

[@Teleport-1]
#IF
RANDOM 4
#ACT
MOVE ID X Y
#ELSEACT
}
...
You can use a similar thing to the above to be able to make a single spot potentially hit multiple spaces in the next map, its a nice way to make it so people can't block you in the doors of caves like WT etc.

Just browsing my previous, I never got back to u @LightBringer but all worked great. All my portals and what not are set and working perfectly 👍🏻

Solved - Thanks again to all that helped
 
Upvote 0