if any1 still have "Quick Spawn Creator" by [HOAX]Salvation
plz post for me thnax u !
i use search but dl link dont work! ^^
plz post for me thnax u !
i use search but dl link dont work! ^^
if any1 still have "Quick Spawn Creator" by [HOAX]Salvation
plz post for me thnax u !
i use search but dl link dont work! ^^
puppi said:- index: the index we gave the mob in InitMonster.
- map: the map where it will spawn (0 is outside)
- area: unique index for the spawn
- max: max number of mobs spawned at a time
- cycle: how long will it take to respawn when 1 mob is killed. 1 is instant, higher number -> longer wait
- rect: this is a rectangle that defines the spawn area. The numbers are coordinates of the corners of the rectangle (x,y, x2,y2).
Bodonko said:Lets say s/w = (257925 276013 16966) and n/e = (258648 276331 16811)
Now how to get (rect x y x2 y2) out of this coordinates?
Easy, take the first number of s/w coord. and divide it by 32 = x
Second number of s/w divided by 32 = y
First number of n/e divided by 32 = x2
Second number of n/e divided by 32 = y2
So the coordinates for the spawn rectangle would be:
(rect 8060 8625 8082 8635)