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!

LandMass Full Server Files+ Client + Tutorial

Initiate Mage
Joined
Jan 22, 2013
Messages
79
Reaction score
8
The module 'fn_Desx_Decrypt_PW' depends on the missing object 'master..xp_desx_decrypt'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'fn_Desx_Encrypt_PW' depends on the missing object 'master..xp_desx_encrypt'. The module will still be created; however, it cannot run successfully until the object exists.


------------------------------------------------------
-- Decrypts data previously encrypted with xp_desx_encrypt algorithm.
-- Parameter encrypted_password varchar(50)
-- Return value Decrypted Password char(12)
------------------------------------------------------
CREATE function dbo.fn_Desx_Decrypt_PW encrypted_password varchar(50))
returns char(12)
--
as
begin


declare return_pw char(12)
encrypt_password varchar(20)
encrypt_key char( 8)
set encrypt_password = 'pw050715'
set encrypt_key = 'pwkey050'




exec master..xp_desx_decrypt
encrypted_password
, encrypt_password
, encrypt_key
, return_pw OUTPUT


return return_pw
end
 
Joined
Aug 3, 2012
Messages
57
Reaction score
1
Hi Guys,

LandMass full Server files and client.

Credits: By SdfSdf SdfSdf

Video:






ScreenShot:


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


ByLeon - LandMass Full Server Files+ Client + Tutorial - RaGEZONE Forums


Download:
* File size: 440.130 KB (RAR)



(landmass.wdb) WDB Editor:
* File size: 33.58 KB (RAR)


(Server) Min Decompile:
* File size: 551 KB (RAR)


(Launcher) Gamehix Work:




Who has the program to open landmass.wdb
 
Initiate Mage
Joined
Aug 15, 2017
Messages
2
Reaction score
0
I GOT 100% AS DATABASE WHO CAN CONTACT PLEASE CONTACT (cacotube369@gmail.com) Twitter = cacocoelhosc
 
Back
Top