View Single Post
09/26/18, 03:16 AM   #4
Gandalf
 
Gandalf's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2016
Posts: 28
Originally Posted by ZOS_ChipHilseberg View Post
Was a keep wall broken when you used these?
Did a full test on PTS. As far as I understand still not working. It's a DC char on DC owned Nikel. Postern and main door down.

Nikel Main:


Nikel Postern:


Tooltip:


Code:
/script local keepId=132 d("KeepName="..GetKeepName(keepId).." InnerWallBreached="..tostring(GetKeepInnerWallBreached(keepId, BGQUERY_LOCAL)).." OuterWallBreached="..tostring(GetKeepOuterWallBreached(keepId, BGQUERY_LOCAL)))


OuterWallBreached == false is OK since this an outpost with no outer wall
But InnerWallBreached == false is wrong... or?

Last edited by Gandalf : 09/26/18 at 03:47 AM.
  Reply With Quote