Npc drop and spoil info

Capheus

Vagabond
Customer
on some servers, when you target a mob, you can hover over the icons below it's name and see drop and spoil list. Can someone explain how this work? I am not asking for someone to give me exact guide, but a general idea of how it works. Is it with a custom interface and the server sends custom opcode? Is it static only on client side? (I am asking for interlude)

I know there is the shift + click solution already implemented.

Thanks in advance
 
you need to modify the targetwnd in the interface and usually what it does is it reads a file .ini that contains the whole droplist, if you want to do it 100% client-side. Otherwise just put a bypass in that button and make the server send it via html as always
 
Back
Top