Faction Bases on Endor and Yavin4

Rush

New Member
Joined
May 28, 2018
Messages
6
Is there a easy way to place faction bases on yavin and endor?
 

Tyclo

New Member
Joined
Nov 23, 2016
Messages
16
Add "endor" and "yavin4" to the allowedZones for each of the faction bases in https://github.com/swgemu/Core3/tree/unstable/MMOCoreORB/bin/scripts/object/building/faction_perk/hq

Example, in https://github.com/swgemu/Core3/blob/unstable/MMOCoreORB/bin/scripts/object/building/faction_perk/hq/hq_s04_rebel_pvp.lua#L53
Change:
Code:
allowedZones = {"dantooine", "naboo", "rori","tatooine", "corellia", "lok", "talus"},
to:
Code:
allowedZones = {"dantooine", "naboo", "rori","tatooine", "corellia", "lok", "talus", "endor", "yavin4"},

Then restart the server.
 

Rush

New Member
Joined
May 28, 2018
Messages
6
I completely overlooked the allowed zones part of that when I looked at it those yesterday lol. I think I was looking at codes for too long yesterday. Thank you!
 
Top Bottom