This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Setting up new screen for Gnome and Trolll  (Read 574 times)

darksoke

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 20
    • View Profile
[QUESTION] Setting up new screen for Gnome and Trolll
« on: January 26, 2016, 01:44:52 pm »
I've managed to extract cata Troll and GNOME and tested them as Login screen and work perfect but i have a problem setting them up for the races

I've tried to use them for Worgen and goblin and they work but when i try to use them on Gnome and Troll it stil show the default ones

Code: [Select]
if (name == "Goblin" or name == "GOBLIN") then
name = "Goblin";
end

if (name == "FelOrc" or name == "FELORC") then
name = "Gnome"; <- Here it work
end

if (name == "Gnome" or name == "GNOME") then
name = "Gnome"; <- Here don't
end

if (name == "Troll" or name == "TROLL") then
name = "Troll"; <-Same for this one
end

Does anybody know what else i have to edit ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »