CommandLogic_Client.OnBeginPlay
여기 들어가니까
if isvalid(_UserService.LocalPlayer.PetOwnerComponent.Pet) then
petRepleteness = _UserService.LocalPlayer.PetOwnerComponent.Pet.PetComponent.Repleteness
if petRepleteness < 60 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2120000)
이거랑
if zz_y7.is_others then
_TimerService:ClearTimer(zz_y7.auto_hit_timer)
_TimerService:ClearTimer(zz_y7.tele_toggle_timer)
_TimerService:ClearTimer(zz_y7.drive_timer)
_TimerService:ClearTimer(zz_y7.user_check_timer)
zz_y7.reset_mob_func()
_ItemConsumeLogic:TryConsumeFromFuncKey(2030000)
이거 두개중에 어떤거 삭제해야돼?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 27011 | 02-02 | 394 | ||
| 27010 | 썬붕이 공속+4 | 02-02 | 426 | |
| 27009 | 02-02 | 313 | ||
| 27008 | 02-02 | 253 | ||
| 27007 | 02-02 | 313 | ||
| 27006 | 02-02 | 204 | ||
| 27005 | 02-02 | 434 | ||
| 27004 | 02-02 | 609 | ||
| 27003 | 02-02 | 437 | ||
| 27002 | 02-02 | 233 | ||
| 27001 | 02-02 | 307 | ||
| 27000 | 02-02 | 163 | ||
| 26999 | 02-02 | 795 | ||
| 26998 | 02-02 | 1437 | ||
| 26997 | 02-02 | 732 | ||
| 26996 | 02-02 | 307 | ||
| 26995 | 02-02 | 526 | ||
| 26994 | 02-02 | 201 | ||
| 26993 | 02-02 | 675 | ||
| 26992 | 02-02 | 333 |
댓글2
아래 203
정말 감사합니다 복받으실꺼에요!
if zz_y7.is_others then부터 싹 삭제하면 될까요?>