Originally Posted by
S4R4H
I guess you were trying to say that there are no response or blank chat when you clicked the npc's quest..
a packet will be send when you clicked the npc..
my assumption, there is a bit of code/value in the client that marks the 'unavailability to receive the quests' when you initiate the npc chat..
the code/value could be your char level:
level 60 > ms+3 quest requirement, therefore you could not get it
level 10 < lakia diamonds requirements, therefore you could not get it
or, it could be a simple 'switch'
0 > no way in hell you can have the quest
1 > please repeat the quests until you are dead bored
sadly, this is just a theory.. I have not done it nor testing it..
try it yourselves, capture the sent packets, analyze, tweak and hope for success..
by the way, there is a logging options in WPE to ease you analysis..
go to view > option > uncheck SendTo, Recv, RecvFrom
this way you can restricts the logging by only capturing packets sent from you..