im looking for a program that calculate the X-Y
to a /warp code this would be useful for console users to host events.
Or talk with players to solve problems at a private place nobody else can go since u only can visit the area by warping to it.
Could also be useful for fake console players
so they can make cool screenshots at cool places.
Does someone in this community have a program like this, and would be able to share it?
If u are looking for a place u need the /warp code from feel free to ask in this topic and i will post it below.
If u have any cool /warp code place feel free to post them in this topic below.
Fake Console Guide "Works On Every Private Server" For /Warp.
Guide:
In this guide u will replace the "Help" window with the "GM console" window. 1. Make sure you closed the Game Guide in your SRO settings. This is needed because otherwise the client may crash when trying to open a specific help section. Do not try to open the "help" window clicking the "?" icon appearing sometimes on Low-Level-characters, this will result in a crash. 2. Set the "Help" window shortcut key on a key that is neither number nor a letter. 3. Extract the \resinfo\ folder from the media.pk2 file
You can use the formula below and put it into excel:
Code:
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
-- Calculations begins.. IF @_@RegionId < 0 BEGIN -- Fix negatives SET @_@RegionId += 0xFFFF END DECLARE @_@IsDungeon INT = @_@RegionId / POWER(2,15) /* shift 15 bits right */
/* WorldMap */ IF @_@IsDungeon = 0 BEGIN DECLARE @_@RX INT = @_@RegionId & 0xFF /* Shift out first 8 bits */ DECLARE @_@RY INT = (@_@RegionId & 0x7F00) / POWER(2,8) /* Shift out last 7 bits and shift 8 bits right */ DECLARE @_@X FLOAT = (@_@RX - 135) * 192 + @_@PosX * 0.1 DECLARE @_@Y FLOAT = (@_@RY - 92) * 192 + @_@PosZ * 0.1 -- Result SELECT 'Regional Map' AS 'Type', @_@X AS 'X', @_@Y AS 'Y', CONCAT('...',@_@RX,'x',@_@RY,'.ddj') AS 'Img Path' END /* Dungeon */ ELSE BEGIN DECLARE @_@Layer INT = @_@RegionId & 0xFF /* Shift out first 8 bits */ DECLARE @_@DRX INT = (CAST(@_@PosX AS INT) / 1920) + 128 /* Find RX from Dungeon and fix it for negatives */ IF @_@PosX < 0 SET @_@DRX -= 1 DECLARE @_@DRY INT = (CAST(@_@PosZ AS INT) / 1920) + 128 /* Find RY from Dungeon and fix it for negatives */ IF @_@PosZ < 0 SET @_@DRY -= 1 -- Result SELECT 'Dungeon Map' AS 'Type', CASE -- Check layer id WHEN @_@Layer = 0 THEN 'Donwhang Stone Cave' WHEN @_@Layer = 1 THEN 'Tomb of Qui-Shin [B6]' WHEN @_@Layer = 2 THEN 'Tomb of Qui-Shin [B5]' WHEN @_@Layer = 3 THEN 'Tomb of Qui-Shin [B4]' WHEN @_@Layer = 4 THEN 'Tomb of Qui-Shin [B3]' WHEN @_@Layer = 5 THEN 'Tomb of Qui-Shin [B2]' WHEN @_@Layer = 6 THEN 'Tomb of Qui-Shin [B1]' WHEN @_@Layer = 11 THEN 'Sanctum of Blue Eye' WHEN @_@Layer = 12 THEN 'Sanctum of Anubis' WHEN @_@Layer = 13 THEN 'Sanctum of Isis' WHEN @_@Layer = 14 THEN 'Sanctum of Haroeris' WHEN @_@Layer = 15 THEN 'Sanctum of Seth' WHEN @_@Layer = 16 THEN 'Temple' WHEN @_@Layer = 17 THEN 'Cave of Meditation' WHEN @_@Layer = 18 THEN 'Flame Mountain' WHEN @_@Layer = 19 THEN 'The Earth''s Room' WHEN @_@Layer = 20 THEN 'Yuno''s Room' WHEN @_@Layer = 21 THEN 'Jupiter''s Room' WHEN @_@Layer = 22 THEN 'Zealots Hideout' WHEN @_@Layer = 23 THEN 'GM''s Room' WHEN @_@Layer = 24 THEN 'Prison' WHEN @_@Layer = 25 THEN 'Kalia''s Hideout' ELSE CONCAT('Unknown (',@_@Layer,')') END AS 'Map Layer', @_@PosX AS 'X', @_@PosZ AS 'Y', CONCAT('...',@_@DRX,'x',@_@DRY,'.ddj') AS 'Img Path' END
Quote:
Originally Posted by kaka20315
any one have /warp for jangan and constantinople events circle please ?
im looking for a program that calculate the X-Y
to a /warp code this would be useful for console users to host events.
Or talk with players to solve problems at a private place nobody else can go since u only can visit the area by warping to it.
Could also be useful for fake console players
so they can make cool screenshots at cool places.
Does someone in this community have a program like this, and would be able to share it?
[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...