Tester's Story.

1.22 patch support-107-1-13-0-1619610780.zip
2.48MB
recipes script-657-1-2-1610542702.7z
0.00MB

 

1.22 업데이트 기준으로 모드 지원 패치를 하였는데 콘솔은 잘 뜨지만 치트 입력이 안되었다.

 

모드 아이템 등록 스크립트를 받아서 적용하려고 

dofile("recip.lua") 실행 시  [string "dofile("recip.lua")"]:1: attempt to call global 'dofile' (a nil value)

요따구 메세지가 나오고 안된다.

 

일반적인 player.inventory.addItem(Items.money,1000) 요런 명령어도 역시 마찬가지 [string "player.inventory.addItem(Items.money,1000)"]:1: attempt to index global 'player' (a nil value)

 

그러나 

AddToInventory("Items.money", 1000) 요렇게 입력하면 되는것을 확인

 

위 레시피 파일도 열어서 수정해서 콘솔에 직접 입력했더니 성공...

recip.txt
0.03MB

위 recip.txt 파일을 열어서 복사 후 콘솔에 넣으면 된다.

 

다른 스크립트 파일도 수정하면 가능할 듯...

 

 

Posted by Tester