Hello epvp. Today i will want to release how to add new certain point in Reverse.
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 *** -1 *** -1 ***
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
i would request. in psrv gm removed these certain point from reverse, how could i add back that? its possible cuz players can use it but basiclly we not ( someoen said u need to replace media with smth, if u got it, could someone send me this file/media or edit it for me?) @ im not a big editer i try to start it now.. thats why i dont know how what where?!
You, as someone who has the privileges to log in and edit database tables (be it an "admin" or just a "developer"), you, and only you, are able to add and remove those pointers.
First of all, lets say, a GM disabled it CLIENT-SIDED ONLY.
You, as a player, still have to figure out what the exact pointers where. String declaration, coordinates, level restriction (actually 1 - 140 will work) and so on.
If it has been disabled client AND server-sided, you have no chance reobtaining the possibility of additional return points.
(If this is your actual concern. If it's not, meh, then be more precise next time.)
DECLARE [MENTION=3898309]charname[/MENTION] VARCHAR (max) = 'Xemia' /**CharName**/
DECLARE [MENTION=287308]Min[/MENTION]lvl VARCHAR (max) = '2' /**Minimum Level which can use the teleport**/
DECLARE [MENTION=301174]maXl[/MENTION]vl VARCHAR (max) = '3' /**Maximum Level which can use the teleport**/
DECLARE @SN_ZONE VARCHAR (max) = 'SN_ZONE_25018_1' /**Zone Name (u can add it in textdata_object) example.**/
DECLARE [MENTION=1184112]region[/MENTION] VARCHAR (max) = (Select LatestRegion From _Char Where CharName16 = [MENTION=3898309]charname[/MENTION])
DECLARE @X VARCHAR (max) = (Select PosX From _Char Where CharName16 = [MENTION=3898309]charname[/MENTION])
DECLARE @Y VARCHAR (max) = (Select PosY From _Char Where CharName16 = [MENTION=3898309]charname[/MENTION])
DECLARE @Z VARCHAR (max) = (Select PosZ From _Char Where CharName16 = [MENTION=3898309]charname[/MENTION])
DECLARE [MENTION=329636]maxid[/MENTION] VARCHAR (max) = (SELECT MAX (ID) FROM _RefOptionalTeleport)+1
Insert INTO _RefOptionalTeleport (Service,ID,ObjName128,ZoneName128,RegionID,Pos_X,Pos_Y,Pos_Z,WorldID,RegionIDGroup,MapPoint,LevelMin,LevelMax,Param1,Param1_Desc_128,Param2,Param2_Desc_128,Param3,Param3_Desc_128)
Values(1 [MENTION=329636]maxid[/MENTION],'??????',@SN_ZONE [MENTION=1184112]region[/MENTION],@X,@Y,@Z,1,1,1 [MENTION=287308]Min[/MENTION]lvl [MENTION=301174]maXl[/MENTION]vl,-1,'xxx',-1,'xxx',-1,'xxx')
print 'ADD THAT LINE IN media.pk2->Server_dep->silkroad->textdata->refoptionalteleport.txt'
Print '1 ' [MENTION=329636]maxid[/MENTION]+' ?????? '+@SN_ZONE+' ' [MENTION=1184112]region[/MENTION]+' '+@X+' '+@Y+' '+@Z+' 1 1 1'+' ' [MENTION=287308]Min[/MENTION]lvl+' ' [MENTION=301174]maXl[/MENTION]vl+' -1 xxx -1 xxx -1 xxx'
SRO-DB and reverse return scroll 12/12/2010 - SRO Private Server - 13 Replies Hi guys do you have any experience with a bug by using reverse return scroll(item mall)? Because every time i use it, it always say "Can't find target".
I tried using when i died and used a return scroll outside the town but no luck always same message.I read somewhere about a quest that doesn't allow teleport,i even clear my quest list but still same message.So i thought sro-db is affecting this?Im playing in zszc server by the way.:mofo:
Thanks!
[ZSZC] Problem with reverse scroll. 10/04/2010 - SRO Private Server - 4 Replies Hi guys. I have a trouble. When i put on reverse scroll, any point (last die, or last return) i got this:http://img691.imageshack.us/img691/3845/32864 272.jpg
And such problem not only at me.
Any solution?
[mysro/Fyserver] Help Reverse scroll 09/02/2010 - SRO Private Server - 1 Replies why the reverse scroll dont work on alexandria side? if i press to go where died..or where was the last recall he gives me " cannot find target" ...
anyone know something about that?
Problem Regarding Reverse Scroll on DB Bot 08/28/2010 - SRO Private Server - 1 Replies im wondering now, does Reverse Scroll Work when your Using DB Bot?
cuz im currently using v1.0 right now, and just bought Reverse scrolls since my grind spot is way too far to repeatedly go back and forth.. but the weird thing is, it doesnt work
Reverse Scroll says it can be used on.. Last Place you used a Return Scroll and last place you have died..
one thing i noticed on my bot is that, whenever i Die.. it automatically respawns back to town, like i dont even see the Part where it...