Please how to add new monsters on new tiles?
On weiwen's map there are no enough monsters to kill
so that is the reason i wan't to know how to add some monsters
Tnx for reading hope i will get some help soon
Mods
Cs2d Tibia :|
Cs2d Tibia :|
1

Please how to add new monsters on new tiles?
On weiwen's map there are no enough monsters to kill
so that is the reason i wan't to know how to add some monsters
Tnx for reading hope i will get some help soon
Yates I tried to make some new monsters but i don't know how to do it, the reason is that i don't know wath are the meaning in this for example:CONFIG.MONSTERS =
	{
		name = 'Bulbasaur', health = 100, image = 'gfx/weiwen/pokemon/1.png', scalex = 2, scaley = 2, r = 136, g = 224, b = 32,
		atk = 1.9, def = 2.1, spd = 6, atkspd = 8, x = 0, y = 0, ang = 0, imgang = 0, runat = 10,
		spawnchance = {['rpg_mapb'] = {100}},
		spawn = {
			['rpg_mapb'] = {SPAWNS.BOTTOMHALF}
		},
		exp = 15, money = 100, loot = {{chance = 5000, id = 102}, {chance = 250, id = 221}},
		spc = {1500, function(self)
			radiusmsg("Bulbasaur casts heal!", self.x, self.y)
			parse("effect \"colorsmoke\" " .. self.x .. " " .. self.y .. " 5 5 255 255 255")
		end},
	}
So wath do i have to know from all this stuff?
Give me a tutorial on wath they mean spc = {}
If there is something wrong with the details I have given please correct me.
Yates: I am done with the monsters
Yates: Alright i will try....but i got a question
do you know how to add pvp zones? i tried to make i made something like this PVPZONE = {{xxx,xxx},{xxx,xxx}}
Yates: Look wath i find : http://www.youtube.com/watch?v=U4YKUpzVJ5Y&feature=related
this is so nice tibia script
1
