Using bitwise ops, the local NpcId is derived like this:
local LocalNpcId = ( NpcId - bit32.lshift( ZoneId, 12 ) - 0x1000000 );
So, just reverse it.
local NpcId = ( LocalNpcId + bit32.lshift( ZoneId, 12 ) + 0x1000000 );
can someone script ground tombs in
Re: can someone script ground tombs in
Seems it is not the case. I just pulled to be sure I had the latest version and I still see lots of wrong named tomesgedads wrote:all names should be changed to grounds_tome now. to get the id, polutils can help you i think
I will edit the SQL and add it to my branch to make sure we have them all.
I *am* missing all the event Id. I can find the text from pol utils, but not sure where to find the event id ?
EDIT: I answered my own question by actually trying to find the answer https://wiki.dspt.info/index.php/Event_IDs
Re: can someone script ground tombs in
[removed]
Last edited by altalus on Wed Mar 05, 2014 9:07 am, edited 1 time in total.
Re: can someone script ground tombs in
New post in the bugs section: viewtopic.php?f=15&t=1911