CCP Nullarbor wrote:
Transferring ownership after a POCO has been put into reinforce for example is still valid and while this does allow owners to force an aggressor who they are at war with to take a security hit they will still be able to decide before hand if they want to do this and not unknowingly engage an owner they are not at war with.
Great... we can decide beforehand if we want to go gcc as we return to the poco of a corp we wardeced to find it in new alt corp hands.
We place a new wardec on the alt corp, get the pleasure of shooting it from 100% to reinf again. Comeback next day to finish it what will we find? That its been transfered to a new or old alt corp we are no longer at war with.
You fix the sudden standing hits, it dosent take away the problem with the poco hoping.
No. People that RP 'No GCC Ever because its against the law!' or FW people that will receive WTF standing hits and unable to fight an enemy because they gone gcc and cant remote rep etc eachother? People that play it by the books by using wardecs should not have to sit back and watch things hop around freely in an neverending tail of wardecs.
No its not the security hit iam arguing against or the rpers pov or even fw peoples pov. Its the principle that the mechanic as you intend it is broken. GCC means your a lawbreaker and you should NOT have to be that to perform an action against an enemy.
Do away with gcc or make it mean nothing! if going GCC is required in order to accomplish a task in the game it shouldnt come with the downfalls currently associated with it. Patchwork Fixes Aint Fixes when the Mechanic remains broken.Edit
The simplest soloution for the 'Valid reasons to transfer':
TransferPocoScript:
If(MyCorp.InFactionalWarfare==Yes )
If PocoToTransfer.IsDamageD or isReinforced
Return "No you cannot transfer a damage or reinf poco while in factional warfare, ride the storm out chicken"
Elseif(MyCorp.InFactionalWarfare==No)
If Poco.TransferToCorp is InList(MyCorp.AtWarWithWho)
return "Yes, you can transfer poco to a corp your currently at war with, nevermind decshields thats a separate and hard cracked issue"
else
return "No, you cant sadly transfer the poco to that corp since its not one your at war with"
That would in essence, with littleish coding make it so that you cant transfer a poco around madly. You can give it as tribute to a corp/alliance your at war with, long as your not in fw(because then you transfer it to militia alt corp :P).
That or a 36hr transfer timer when at war could be simple things to sort the problem =)
Thanks. Peace and Good Night Iceland.