how can appear monsters?

09/23/2011 02:32 mohamedmashhot#1
hi
how can add monsters to map?

if i want to put some monster in a new map

i make map but cant put monsters on it

i want just any one explain how can do this

if he can give me sample example

thanks
09/23/2011 10:53 BaussHacker#2
You spawn them there by sending the spawnpacket.
09/23/2011 11:19 pwerty#3
You have to set up This packet.

[Only registered and activated users can see links. Click Here To Register...]

Examples you can find in any working source
09/23/2011 15:54 mohamedmashhot#4
no
all monster appear on my source
but i want to show some monster in map,
i make map and wamnt to put monster on it
how?
09/23/2011 16:00 BaussHacker#5
You make them spawn in that map, using the spawnpacket.
09/23/2011 16:05 F i n c h i#6
In Navicat monsterspawns table or w/e it's called your monster spawns table.
09/23/2011 16:58 mohamedmashhot#7
Quote:
Originally Posted by F i n c h i View Post
In Navicat monsterspawns table or w/e it's called your monster spawns table.
thanks so much
in monsterspawns table
i put
Code:
INSERT INTO `monsterspawns` VALUES ('1321586', '1201', '0289', '0217', '0425', '0414', '0004', '0001', '0070', '1234', '0000', '0000', '0000', '0000');
this mean this monster id(1321586) will appear in map id=1201
in x=0289,y=0217
and what is the other rows???
09/23/2011 17:01 BaussHacker#8
Quote:
Originally Posted by mohamedmashhot View Post
thanks so much
in monsterspawns table
i put
Code:
INSERT INTO `monsterspawns` VALUES ('1321586', '1201', '0289', '0217', '0425', '0414', '0004', '0001', '0070', '1234', '0000', '0000', '0000', '0000');
this mean this monster id(1321586) will appear in map id=1201
in x=0289,y=0217
and what is the other rows???
Look in your source where you load mobs. :)