Forum

> > Trash > hi i got p r o b l e m in tibia when u
ForenübersichtTrash-ÜbersichtEinloggen, um zu antworten

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

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

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

Kantos
BANNED Off Offline

Zitieren
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 Kommentar

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

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

sCy
User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenTrash-ÜbersichtForenübersicht