Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Coding Corner
You last visited: Today at 11:23

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



SRO X-Y -> /Warp (Generator)

Discussion on SRO X-Y -> /Warp (Generator) within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old 05/04/2024, 12:11   #16
 
elite*gold: 0
Join Date: Jul 2020
Posts: 206
Received Thanks: 184
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
OKeks is offline  
Old 05/10/2024, 14:34   #17
 
_Moxxi_'s Avatar
 
elite*gold: 182
Join Date: Oct 2013
Posts: 111
Received Thanks: 81
Quote:
Originally Posted by andrezinh View Post
Is this still working?
yes it's still working bro
_Moxxi_ is offline  
Reply


Similar Threads Similar Threads
uiparty.py warp funktion (Gruppen warp)
03/23/2015 - Metin2 Private Server - 2 Replies
#Closed
[Generator] Der Signatur Generator
04/17/2011 - General Art - 45 Replies
Der Signatur Generator Also, ich hab nen Script geschrieben der es euch ermöglicht euren Namen auf eine vorgefertigte Signatur drucken zu lassen d.h. Ihr könnt aus bisher 3 Signaturvorlagen (weiter folgen) auswählen und dann euren Namen draufschreiben lassen. Ihr könnt Größe, Farbe, Neigung, Positon und Schriftart selbst bestimmen! Ich möcht damit Leuten die nicht so gut mit Photoshop usw umgehen können ermöglichen sich eine eigene Signatur zu basteln^^. Das Teil ist leider auch...



All times are GMT +2. The time now is 11:27.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.