奇迹私服新人送点送级SQL语句
1.03h为例,电脑右下角点开sql数据库,点开数据-选择MuOnline-右键-查询分析复制下面代码粘贴执行即可!
========================
////在线送点
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
这个加入了可以取消吗? 十三 发表于 2023-5-7 12:15
这个加入了可以取消吗?
删除字段就可以了
页:
[1]