Log in

View Full Version : CreatureLight



klusbert
12-22-2016, 12:29
Hello blackD first of all would I like to thank you for all the work you put into tibia 11.

Anyway..This is actually a suggestion about lighthack. I know you do the lighthack on tibia 11 using battlelist.
Well this is good and but if you are a palladin your light will flash everytime you attack a creature.

So what do you think about this idea?



Case 0x8d:
uint creatureID = msg.GetUInt32();
byte Instense= msg.GetByte();
byte Color= msg.GetByte();
If(CreatureID == PlayerId)
{
Instense = 255;
Color = 27;
}


Break;



I tried this on tibia10 so it is working :)