Forum
CS2D Mods CS2DTibia - RPG1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[1532] = { name = "Best Ice", desc = "It requires you to hold it with two hands.", r = 250, g = 250, b = 250, action = "equip", slot = 3, twohand = true, eimage = "gfx/weiwen/ice_bow.png", fimage = "gfx/weiwen/ice_bow.png", offsety = 9, equip = 34, atk = 0.5, speed = -2.5, func = equip, },
Blue Crossbow
open monster.lua in sys/lua/cs2dtibia/
copy a monster and edit ! ( health,name,speed,atk_speed,img,spawn, ... )
'local SPAWNS = {
FULLMAP = {{0, 0}, {150, 150}},
BOTTOMHALF = {{0, 100}, {150, 150}},
ONIXCAVE = {{165, 30}, {184, 48}},
"
I just need to know how to create a new spawn in that location:
172/7 - tile position ...
which part of the "monster" I edit?
I'm sorry any inconvenience.
And every time I open my server the screen turns blue if I try to create a new place of spawn ...
tuliomasson has written
And every time I open my server the screen turns blue if I try to create a new place of spawn ...
That's Weiwen's script saying ur doin it wrong.