CHANGE START ITEMS

03/18/2012 23:58 nemanja1992#1
.
03/19/2012 12:06 pulpcorn#2
spam?
03/19/2012 14:51 Shifty*#3
You can modify that in the NewCharacter stored procedure in Shard_DB
03/20/2012 00:17 ✗EpicSoul✗#4
SRO_VT_SHARD
-programmability
-stored procedures
-_addnewchar
03/20/2012 11:14 Serenduk#5
Code:
	-----------------------------------------------------------------------------        
	-- CharList¿¡ ID ³Ö¾îÁÖ±â        
	-----------------------------------------------------------------------------        
	INSERT _CharNameList VALUES(@CharName, @NewCharID)        
	      
	exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_E060118_60EXP_HELP',1,1      
	exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_E060118_100EXP_HELP',1,1      
	exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_SCROLL_RETURN_NEWBIE_01',20,1

add more here ^^^
03/23/2013 17:29 Xocoo_22#6
I found and added item code but How to apply changes? I'm using sql server 2008 r2
03/24/2013 00:11 EscapeYunea#7
Quote:
Originally Posted by Xocoo_22 View Post
I found and added item code but How to apply changes? I'm using sql server 2008 r2

Execute Query ?!
03/24/2013 00:23 Bartic#8
Quote:
Originally Posted by Xocoo_22 View Post
I found and added item code but How to apply changes? I'm using sql server 2008 r2
Servers' owners these days...
03/24/2013 03:33 Xocoo_22#9
Quote:
Originally Posted by EscapeYunea View Post
Execute Query ?!
Thanks It was very easy :D