Teleport Scroll

05/17/2014 01:00 PlantiX#1
Is it possible to create a return scroll, which teleports you to a region you want. I mean like the Thief scroll. Create a scroll and give them the coordinates of the area. I've tested it already with thief scroll, but its just possible if you wear thief suits because the parameter is THIEFDEN .. And with normal return scrolls you can't write coordinates in the Itemdata.
05/17/2014 01:26 Tustin1337#2
Quote:
Originally Posted by PlantiX View Post
Is it possible to create a return scroll, which teleports you to a region you want. I mean like the Thief scroll. Create a scroll and give them the coordinates of the area. I've tested it already with thief scroll, but its just possible if you wear thief suits because the parameter is THIEFDEN .. And with normal return scrolls you can't write coordinates in the Itemdata.
Im not really sure, but it is possible. try to clone the normal return scroll and change the positions of the region you return back to?
05/17/2014 01:33 PlantiX#3
if you use normal return scroll, you dont know which parameter it is... Because the parameter of return scrolls are RESSURECT and that mean = teleport you to your ressurrection point and not a specific coordinates
05/17/2014 01:34 Media.#4
Already tried to change the THIEFDEN to RESURRECT like in the normal return scroll?
And I would assume that you can change the STORE_TD_GATE teleport place to another one? Just a guess though.

Edit: Either way I would have tried to change the Param2 from 0 to 1 as this is only difference left between all the other return scrolls, at least worth a try.
05/17/2014 02:07 Tustin1337#5
I'm pretty sure all regions are defined somewhere as example thiefden is thief town, blabla is your new region. So if you could know where those regions are defined at you'd clone an existed return scroll and create a new scroll with your defined region. give it a try.

I'm sorry but i cant give you more infos, since i'vent tried that actually.
05/17/2014 02:13 Media.#6
STORE_TD_GATE can be found inside the RefObjCommon table as well as in the RefTeleport table under GATE_TD.
05/17/2014 02:14 Rev 9#7
What about the blue scrolls? And change the allowed places there?
05/17/2014 02:19 Media.#8
Quote:
Originally Posted by l_SynTaX_l View Post
What about the blue scrolls? And change the allowed places there?
Reverse Return Scrolls? That's a stored procedure if I remember well, there's a guide somewhere around here if you'd use the search function.
05/17/2014 02:20 PlantiX#9
As i said, already tried THIEFDEN and a other STORE_ teleport and it worked BUT "THIEFDEN" is a parameter of Thiefs, that means you can just teleport if you wearing a thief suit! So THIEFDEN is useless.

Quote:
Originally Posted by Media. View Post
Already tried to change the THIEFDEN to RESURRECT like in the normal return scroll?
And I would assume that you can change the STORE_TD_GATE teleport place to another one? Just a guess though.

Edit: Either way I would have tried to change the Param2 from 0 to 1 as this is only difference left between all the other return scrolls, at least worth a try.
Yap already tried that out some days ago ... It just ignore the STORE and teleports you to your ressurection point

So the problem is, to find out which parameter it is like "TELEPORT" and then the STORE_...
05/17/2014 02:24 Media.#10
What if you use a normal return scroll and replace RESURRECT with something else?
05/17/2014 02:33 Tustin1337#11
Quote:
Originally Posted by Media. View Post
What if you use a normal return scroll and replace RESURRECT with something else?
The something else should be defined, you cant give the database an order If used xxx scroll teleport to XXMEDIAXX which is not defined or exist.
05/17/2014 02:42 Media.#12
Quote:
Originally Posted by Tustin1337 View Post
The something else should be defined, you cant give the database an order If used xxx scroll teleport to XXMEDIAXX which is not defined or exist.
I mean if you replace RESURRECT with e.g. STORE_TD_GATE.
05/17/2014 02:47 PlantiX#13
Quote:
Originally Posted by Media. View Post
I mean if you replace RESURRECT with e.g. STORE_TD_GATE.
I think this will not work, you have to set a parameter .. But i think joymax used maybe TELEPORT and then STORE_.. xDD gonna test it later
05/17/2014 02:49 Media.#14
At least I've annihilated that possibility. :p
03/20/2019 22:27 hexagram1#15
i was looking for this, any help?