tristana
Member
LEVEL 7
111 XP
want to make tbc server under wotlk clientRemoving an entire zone from the source could have some serious consequences.
What exactly are you trying to accomplish? What is the end goal?
want to make tbc server under wotlk clientRemoving an entire zone from the source could have some serious consequences.
What exactly are you trying to accomplish? What is the end goal?
As I explained in my reply a few days ago, you just remove all the teleports for getting to Northrend.want to make tbc server under wotlk client
This is a good suggestion.As I explained in my reply a few days ago, you just remove all the teleports for getting to Northrend.
No need to do it harder than it should be.
#
# Expansion
# Description: Allow server to use content from expansions. Checks for expansion-related
# map files, client compatibility and class/race character creation.
# Default: 2 - (Expansion 2)
# 1 - (Expansion 1)
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
Expansion = 2
#
# Expansion
# Description: Allow server to use content from expansions. Checks for expansion-related
# map files, client compatibility and class/race character creation.
# Default: 2 - (Expansion 2)
# 1 - (Expansion 1)
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
Expansion = 1
Totally forgot about this, nice catch.Easiest way to do it, Open your worldserver.conf and search for Expansion :Code:# # Expansion # Description: Allow server to use content from expansions. Checks for expansion-related # map files, client compatibility and class/race character creation. # Default: 2 - (Expansion 2) # 1 - (Expansion 1) # 0 - (Disabled, Ignore and disable expansion content (maps, races, classes) Expansion = 2
change to
Code:# # Expansion # Description: Allow server to use content from expansions. Checks for expansion-related # map files, client compatibility and class/race character creation. # Default: 2 - (Expansion 2) # 1 - (Expansion 1) # 0 - (Disabled, Ignore and disable expansion content (maps, races, classes) Expansion = 1
ye maybe i should best do thatTotally forgot about this, nice catch.