Tibia - Monster do not attack.
5 replies



21.10.17 05:45:45 pm
Hello guys!
I have a problem with function HIT in my "tibia" remake.
Monsters in my remake don't make any damage.
Console: http://i68.tinypic.com/vct576.png
EXPHit
monster.lua553:
monster.lua451
I have a problem with function HIT in my "tibia" remake.
Monsters in my remake don't make any damage.
Console: http://i68.tinypic.com/vct576.png
EXPHit
monster.lua553:
monster.lua451
What did you change? Regardless, there's no way that this kind of errors come up the console if you didn't.
Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework


Well then, can you exactly tell me which lines got an error by looking at the console?
Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework


Judging from the error messages, I will assume that your wrapper.lua is corrupted (I have already reported this problem).
Get the original one from the previous version here, remove line 193-195, which should be this (because this conflicts with
map):
then let us know if the problem persists.
Get the original one from the previous version here, remove line 193-195, which should be this (because this conflicts with

Code:
function map(map)
parse("map "..map)
end
parse("map "..map)
end
then let us know if the problem persists.
edited 1×, last 19.05.19 07:11:12 am





