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!

Scroll gift coin for ItemMall

Skilled Illusionist
Joined
Oct 24, 2011
Messages
331
Reaction score
202
RefObjCommon
PHP:
1	43615	ITEM_MALL_GIFTCOINS_50	???? ????	xxx	SN_ITEM_MALL_GIFTCOINS_50	SN_ITEM_MALL_GIFTCOINS_50_TT_DESC	0	0	3	3	13	1	180000	3	0	1	1	1	255	3	1	0	0	1	0	0	0	0	0	0	1	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_ch_eventbox.bsr	item\etc\giftcoins_50.ddj	xxx	xxx	22015

RefObjItem
PHP:
22015	1	2	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	SKILL_MALL_GIFTCOINS_50	-1	xxx                                                                                                                              	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0

RefSkill
PHP:
1	34020	1011	SKILL_MALL_GIFTCOINS_50	???? ????	SKILL_MALL_GIFTCOINS_50	0	1	1	0	0	0	0	0	1000	0	0	0	3599	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	3	0	0	255	255	0	0	0	0	0	255	255	255	255	item\etc\giftcoins_50.ddj	SN_ITEM_MALL_GIFTCOINS_50	xxx	SN_ITEM_MALL_GIFTCOINS_50_TT_DESC	xxx	0	0	3	1667396966	1851946342	1685418593	6000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

Procedure

_TimedJob
PHP:
 if(@JobID= '34020')
		begin
			EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @NewUserID, @PkgID = NULL, @NumSilk = 50, @Price = NULL
			set @NewJobID = @@identity
			return @NewJobID
		end
 
Newbie Spellweaver
Joined
Aug 31, 2012
Messages
66
Reaction score
2
Msg 137, Level 15, State 2, Procedure _AddTimedJob, Line 77
Must declare the scalar variable "@NewUserID".
error plzz help us to do this
 
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
94
Reaction score
17
Msg 137, Level 15, State 2, Line 1
Must declare the scalar variable "@JobID".
Msg 137, Level 15, State 2, Line 3
Must declare the scalar variable "@NewUserID".
Msg 137, Level 15, State 1, Line 4
Must declare the scalar variable "@NewJobID".
Msg 137, Level 15, State 2, Line 5
Must declare the scalar variable "@NewJobID".
>.<
 
Junior Spellweaver
Joined
Nov 30, 2011
Messages
122
Reaction score
4
NOt understand what u say ... Scroll Gift for ?
 
Newbie Spellweaver
Joined
Jan 13, 2012
Messages
20
Reaction score
4
Did not work for me. Try several times and nothing so far. -.-
 
Newbie Spellweaver
Joined
Sep 7, 2012
Messages
76
Reaction score
2
i have error Say ;Must declare the scalar variable "@NewUserID"; How to fix this ?
 
Back
Top