红月论坛

 找回密码
 立即注册

Event文件解析

 火... [复制链接]
发表于 2016-12-20 21:43:07 | 显示全部楼层
1111111111111111111
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2016-12-27 16:52:31 | 显示全部楼层
6666666666666666666666
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2017-3-20 21:17:20 | 显示全部楼层
11111111111111
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2017-4-29 20:02:00 | 显示全部楼层

来学习了,好好跟你们学习!
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2017-5-1 08:38:35 | 显示全部楼层
12345567788990
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2017-5-2 01:16:44 | 显示全部楼层

来学习了,好好跟你们学习!
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2017-11-16 21:20:55 | 显示全部楼层
CREATE PROCEDURE RMS_USEARTIFICIALMYSTERYPILL
@GameID varchar(14),
@WindowKind int,
@WindowIndex int
AS
set nocount on
declare @RemoveMysteryPillError int, @IncreaseBonusError int, @InsertLogError int
set @RemoveMysteryPillError = 1
set @IncreaseBonusError = 1
set @InsertLogError = 1
begin transaction
delete tblSpecialItem1 where ID in (select top 1 ID from tblSpecialItem1 where ItemKind = 6 AND ItemIndex = 74 AND Position = 1 AND GameID = @GameID AND WindowKind = @WindowKind AND WindowIndex = @WindowIndex)
if @@ROWCOUNT > 0 and @@ERROR = 0
begin
set @RemoveMysteryPillError = 0
end
update tblGameID1 set Bonus2 = Bonus2 + 2, STotalBonus = STotalBonus + 2 where GameID = @GameID
set @IncreaseBonusError = @@ERROR
declare @STotalBonus int
set @STotalBonus = 0
select @STotalBonus = STotalBonus from tblGameID1 where GameID = @GameID
insert tblBonus2Log1 (GameID, STotalBonus, Kind) values (@GameID, @STotalBonus, 4)
set @InsertLogError = @@ERROR
if @RemoveMysteryPillError = 0 AND @IncreaseBonusError = 0 AND @InsertLogError = 0
begin
commit transaction
end
else
begin
rollback transaction
end
GO
学习红月技术,我只来红月论坛!
回复

使用道具 举报

发表于 2018-4-1 21:25:38 | 显示全部楼层
Event文件解析
学习红月技术,我只来红月论坛!
回复

使用道具 举报

QQ|手机版|小黑屋|红月论坛

GMT+8, 2024-4-17 07:02

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表