限制70级满级~
那位给个70级满级的储存过程,可以用的,谢谢 CREATE TRIGGER ON .FOR UPDATE
AS
Begin
if update()
begin
declare @oldExp int
declare @newExp int
declare @strUserId char(21)
select @strUserId = strUserId, @oldExp = from deleted
select @newExp = from inserted
if( @newExp < 0 )
begin
declare @exp70 int
select @exp70 = exp from LEVEL_UP where =70
update userData
set exp = cast((@oldExp - @exp70*0.05) as int)
where strUserId = @strUserId
end
end
End 限制70级的存储,(这个不可以吗?别人很早就发出来了) 试了,不好用,说什么语法错误,那为能共享个可以用的,研究研究,谢谢 最有效简单的方法70升71经验99999999999999(好像太多,就这么个意思)哦,你明白 这样不可以的,AI启动不了的 具体怎么超做能指点吗?谢谢 6楼的兄弟,有QQ吗,请教你点事 二楼的朋友发的限制70级的,测试了,没有效果,而且E程序会出错啊 4楼的朋友,加我QQ962368929 谢谢,请教你点问题
页:
[1]