Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How To Add Point In Reverse

Initiate Mage
Joined
Oct 12, 2014
Messages
3
Reaction score
0
Hello Ragezone. Today i will want to release how to add new certain point in Reverse.


ElAraby1447 - How To Add Point In Reverse - RaGEZONE Forums

ElAraby1447 - How To Add Point In Reverse - RaGEZONE Forums

ElAraby1447 - How To Add Point In Reverse - RaGEZONE Forums

ElAraby1447 - How To Add Point In Reverse - RaGEZONE Forums

ElAraby1447 - How To Add Point In Reverse - RaGEZONE Forums





1.In SRO_VT_SHARD base we must find the _RefOptionalTeleport Table and add new line.


Example of line
1 43 ?????? SN_ZONE_22004 26959 1030 80 512 1-1 1 0 0 -1 xxx -1 xxx -1 xxx


43 - This must be Next Free ID in the table
SN_ZONE_22004 - This is the Name of Point. We can add new Name of Point in textdata_object.txt.
26959 1030 80 512 - This is the Cords of the new cetain point. Go to the certain point log of and use this query




Select LatestRegion,PosX,PosY,PosZ From _Char Where CharName16 = 'Nick of the char '


The result will be Cords.


0 0 - That's lvl Req. If you want a character on a specific level to be able to teleport only, then first zero is the minimal lvl and 2nd zero is the maximal lvl.
Example
Minimum lvl 76 maximum 90
76 90


Okay if we have new line added in sql then we must copy it to Media.pk2. To the refoptionalteleport.txt the location of file.
server_dep/silkroad/textdata/refoptionalteleport.txt





 
Back
Top