![]() |
|
[PoB] Triggering WPs by sum of damage - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7) +--- Forum: Discovery Developers Forum (https://discoverygc.com/forums/forumdisplay.php?fid=183) +---- Forum: Discovery Unofficial Development (https://discoverygc.com/forums/forumdisplay.php?fid=389) +---- Thread: [PoB] Triggering WPs by sum of damage (/showthread.php?tid=183314) Pages:
1
2
|
RE: [PoB] Triggering WPs by sum of damage - darkwind - 09-14-2020 (09-14-2020, 02:24 PM)Karlotta Wrote: Would be great if you could also create a new defensemode that lets all ships of a certain faction dock regardless of name tag, but not other factions. it should be not a problem to make it. pob plugin already has all necessary code parts in /baserep operation a small problem can arise only if the difference for the code will be big between official and indie factions. i get it that /baserep goes through IFF of player to base I wonder if IFF for official and indie factions of the same group is the same one I think they match each other, and if they don't, checking through 1.0 reputation will do the trick. although with those dockings there is another important bug that needs to be fixed. RE: [PoB] Triggering WPs by sum of damage - darkwind - 09-14-2020 (09-14-2020, 02:31 PM)Blake Wayne Van Leer Wrote:(09-14-2020, 12:46 PM)Alvin Wrote:I don't get how platforms help you much as a transport(09-14-2020, 09:53 AM)Relation-Ship Wrote: Well my opinion is that this should apply to all IFFs, making WP only a defense tool against sieges instead of disrupting player interactions!... I will clarify that shield is rised from CD and will remain being rised by CD after the change is applied. this game mechanic is important to prevent smugglers docking when you are lawful and transports docking when you are pirate. I do not change it. RE: [PoB] Triggering WPs by sum of damage - Groshyr - 09-14-2020 Both official and indie factions belong to the same IFF. The only difference they may have its IDs what is not equal to IFF RE: [PoB] Triggering WPs by sum of damage - darkwind - 09-14-2020 (09-14-2020, 02:51 PM)Groshyr Wrote: Both official and indie factions belong to the same IFF. The only difference they may have its IDs what is not equal to IFF great. then comparing IFF of base and players will be enough for the new defense mod. |