[Help] How to Implement items in LOTF

08/16/2009 10:05 jd817#1
How do i Implement items in LOTF?:mofo:
08/16/2009 10:30 AndreaCo#2
what do u mean by implement items
08/16/2009 10:32 TehPwnzor#3
there are like 3 guides on this
08/16/2009 10:42 jd817#4
can u give me a link?
08/16/2009 10:50 TehPwnzor#5
#search
08/16/2009 11:31 jd817#6
i mean like mana pots and stuff???
08/16/2009 11:47 f0am#7
well for me its

lets pretend manapot id = 555;

case 555:
{
if (CurMP > MaxMp
CurMp = MaxMp

CurMP += 1000;
SendPacket(); // idk the mana packet atm i dun wan open source :D
break;
}
08/16/2009 11:57 TehPwnzor#8
mana packet is 2
08/16/2009 12:22 f0am#9
xD ik what it is trying not to give it all away ffs.
08/16/2009 20:49 jd817#10
is there a guide on dis?
08/16/2009 22:10 TehPwnzor#11
i just said there are like3 guides