AND SORRY FOR MY ENGLISH
Forum
Trash hi i got p r o b l e m in tibia when uhi i got p r o b l e m in tibia when u
5 replies 1
AND SORRY FOR MY ENGLISH
Just go to monsters.lua and find this:
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("attack", "MONSTERattack") function MONSTERattack(id) 	if gettile(PLAYERS[id].x, PLAYERS[id].y).SAFE then 		return 	end 	if inarray({400, 401, 402, 403, 404}, PLAYERS[id].Equipment[7]) then 		message(id, "You may not attack on a horse.") 		return 	end
Just remove the 400, 401, 402, 403, 404 from the inarray, should work then.
1