virginharvester Posted June 29, 2019 Share Posted June 29, 2019 (edited) hi sorry for my bad english,i like to loot everything,i can SetCellOwnership all other cell,but i found these 2 cell cannot be SetCellOwnership,first is outdoor like novac gas station,the second is "Camp McCarran" outdoor area (Major Dhatri location) i do much thing like:SetCellOwnership 001498e0but i am not satisfied with the result, can someone give me a hint how to do this?,i have geck(creation kit) and FNVEdit, other way is i have this idea, SetCellOwnership when you open celli dont know if it right, but this is the code: Function Init() RegisterForPlayerTeleport() EndFunction Event OnPlayerTeleport() SetCellOwnership "GetPlayer.GetCurrentCell"; i dont know what syntax to get current CellID EndEvent i dont know if this doable, i hope someone can make it for me, anyway, thanks for read, have a nice day Edited June 29, 2019 by virginharvester Link to comment Share on other sites More sharing options...
IntenseMute Posted June 29, 2019 Share Posted June 29, 2019 (edited) Ref TemporaryRef Function Init() RegisterForPlayerTeleport() EndFunction Event OnPlayerTeleport() Set TemporaryRef To Player.GetParentCell SetCellOwnership TemporaryRef EndEvent Edited June 29, 2019 by IntenseMute Link to comment Share on other sites More sharing options...
virginharvester Posted June 29, 2019 Author Share Posted June 29, 2019 Ref TemporaryRef Function Init() RegisterForPlayerTeleport() EndFunction Event OnPlayerTeleport() Set TemporaryRef To Player.GetParentCell SetCellOwnership TemporaryRef EndEvent thanks for the reply,do you have test it?, can you give a way how to apply this?sorry for ask this, but i cant mod script in geek, because it do not have script in quest tabor can you upload it? Link to comment Share on other sites More sharing options...
IntenseMute Posted June 29, 2019 Share Posted June 29, 2019 (edited) Yeah, give me a moment though. Edited June 29, 2019 by IntenseMute Link to comment Share on other sites More sharing options...
IntenseMute Posted June 29, 2019 Share Posted June 29, 2019 (edited) So just to be sure, you want a script that will let you remove ownership of items everywhere? Edit: https://drive.google.com/open?id=1X3ocUJSprNqPGj35cgKFEYd_jhhi-nrx Requires NVSE and JIP LN NVSE PluginIf you want to edit it in the geck, you also need GECK Extender (The optional file) Edited June 29, 2019 by IntenseMute Link to comment Share on other sites More sharing options...
virginharvester Posted June 29, 2019 Author Share Posted June 29, 2019 So just to be sure, you want a script that will let you remove ownership of items everywhere? Edit: https://drive.google.com/open?id=1X3ocUJSprNqPGj35cgKFEYd_jhhi-nrx Requires NVSE and JIP LN NVSE PluginIf you want to edit it in the geck, you also need GECK Extender (The optional file)owh my god, it work, thank you, thank you, thank you, thank you, thank you,anyway do you publish it?, i like to sent kudo and endorse to your mod Link to comment Share on other sites More sharing options...
IntenseMute Posted June 29, 2019 Share Posted June 29, 2019 I guess I could publish it for the few people that would find it useful. Link to comment Share on other sites More sharing options...
virginharvester Posted June 29, 2019 Author Share Posted June 29, 2019 (edited) i dont know why the mod is not running, this in my side problem Edited June 29, 2019 by virginharvester Link to comment Share on other sites More sharing options...
IntenseMute Posted June 29, 2019 Share Posted June 29, 2019 Once installed, walk in to a new cell and it should start to work. Link to comment Share on other sites More sharing options...
virginharvester Posted June 30, 2019 Author Share Posted June 30, 2019 Once installed, walk in to a new cell and it should start to work.i dont know what happen yasterday, the mod is working great again after reinstall, thank for the concern Link to comment Share on other sites More sharing options...
Recommended Posts