Jump to content
Sign in to follow this  
Sieg

BIRTHPLACE.cfg (SPAWN) - PLEASE HELP

Recommended Posts

Hello, I ve got a question about birthplace to spawn character as:

In Spring Only.

Currently its on Argent,Shaitan,Icicle.

So when you create character you click on argent you spawn there.

I want to make when you click any ,argent,shaitan,icicle it spawns in Spring.

 

How can I make that?

 

Please help!?

Share this post


Link to post
Share on other sites
1 hour ago, Sieg said:

Hello, I ve got a question about birthplace to spawn character as:

In Spring Only.

Currently its on Argent,Shaitan,Icicle.

So when you create character you click on argent you spawn there.

I want to make when you click any ,argent,shaitan,icicle it spawns in Spring.

 

How can I make that?

 

Please help!?

change birth coords

Share this post


Link to post
Share on other sites

Hello @Sieg!

 

GroupServer.cfg
Change

Argent City = garner
Shaitan City = magicsea
Icicle Castle = darkblue

to

Argent City = darkblue
Shaitan City = darkblue
Icicle Castle = darkblue

 

then open file birth_conf.lua (GameServer\resource\script\birth\) and change

AddBirthPoint("Argent City", "garner",  2232, 2787)
AddBirthPoint("Argent City", "garner",  2194, 2779)
AddBirthPoint("Argent City", "garner",  2245, 2703)

AddBirthPoint("Shaitan City", "magicsea",  891,  3575)
AddBirthPoint("Shaitan City", "magicsea",  819,  3654)
AddBirthPoint("Shaitan City", "magicsea",  845,  3502)

AddBirthPoint("Icicle Castle", "darkblue",  1316,  536)
AddBirthPoint("Icicle Castle", "darkblue",  1342,  481)
AddBirthPoint("Icicle Castle", "darkblue",  1305,  503)

to

AddBirthPoint("Argent City", "darkblue",  3323, 2507)
AddBirthPoint("Shaitan City", "darkblue",  3323,  2507)
AddBirthPoint("Icicle Castle", "darkblue",  3323,  2507)

 

  • Like 2

Share this post


Link to post
Share on other sites

Also try this method:

 

GroupServer.cfg

Leave only 1 string for birth place:

Spring Town = darkblue

 

StringSet.txt (Client\Scripts\table\)

Change

[39]	"Argent City"
[40]	"Shaitan City"
[41]	"Icicle Castle"

to

[39]	"Spring Town"
[40]	"Spring Town"
[41]	"Spring Town"

 

  • Like 2

Share this post


Link to post
Share on other sites
On 11/26/2016 at 8:35 AM, V3ct0r said:

Hello @Sieg!

 

GroupServer.cfg
Change


Argent City = garner
Shaitan City = magicsea
Icicle Castle = darkblue

to


Argent City = darkblue
Shaitan City = darkblue
Icicle Castle = darkblue

 

then open file birth_conf.lua (GameServer\resource\script\birth\) and change


AddBirthPoint("Argent City", "garner",  2232, 2787)
AddBirthPoint("Argent City", "garner",  2194, 2779)
AddBirthPoint("Argent City", "garner",  2245, 2703)

AddBirthPoint("Shaitan City", "magicsea",  891,  3575)
AddBirthPoint("Shaitan City", "magicsea",  819,  3654)
AddBirthPoint("Shaitan City", "magicsea",  845,  3502)

AddBirthPoint("Icicle Castle", "darkblue",  1316,  536)
AddBirthPoint("Icicle Castle", "darkblue",  1342,  481)
AddBirthPoint("Icicle Castle", "darkblue",  1305,  503)

to


AddBirthPoint("Argent City", "darkblue",  3323, 2507)
AddBirthPoint("Shaitan City", "darkblue",  3323,  2507)
AddBirthPoint("Icicle Castle", "darkblue",  3323,  2507)

 

Hello, I did this but it says Target Map Cannot be Reached?

I did extacly what you said but that is what I get.

Hm?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...