后端Lua
全部技术档案
后端Lua
getiteminfo
后端Lua
delstorageitem
后端Lua
通过对象扣除物品有没有
后端Lua
takeitemex 可以根据对象回收物品吗
后端Lua
这样写太长了有没有其他方法
后端Lua
sendmsg(actor,1,'{"Msg":"<font color=\'#ff0000\'>系统提示:</font>'..tipStr..'","Type":9,"FColor": 250}') 为啥 "FColor": 250 不起作用
后端Lua
"BColor": 255, 这个什么意思
后端Lua
开启怪物说话 都在那些地方配置 M2有吗?
后端Lua
<font color=\'#FFF000\'> </font> 能不能让里面的字单独在变个红色 其他黄色
后端Lua
sendmsg(actor,1,'{"Msg":"<font color="#ff0000">系统提示:</font>本次回收【<font color="#FFF000">40</font>】件装备,获得元宝[<font color="#FFF000">157600</font>]加额外50%元宝[<font color="#FFF000">78800</font>]","Type":9}')
后端Lua
物品禁止存背包
后端Lua
tipStr = string.format("本次回收【<font color=\"#FFF000\">%d</font>】件装备,获得绑定元宝[<font color=\"#FFF000\">%d</font>]", Takecount, Takemoney) sendmsg(actor,1,'{"Msg":"<font color=\"#ff0000\">系统提示:</font>'..tipStr..',"Type":9}') 为啥发送不了
后端Lua
:{"Msg":"<font color="#ff0000">系统提示:</font>本次回收【<font color="#FFF000">40</font>】件装备,获得元宝[<font color="#FFF000">61600</font>]加额外50%元宝[<font color="#FFF000">30800</font>],"Type":9} 这个呢
后端Lua