Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Sql

Junior Spellweaver
Joined
Feb 22, 2012
Messages
160
Reaction score
4
hi ragezoners

anyone people can give me SQL Copy Character and how to give/set Aura Chip Breaker from SQL ?

thanks
 
use RF_WORLD
DECLARE @nSrcSerial int;
DECLARE @nDstSerial int;


-- =============================================
-- Author: novanakal@rf-reborn.com
-- Create date: 01/21/2012 12:35:29
-- Description: Create GM ID
-- Source:
-- =============================================


set @nSrcSerial ='14556';
set @nDstSerial ='573';


exec [dbo].[pCopy_General] @nSrcSerial, @nDstSerial
 
Upvote 0
use RF_WORLD
DECLARE @nSrcSerial int;
DECLARE @nDstSerial int;


-- =============================================
-- Author: novanakal@rf-reborn.com
-- Create date: 01/21/2012 12:35:29
-- Description: Create GM ID
-- Source: Private Server Development Forum
-- =============================================


set @nSrcSerial ='14556';
set @nDstSerial ='573';


exec [dbo].[pCopy_General] @nSrcSerial, @nDstSerial

where i must to change ? any clue ?

name or ID ? thanks
 
Upvote 0
use RF_WORLD
DECLARE @nSrcSerial int;
DECLARE @nDstSerial int;


-- =============================================
-- Author: novanakal@rf-reborn.com
-- Create date: 01/21/2012 12:35:29
-- Description: Create GM ID
-- Source:
-- =============================================


set @nSrcSerial ='14556';
set @nDstSerial ='573';


exec [dbo].[pCopy_General] @nSrcSerial, @nDstSerial



WTF ....

qquery for copy avator
but Description: Create GM ID
with my name :mad: :mad: :mad:
 
Upvote 0
Back