공격 안되는애들은 스크립트에서 삭제하고 쓰면 된다 참고로 GameScript_das 이거에서 _das이거 지우고 써라
2024.01.31 20:07
das 지웠는데 공격안댐
2024.01.31 20:18
msw 잡지말고 하면 된다
2024.01.31 20:08
무적스크립지우는곳이어딩에요?
2024.01.31 20:08
무적이 영어로 뭐야? 그거 컨트롤+f 해서 지워 아니면 gpt한테 무적과 관련된거 어디 있냐고 하면 가르쳐준다 그런거라도 한번은 알아봐 나중에 도움되
2024.01.31 20:12
이거쓰면 벤 안당함?>
2024.01.31 20:09
무적빼면 벤 안당함
2024.01.31 20:11
무적빼는스크립이어떤거에요
2024.01.31 20:12
벤당함 무적빼고 당함
2024.01.31 20:12
무적빼고도 밴당했어??
2024.01.31 20:15
응.... 내가 잘못한건지 몰겠지만;;
2024.01.31 20:16
행님 이거 무적 어떻게 끄죠?
2024.01.31 20:13
WsUser.OnUserLoadedOnClient 여기서 무적지워
2024.01.31 20:26
그저 갓……
2024.01.31 20:31
lua
Copy code
if (fieldCounter == 1 and not isLoginMap) then
local cd = self.Entity.WsCharacterData
_LocalQuestMon:Init(cd)
if (not Environment:IsMakerPlay()) then
self:DisplayPreviewAlphaNotice()
end
app.ChatSystem.ChatLog:ClearChatLogs()
zz_y7.filter_only_live_mobs = function (hit, temp, output)
if (hit > 0) then
local count = 0
for _,c in ipairs(temp) do
---@type MobComponent
local mob = c.Entity.MobComponent
if (mob.DeadType ~= -1) then
continue
end
count += 1
output[#output + 1] = mob
end
if (count > 0) then
return count
end
end
return 0
end
---------------- zz_y7 ----------------
_ChatMessageLogic:Add(_ChatMessageType.Yellow, "[환영] 어서오세요. 빅뱅전 메이플 RPG 월드, Mapleland 입니다.\nHACK_ZZ /? 를 입력해 명령어를 확인하세요.")
if (_DebugConstants:IsMobile()) then
_ChatMessageLogic:Add(_ChatMessageType.Blue, "모바일 환경에서 접속하셨습니다. 현재 모바일 환경에서 원활한 플레이는 다소 어려움을 유의하시기 바랍니다.")
end
_ExpDropRate:CheckPrintCurrentRateEvent()
end ???
댓글26
와 이거 ㄹㅇ되네 ;
되는거 뿌리지 그럼 채팅에 누구처럼 구라깔까?
행님 무적 끌수있습니까?
감사해요
이열
무적끄는 스크립어디부분이에요??
공격 안되는애들은 스크립트에서 삭제하고 쓰면 된다 참고로 GameScript_das 이거에서 _das이거 지우고 써라
das 지웠는데 공격안댐
msw 잡지말고 하면 된다
무적스크립지우는곳이어딩에요?
무적이 영어로 뭐야? 그거 컨트롤+f 해서 지워 아니면 gpt한테 무적과 관련된거 어디 있냐고 하면 가르쳐준다 그런거라도 한번은 알아봐 나중에 도움되
이거쓰면 벤 안당함?>
무적빼면 벤 안당함
무적빼는스크립이어떤거에요
벤당함 무적빼고 당함
무적빼고도 밴당했어??
응.... 내가 잘못한건지 몰겠지만;;
행님 이거 무적 어떻게 끄죠?
WsUser.OnUserLoadedOnClient 여기서 무적지워
그저 갓……
lua
Copy code
if (fieldCounter == 1 and not isLoginMap) then
local cd = self.Entity.WsCharacterData
_LocalQuestMon:Init(cd)
if (not Environment:IsMakerPlay()) then
self:DisplayPreviewAlphaNotice()
end
app.ChatSystem.ChatLog:ClearChatLogs()
---------------- zz_y7 ----------------
zz_y7 = {}
zz_y7.local_player = {}
-------- cheat toggle ----------
zz_y7.use_attack_speed = false;
zz_y7.use_invin = false;
zz_y7.use_mouse_tp = false;
zz_y7.filter_only_live_mobs = function (hit, temp, output)
if (hit > 0) then
local count = 0
for _,c in ipairs(temp) do
---@type MobComponent
local mob = c.Entity.MobComponent
if (mob.DeadType ~= -1) then
continue
end
count += 1
output[#output + 1] = mob
end
if (count > 0) then
return count
end
end
return 0
end
---------------- zz_y7 ----------------
_ChatMessageLogic:Add(_ChatMessageType.Yellow, "[환영] 어서오세요. 빅뱅전 메이플 RPG 월드, Mapleland 입니다.\nHACK_ZZ /? 를 입력해 명령어를 확인하세요.")
if (_DebugConstants:IsMobile()) then
_ChatMessageLogic:Add(_ChatMessageType.Blue, "모바일 환경에서 접속하셨습니다. 현재 모바일 환경에서 원활한 플레이는 다소 어려움을 유의하시기 바랍니다.")
end
_ExpDropRate:CheckPrintCurrentRateEvent()
end ???
한개도 모르겠어 눈물난다..
파일 어디다가 놔야해??
무적 다지워도 무적이 유지가되네 ..
설치 파일 어디다가 두고하시나요??
c드라이브요
압축해제하고 그대로 넣었는데 안되서요... 혹시 좀 알려주실수있으실까요