木有糖吃 发表于 2023-4-8 20:03:49

奇迹私服新人送点送级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:28

这个加入了可以取消吗?

nuolanyl 发表于 2023-5-10 07:37:43

十三 发表于 2023-5-7 12:15
这个加入了可以取消吗?

删除字段就可以了
页: [1]
查看完整版本: 奇迹私服新人送点送级SQL语句