文章编辑人员:雪舞
内容测试时间:2023-7-6 00:13:51
测试版本:新武侠世界
服务端:
宝石雕琢:800117=\event\misc\GemCarve.lua
宝石熔炼:800118=\event\misc\GemMelting.lua
宝石升级:
-- if nOperation == 300 then --//宝石升级
-- BeginUICommand( sceneId )
-- UICommand_AddInt( sceneId, targetId )
-- EndUICommand( sceneId )
-- DispatchUICommand( sceneId, selfId,201408140)
-- end
宝石转换:
-- if nOperation == 100 then --//宝石转换
-- BeginUICommand( sceneId )
-- UICommand_AddInt( sceneId, targetId )
-- EndUICommand( sceneId )
-- DispatchUICommand( sceneId, selfId,201302201)
-- end
|