Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Just Teleport With Job

Initiate Mage
Joined
May 27, 2013
Messages
3
Reaction score
0
I'v done something like what you did but still cant figure how to create job area
i will tell you what i did and it would be nice of you if you tell me what is my mistake
1: create a new world with new world id in [dbo.._RefInstance_World_Region]
2: take the new world id and create with it a new config group in [dbo._RefGame_] World
3: add the new lines of the [dbo._RefGame_World_Config] that you released and create the config
4: modify the region teleport from [dbo._RefTeleport] and insert the new world id into GenWorldId

the problem is when i inter the game and try to use the teleport it gives me no effect

Thnx in advance

Edit: LOL!! i just needed to restart the Sr_Shard :)
Works fine now thnx
 
Last edited:
Junior Spellweaver
Joined
Apr 1, 2012
Messages
132
Reaction score
14
I get instant DC when i teleport and doesn't give me any effect .
 
Junior Spellweaver
Joined
Feb 3, 2012
Messages
196
Reaction score
7
Can I make the teleport area with time limit so after specific time, all the players go back to town?
I tried WorldDurationTime and WorldRemainEmptyTown without effect.
 
Newbie Spellweaver
Joined
Oct 4, 2012
Messages
15
Reaction score
12
bestprem OR lemoniscool KNOW THIS ERRO?

Code:
CGObj::EnterWorld Failed!!! at MoveTo() GAMEWORLDID[95,1] Pos(1138.820,244.287, 181.373) Reason(3) Err(0)
CGame::EnterWorld() => CGObj::EnterWorld() Failed!!!	Maicon	[JID:1, CharID:6748][rid: 0x5c87(x:135, y:92)][worldid : 95, pos: 1138.820, 244.287, 181.373]
 
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
94
Reaction score
17
PHP:
1	868	group_1st_dung_default	enter_limit_condition_level_minimum_num	70	int32
1	869	group_1st_dung_default	enter_limit_condition_job_clothes_put_on	on	string
1	870	group_1st_dung_default	enter_limit_condition_ride_cos_not_riding	on	string
1	871	group_1st_dung_default	enter_limit_condition_trade_cos_not_riding	on	string
1	872	group_1st_dung_default	enter_limit_condition_frpvp_voucher_take_off	on	string
1	873	group_1st_dung_default	enter_limit_condition_temple_association	on	string
1	874	group_1st_dung_default	enter_limit_condition_temple_association_rate_merchant_hunter	70	int32
1	875	group_1st_dung_default	enter_limit_condition_temple_association_rate_thief	70	int32
1	876	group_1st_dung_default	enter_limit_condition_temple_association_minimum_num	4	int32
1	877	group_1st_dung_default	gameworld_entry_untouchable_time	5	float32
1	878	group_1st_dung_default	game_world_normalize_type	game_world_normalize_type_a	string
1	879	group_1st_dung_default	failed_enter_world_to_special_target_switch	on	string
1	880	group_1st_dung_default	failed_enter_world_to_special_target_gameworld_thief	ins_default	string
1	881	group_1st_dung_default	failed_enter_world_to_special_target_region_thief	32476	int32
1	882	group_1st_dung_default	failed_enter_world_to_special_target_posx_thief	93	float32
1	883	group_1st_dung_default	failed_enter_world_to_special_target_posy_thief	658	float32
1	884	group_1st_dung_default	failed_enter_world_to_special_target_posz_thief	959	float32
1	885	group_1st_dung_default	failed_enter_world_to_special_target_gameworld_merchant_hunter	ins_default	string
1	886	group_1st_dung_default	failed_enter_world_to_special_target_region_merchant_hunter	32476	int32
1	887	group_1st_dung_default	failed_enter_world_to_special_target_posx_merchant_hunter	93	float32
1	888	group_1st_dung_default	failed_enter_world_to_special_target_posy_merchant_hunter	658	float32
1	889	group_1st_dung_default	failed_enter_world_to_special_target_posz_merchant_hunter	959	float32
 
Back
Top