custom map

tristana

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
14
Likes
0
Bits
1 YEAR
1 YEAR OF SERVICE
LEVEL 7 111 XP
Removing 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 client
 

Sylian

Banned
banned
Rep
2
0
0
Rep
10
Vouches
0
0
0
Vouches
0
Posts
86
Likes
202
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 28 56 XP
want to make tbc server under wotlk client
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.
 

Azayaka

Allelujah
Administrator
Azayaka Rep
3
0
0
Rep
9
Azayaka Vouches
0
0
0
Vouches
0
Posts
329
Likes
225
2 YEARS
2 YEARS OF SERVICE
LEVEL 55 41 XP
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.
This is a good suggestion.

I would also suggest putting zone IDs on a non-allowed list. So if a player somehow manages to find a way there they will be teleported to the player's last location or somewhere else of your choosing.

@tristana This would be as good as it's going to get. You could remove the entire continent but will break things unintentionally—more hassle than it's worth.

Here's a follow-up question: What source would you be using? TrinityCore? There may be a custom script already created. If not, I'm sure someone here could do it.
 

JadaDev

reaper-wow.com
Legend
JadaDev Rep
5
0
0
Rep
5
JadaDev Vouches
0
0
0
Vouches
0
Posts
514
Likes
525
Bits
3 YEARS
3 YEARS OF SERVICE
LEVEL 11 100 XP
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


Different version is to set players accounts to expansion : 1 and change the registration to also be 1 and like make it an extra expansion where you can buy the expansion which simply modify the account to expansion 2.
 
Liked By 3 members :

Azayaka

Allelujah
Administrator
Azayaka Rep
3
0
0
Rep
9
Azayaka Vouches
0
0
0
Vouches
0
Posts
329
Likes
225
2 YEARS
2 YEARS OF SERVICE
LEVEL 55 41 XP
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
Totally forgot about this, nice catch.
 
Liked By 1 member :

tristana

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
14
Likes
0
Bits
1 YEAR
1 YEAR OF SERVICE
LEVEL 7 111 XP

3,532

1,283

9,608

431

Top