SRO X-Y -> /Warp (Generator)

05/04/2024 12:11 OKeks#16
Please use the function below to calculate /warp by x/y from the game client. You can convert this to an excel sheet or add it to your program if you want.

Code:
func calc_coord()
	local $x=GuiCtrlRead($Tools_I1)
	local $z=GuiCtrlRead($Tools_I2)
	local $xpos=mod($x,192)*10
	local $zpos=mod($z,192)*10
	local $xsec=($x-$xpos/10)/192+135
	local $zsec=($z-$zpos/10)/192+92
	local $region=$zsec*256+$xsec
	local $string="/warp "&$region&" "&$xpos&" 0 "&$zpos
	GUICtrlSetData($Simple_E1,$string)
	log_me("Systemlog", "OPER", "Coordinates Calculation.")
endfunc
05/10/2024 14:34 _Moxxi_#17
Quote:
Originally Posted by andrezinh View Post
Is this still working?
yes it's still working bro :)
06/24/2024 02:33 andrezinh#18
Quote:
Originally Posted by _Moxxi_ View Post
yes it's still working bro :)
Well, nothing happen when I run that .exe
11/08/2024 20:02 AhmetHoca#19
Does it work?
09/01/2025 10:26 joshromero#20
Quote:
Originally Posted by _Moxxi_ View Post
X Y generator

In case somebody still need it: :thinking: feel free to download it and use it.

How It Works:

Example u go to any location in silkroad u open the program put ur X & Y cordinations than hit convert and u get the /warp code u can use in console.
[Only registered and activated users can see links. Click Here To Register...]
no work