Page 2 of 2

Re: Hunting Zherlthsh (technology: wrong actor recognition)

Posted: 25 Apr 2010, 22:29
by iamanoob
how could openkore know this?.. xD
also with teh phendark npc xD
if also on teh client, its an attack pointer not like when you are about to talk to an npc
that a npc bubble pointer show up (...)

in my opinion, maybe teleport or put ai off or disable attacks on this automacro location... xD

Code: Select all

location gl_prison 20 60 60 20
if teh npc is at 40, 40 and if the client sight or the max client sight view is 20 xD

Code: Select all

location <map name> <lowerX higherY higherX lowerY>

Re: Hunting Zherlthsh (technology: wrong actor recognition)

Posted: 08 Sep 2010, 23:10
by Technology
A while ago eA implemented the actor type field in the packet.
search for function clif_bl_type in this diff of eA in google code

and lol
Technology wrote:So, lets look in the kRO serverType's history, (Sakexe_2007_11_06a)
bingo, they added a new flag to the actor packets when merc/homun came out.
the 'object_type' parameter.
eA google code wrote:#if PACKETVER >= 20071106
So if anyone is interested in refactoring the code so it can handle both the old & new way of actor recognition...
You are welcome to do so. :P