Angel Of Death
Rise Of Tibia ServerOwner
- Joined
- Mar 12, 2012
- Messages
- 91
- Reaction score
- 0
this works
with one item on soil
this doesnt work
with more than one item on soil
with one item on soil
LUA:
local cfg = {
level = 0,
soul = 0,
Mon = "Rat",
Lx = "You do not meet the level required to plow the land.",
Sx = "You do not have enough soul to plow the land.",
soil = 4526,
grass = 103
}
this doesnt work
with more than one item on soil
LUA:
local cfg = {
level = 0,
soul = 0,
Mon = "Rat",
Lx = "You do not meet the level required to plow the land.",
Sx = "You do not have enough soul to plow the land.",
soil = 4533, 4526, 4536,
grass = 103
}