want help please in map

02/01/2012 15:06 maskmoataz#1
Hello,

i want know how can i make any map for specific level for example i want metin2_map_spiderdungeon_03 just for player who have level 80 and max level 150 also want change the monster in this map for this player and make it stronger and hope find new maps can anyone give it for me and how can i install it on the server please

also i want to know how can i make in the game the store guy can pay yang and remove the staff which make the level up mean how can i add item in the shop or remove it

finally how can i make the horse change with lion with same every thing for the horse etc..

please help me in this and how can i make all of this with explain :(
02/01/2012 15:10 .Aza'#2
This area is not for questions.

#reportet
02/01/2012 20:50 maskmoataz#3
Quote:
Originally Posted by αησ View Post
This area is not for questions.

#reportet
sorry i don't know could you please tell me where can i put this questions

and want also close this thread
02/01/2012 21:20 .RoThe#4
For the Map only for lvl x u need to write a quest. There are plenty of HowTo´s on how to do that. The monster´s strength you can change in the Database mob_proto.

Before you ask such questions please try to search them first on elitepvpers.. There are tutorials for almost everything here.
Furthermore this is the wrong section..^^
02/01/2012 23:53 almobd3#5
#wrong section

Quote:
i want know how can i make any map for specific level for example i want metin2_map_spiderdungeon_03 just for player who have level 80 and max level 150 also
Quote:
quest spider_cave begin
state start begin
when THE_NPC_VNUM.chat "Enter the third floor" begin
if pc.get_level() > 79 and pc.get_level < 151 then
say("You can get to the cave")
pc.warp(COORD1,COORD2)
else
say("You can't.")
end -- IF end
end -- When end
end -- state end
end -- quest end
you have to edit the mobs from the database player.mob_proto + locale/xx/mob_proto

hope that I helped.

best regards.