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!

add farm grid

Elite Diviner
Joined
Sep 19, 2014
Messages
410
Reaction score
57
use query it simple wkwk

USE [DNWorld]

GO

DECLARE return_value int
EXEC return_value = [dbo].[P_AddFarm]
@nvcFarmName = 'field3',
IntMapID = 15106,
IntMaxUserCount= 10,
@inyFarmTypeCode = 0

GO
 
Back
Top