Advertisement
Guest User

Untitled

a guest
Sep 9th, 2015
1,319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. data1\Assets\tpp\script\lib\TppStory.lua
  2.  
  3. Line 595 : function e.CanArrivalQuietInMB(n)
  4.  
  5. Immediately after, add:
  6.  
  7. gvars.str_didLostQuiet=false
  8. TppBuddy2BlockController.SetObtainedBuddyType(BuddyType.QUIET)
  9. TppBuddyService.UnsetDeadBuddyType(BuddyType.QUIET)
  10. TppBuddyService.UnsetBuddyCommonFlag(BuddyCommonFlag.BUDDY_QUIET_LOST)
  11. TppBuddyService.UnsetBuddyCommonFlag(BuddyCommonFlag.BUDDY_QUIET_HOSPITALIZE)
  12. TppBuddyService.SetSortieBuddyType(BuddyType.QUIET)
  13. TppBuddyService.SetFriendlyPoint(BuddyFriendlyType.QUIET,100)
  14. TppMotherBaseManagement.RefreshQuietStatus()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement