--M_g-- 发表于 2022-10-21 21:29:06

奇迹私服新人送点送级SQL语句

////在线送点
CREATE TRIGGER ON .
after Insert
as
Update set .LevelUpPoint =132000 From Inserted
Where .accountid=inserted.accountid
and .name=inserted.name

//在线送级
CREATE TRIGGER ON .
after Insert
as
Update set .cLevel =400 From Inserted
Where .accountid=inserted.accountid
and .name=inserted.name

圣导送9999统率:

CREATE TRIGGER ON .
after Insert
as
Update set .Leadership=9999
From Inserted
Where Inserted.Class=64 and .accountid=inserted.accountid
and .name=inserted.name

阿董--苏州 发表于 2022-10-21 22:44:28

我只是路过打酱油的。

深圳的天空 发表于 2022-10-23 02:10:32

淡定,淡定,淡定……

lxb1101 发表于 2022-10-23 05:00:05

淡定,淡定,淡定……

anlxxu 发表于 2022-10-23 07:08:13

看到这帖子真是高兴!

zhangning_sd 发表于 2022-10-24 02:15:43

淡定,淡定,淡定……

wyqihw 发表于 2022-10-24 19:51:13

看到这帖子真是高兴!

hisbee 发表于 2022-10-25 05:25:04

无回帖,不论坛,这才是人道。

only75203 发表于 2022-10-26 09:58:34

激动人心,无法言表!

maoyl 发表于 2022-10-26 12:42:51

太生气了,无法HOLD啦 >_<......
页: [1] 2
查看完整版本: 奇迹私服新人送点送级SQL语句