Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NDB Undead faction + proposed fix #809

Open
SlyViolin opened this issue Mar 20, 2023 · 0 comments
Open

NDB Undead faction + proposed fix #809

SlyViolin opened this issue Mar 20, 2023 · 0 comments

Comments

@SlyViolin
Copy link

Morning. This is my directions as a proposed fix to the undead faction. I am not confident as tweaking the main body of the svof code so I leave this to my capable hands

TRIGGER NAME : NameDB qw
Find and replace

local city_colours = {
["0,255,0"] = "Eleusis",
["0,128,128"] = "Cyrene",
["255,0,0"] = "Mhaldor",
["128,128,0"] = "Hashan",
["128,0,128"] = "Ashtan",
["255,255,255"] = "Targossas",
["128,0,0"] = "Undead"
}

SCRIPT NAME : ndb.valid
add "Undead" to ndb.valid.cities

ndb.valid.cities = {
"Ashtan", "Cyrene", "Hashan", "Eleusis", "Mhaldor", "Targossas", "Undead"
}

SCRIPT NAME : ndb main code
add this line to local singular_city, local plural_city

Undead = 'Undead',

tsartin added a commit to tsartin/svof that referenced this issue Mar 29, 2023
tsartin added a commit to tsartin/svof that referenced this issue Mar 29, 2023
adding undead to qwc trigger and ndb. Fixing minor capitalization error. proposed in svof#809
tsartin added a commit to tsartin/svof that referenced this issue Mar 29, 2023
adding undead to to qwc trigger and ndb. Fixing minor capitalization error. proposed in svof#809
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant