Forum

> > Trash > hi i got p r o b l e m in tibia when u
Forums overviewTrash overviewLog in to reply

English hi i got p r o b l e m in tibia when u

5 replies
To the start Previous 1 Next To the start

closed moved hi i got p r o b l e m in tibia when u

Kantos
BANNED Off Offline

Quote
hi igot problem in tibia when u equip horse monsters cannot demage u how to fix it i want what u can die when u use horses ?:)



AND SORRY FOR MY ENGLISH

Admin/mod comment

trashed 4 fucking with the title limitations (p r o b l e m?)

old Re: hi i got p r o b l e m in tibia when u

sCy
User Off Offline

Quote
You mean you cant damage monsters?
Just go to monsters.lua and find this:
1
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.
To the start Previous 1 Next To the start
Log in to replyTrash overviewForums overview