Change teleport location

06/23/2020 18:46 mr.jungle#1
#Done Solve
06/23/2020 20:25 Skedaddle!#2
Teleport structure position is located in the _RefObjCommon Table, Columns must be FLOOR.
06/23/2020 20:28 Laag#82#3
Hello,

-- Code Teleport here

PHP Code:
select RegionID,OffsetX,OffsetY,OffsetZ from SRO_VT_SHARD.._RefObjCommon where CodeName128 'CodeTeleport' 
-- You Charname here

PHP Code:
select LatestRegion,PosX,PosY,PosZ from SRO_VT_SHARD.._Char where CharName16 'Charname' 
Update

Add here you Charname -> LatestRegion,PosX,PosY,OffsetZ

PHP Code:
update SRO_VT_SHARD.._RefObjCommon set RegionID='LatestRegion',OffsetX='PosX',OffsetY='PosY',OffsetZ='PosZ' where CodeName128 'CodeTeleport' 
good luck
06/23/2020 20:43 mr.jungle#4
Quote:
Originally Posted by khaleed2010 View Post
Hello,

-- Code Teleport here

PHP Code:
select RegionID,OffsetX,OffsetY,OffsetZ from SRO_VT_SHARD.._RefObjCommon where CodeName128 'CodeTeleport' 
-- You Charname here

PHP Code:
select LatestRegion,PosX,PosY,PosZ from SRO_VT_SHARD.._Char where CharName16 'Charname' 
Update

Add here you Charname -> LatestRegion,PosX,PosY,OffsetZ

PHP Code:
update SRO_VT_SHARD.._RefObjCommon set RegionID='LatestRegion',OffsetX='PosX',OffsetY='PosY',OffsetZ='PosZ' where CodeName128 'CodeTeleport' 
good luck
Same bro :confused:
didn't changed

Quote:
Originally Posted by Skedaddle! View Post
Teleport structure position is located in the _RefObjCommon Table, Columns must be FLOOR.
you can come discord?
06/23/2020 20:49 Laag#82#5
Quote:
Originally Posted by mr.jungle View Post
Same bro :confused:
didn't changed



you can come discord?
Laag#8248
06/23/2020 20:50 Skedaddle!#6
Quote:
Originally Posted by mr.jungle View Post
Same bro :confused:
didn't changed



you can come discord?
If you couldn't understand what i mean than go ahead and continue "developing" your "game"
06/23/2020 21:19 mr.jungle#7
Quote:
Originally Posted by Skedaddle! View Post
If you couldn't understand what i mean than go ahead and continue "developing" your "game"
Done Solve:p