I know someone put that map before me or Maybe
ServerSide:
Quote:
**First u must put the group.txt and group_group.txt in /usr/rain/channel/share_data/locale/hongkong/ There u must past it
and then u need to put the map in Map folder /usr/rain/channel/share_data/locale/hongkong/map ,then put this in Index file:Then go to game2 edit config and put 200 in Map_Allow in the end exemple:Code:200 gm_guild_build
Same with game61 game99Code:HOSTNAME: game2_CH1 CHANNEL: 1 PORT: 13004 P2P_PORT: 14004 DB_PORT: 15001 DB_ADDR: localhost MAP_ALLOW: 3 4 23 24 43 44 107 5 25 45 [COLOR="Lime"]200[/COLOR] TABLE_POSTFIX: ITEM_ID_RANGE: 250000001 300000000 PASSES_PER_SEC: 25 SAVE_EVENT_SECOND_CYCLE: 180 PING_EVENT_SECOND_CYCLE: 180 PLAYER_SQL: localhost mt2 mt2!@# player COMMON_SQL: localhost mt2 mt2!@# common LOG_SQL: localhost mt2 mt2!@# log #TEST_SERVER: 1 pk_server: 1
Navicat
mob_proto:
PHP Code:INSERT INTO `mob_proto` VALUES ('2651', 'Noname', 0x54726F6C6C204B726965676572, '2', '0', '0', '71', '', '', '0', 'ORC', '', '0', '', '0', '100', '9', '56', '0', '900', '1700', '30000', '4', '6', '1000000', '2000000', '625000', '60', '100', '100', '0', '2000', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `mob_proto` VALUES ('2652', 'Noname', 0x54726F6C6C204D6167696572, '3', '0', '0', '71', '', '', '0', 'ORC', '', '0', '', '0', '100', '9', '72', '0', '900', '1700', '30000', '4', '6', '1000000', '2000000', '625000', '60', '100', '100', '0', '2000', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `mob_proto` VALUES ('2653', 'Noname', 0x4665747465722054726F6C6C, '4', '0', '0', '77', '', '', '0', 'ORC', '', '0', '', '0', '100', '9', '99', '0', '900', '1700', '30000', '4', '6', '1000000', '2000000', '625000', '60', '100', '100', '100', '2000', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `mob_proto` VALUES ('2654', 'Noname', 0x54726F6C6C204B6F6D616E64616E74, '5', '0', '0', '83', '', '', '0', 'ORC', '', '0', '', '0', '200', '70', '130', '0', '900', '1700', '50000', '7', '8', '1000000', '2000000', '625000', '120', '100', '100', '100', '2000', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
Quote:
Copy the pack file in your client server, then put the atlasinfo.txt in root.epk/eix or
if u dont have it in the in root file i dont know where u have it :P put in it :and save it, then extract the local file and put the mob_proto in it then pack it .Code:mappack/gm_guild_build 83200 0 1 1
This is the tp quest to the map :
new_map.quest
PHP Code:
quest event_map begin
state start begin
when login or levelup with pc.level >75 begin
set_state(event_map)
end
end
state event_map begin
when 20092.chat."New Map" begin
say(""..mob_name(20092)..":")
say("")
say("Greetings traveler!")
say("You viewing categories so in an New Map?")
say("I can spend happy.")
say("")
say("Where do u want to teleport u?")
say("")
local a= select("New Map","Cancel")
if 1==a then
say(""..mob_name(20092)..":")
say("")
say("Let's Go")
say("I wish you will have fun :) !!")
wait()
pc.warp(105200 , 10000)
elseif 2==a then
say(""..mob_name(20092)..":")
say("")
say("Ok")
say("Then stay here first")
end
end
end
end
LINK:::






