后端Lua
后端Lua
后端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
‘{"Msg":"<font color='#ff0000'>系统提示:</font>本次回收【<font color="#FFF000">32</font>】件装备,获得元宝[<font color="#FFF000">20800</font>]加额外50%元宝[<font color="#FFF000">10400</font>],"Type":9}’ 这个行不行
后端Lua
function player:humanhp(operate,nvalue) if operate == "+" or operate == "-" or operate == "=" then humanhp(self.actor,operate,nvalue) return self end local nvalue = operate humanhp(self.actor,"+",nvalue) return
后端Lua
itemobj-物品对象单是一个的话
后端Lua
<Input|id=input|x=2.0|y=1.0|width=108|height=25|size=14|type=3|color=160|inputid=1|place=请输入兑换数量> 怎么接收输入框的值到函数里
后端Lua
怎么接受 Input 传入下来的值?
后端Lua
sendmsg(actor,1,'{"Msg":"<font color=\'#ff0000\'>系统提示:</font><font color=\'#FFF000\'>'..tipStr..'</font>","Type":1')这对吗
后端Lua
json 里type有那些参数
后端Lua
sendmsg
后端Lua
禁止放背包的物品,怎么搞
后端Lua