help find monsters

03/07/2010 19:06 marii2#1
hello! wax that someone could tell me how
I do this for putting more monsters on the map IceMaze?

is in which area I'm saying.

[Only registered and activated users can see links. Click Here To Register...]
03/07/2010 20:31 ~WARNING~#2
Let me take a look in my database, Ill edit my post when i find it.
03/07/2010 20:48 magewarior2#3
very simple, Its the cq_generator, no need to look in database for that :bandit:

add them in the cq_generator ....

or do we need to make a script for this? lol
03/07/2010 20:51 ~WARNING~#4
All you would need(in this case) is a SQL query example.

Let me write a quick one

EDIT:

Code:
INSERT INTO `cq_generator` VALUES ('6040037', '6000', '0281', '0839',  '0032', '0026', '0010', '0025', '0010', '6040', '0000', '0000', '0000',  '0000', '0000');
Lets explain this a bit(so you can understand it easier)

6040037 is the ID inside the cq_generator table, no 2 rows can have the same ID.
6000 is the map ID, 6000 would be the Volcano.
281 839 is the range where your monster will be born
32 26 is the bound cy axis, it determines exactly what spot the monster will spawn
10 again, is the range where your monster will be born(respawn)
6040 is the monster ID
03/07/2010 21:12 magewarior2#5
Add this in your cq_generator

Code:
INSERT INTO `cq_generator` VALUES (5400141, 5400, 0059, 0394, 0005, 0005, 0005, 0025, 0010, 5400, 0000, 0000, 0000, 0000, 0000);
INSERT INTO `cq_generator` VALUES (5400142, 5400, 0067, 0384, 0005, 0005, 0005, 0025, 0010, 5400, 0000, 0000, 0000, 0000, 0000);
INSERT INTO `cq_generator` VALUES (5400143, 5400, 0097, 0376, 0010, 0010, 0010, 0025, 0010, 5400, 0000, 0000, 0000, 0000, 0000);
INSERT INTO `cq_generator` VALUES (5400144, 5400, 0092, 0344, 0010, 0010, 0010, 0025, 0010, 5400, 0000, 0000, 0000, 0000, 0000);
INSERT INTO `cq_generator` VALUES (5400145, 5400, 0106, 0325, 0010, 0010, 0010, 0025, 0010, 5400, 0000, 0000, 0000, 0000, 0000);
INSERT INTO `cq_generator` VALUES (5400146, 5400, 0083, 0301, 0005, 0005, 0005, 0025, 0010, 5400, 0000, 0000, 0000, 0000, 0000);

Or download the script

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

It spawns HimalayanYeti (or MageDoDo in some servers xD)
03/10/2010 07:33 marii2#6
Thanks Thanks ....
Test Approved 100% Thanks