楼主:
koko147 (心情电梯)
2026-03-19 16:47:14版本:现行
因为任务因素打了战场
发现几个喊话宏失效,请问怎样更正使其回复作用?
1.回报人数
/script if not ce or not le or GetTime()-le>10 then ce=0; end; le=GetTime();
ce=ce+1; SendChatMessage( GetMinimapZoneText().."有"..ce.."个敌人来袭!",
"instance_chat")
以前点几下,就会回报自己的地点,有多少敌人来袭
像阿拉西这种要守点战场很重要
现在这个宏失效
2.求援
/script t=GetSubZoneText();if t=="" then local
x,y=GetPlayerMapPosition("player");t=string.format("%d,%d",x*100,y*100);end;SendChatMessage("["..t.."]
请支援我我快抵挡不住了~~","instance_chat")
点一下就会回报自己的地点,急需支援
3.安全回报
/script t=GetSubZoneText();if t=="" then local
x,y=GetPlayerMapPosition("player");t=string.format("%d,%d",x*100,y*100);end;SendChatMessage("["..t.."]
安全~~","instance_chat")
点一下就会回报自己的地点已经安全
和求援是一样写法,只是字串不同
请问如何修正使其作用呢?谢谢!