[VSRO] Adding Designate as return/recall point

03/14/2021 00:20 amrsmooth#1
Hey peeps so my question is kinda easy one (I think so), I simply want to add "Designate as return/recall point" in a custom teleport which I made.

Which basically means I will set this default teleport to be my recall point if I used I used return scroll or if I died.

[Edited] Solved thanks to @[Only registered and activated users can see links. Click Here To Register...]

Another question:
I do have another question which concerns Job item... so basically you can only equip/unequip job in towns right? since towns are already a safe zone area so you can equip/unequip in the safe zones right?
So basically it means if I did change the IsBattleField to 0 in _RefRegion it mean's it's safe zone right? but still I keep getting "can equip/unequip job items only in town" any solution?

[Update] FIXED, it was duplicated areas in the _RefRegion so I had to edit all of them to make it work.

Thank you in advance, your help will be much appreciated.
03/14/2021 00:43 #KB#2
SRO_VT_SHARD.._RefTeleport,
CanBeResurrectPos Column, 1 = enable , 0 = disable
03/14/2021 01:13 amrsmooth#3
Quote:
Originally Posted by #KB View Post
SRO_VT_SHARD.._RefTeleport,
CanBeResurrectPos Column, 1 = enable , 0 = disable
Holy molly, thank you so much I didn't notice it tbh with ya

I do have another question which concerns Job item... so basically you can only equip/unequip job in towns right? since towns are already a safe zone area so you can equip/unequip in the safe zones right?

So basically it means if I did change the IsBattleField to 0 in _RefRegion it mean's it's safe zone right? but still I keep getting "can equip/unequip job items only in town" any solution?

[Update] nvm got it to work, it was duplicated areas in the _RefRegion so I had to edit all of them to make it work.