Search found 9 matches

by Xdev
Sun Mar 06, 2005 2:31 am
Forum: MQ2::Help
Topic: Spawn ID in eqlogs
Replies: 49
Views: 6399

Lax wrote:You cant. To do that, you have to handle packets or the functions that process them to log to chat.
Yeah, i understand that, but is it something that is already covered in the MQ2 API ?
by Xdev
Sat Mar 05, 2005 7:35 pm
Forum: MQ2::Help
Topic: Spawn ID in eqlogs
Replies: 49
Views: 6399

Zeus wrote:Parse chat and write to an output file the info in the format you want.
I can't do that... if i have NPCs with SAME name, how do i get to know which spawn id they really are ??
by Xdev
Sat Mar 05, 2005 11:48 am
Forum: MQ2::Help
Topic: Spawn ID in eqlogs
Replies: 49
Views: 6399

/bump

Anyway to get battlespam callbacks with attacker spawn id, action, dmg and the spawn id that was attacked ?
by Xdev
Thu Mar 03, 2005 7:20 pm
Forum: MQ2::Help
Topic: Spawn ID in eqlogs
Replies: 49
Views: 6399

Is there any way to get melee battel spam other then parse on OnWriteChatColor ?
I can not get the spawn id of the pc / npc that did the dmg by parsing this....

i can look for the spawn with that name... but it will be just a guess if more then one spawn with the same name.

Any ideas ?
by Xdev
Tue Mar 01, 2005 8:01 pm
Forum: MQ2::Help
Topic: Increase the melee hit range
Replies: 7
Views: 3454

Yeah, that makes sense after some thought. What you could possibly to, however, is figure out what that exact range is then just fool the server into thinking you are in that range, or using MQ2MoveUtils /stick to actually stay in that range. Hehe... well.. if i do that, i will also get hit by the ...
by Xdev
Tue Mar 01, 2005 7:58 pm
Forum: MQ2::Help
Topic: Spawn ID in eqlogs
Replies: 49
Views: 6399

Yeah, like i thought...

Is there any way to get most of the information that go to the logs via the MQ2 API and make alternate log ?
by Xdev
Tue Mar 01, 2005 6:27 am
Forum: MQ2::Help
Topic: Spawn ID in eqlogs
Replies: 49
Views: 6399

Spawn ID in eqlogs

Is there a way to control the eq log ? For example: 1. i want to add near each mob / player name the sapwn ID. 2. i want to add to the log the spawn entries. something like: [Sun Feb 27 23:32:31 2005] Spawn: A spider (sid: 34) [Sun Feb 27 23:32:35 2005] A spider (sid: 34) hits Nukeme (sid: 12) for 1...
by Xdev
Tue Mar 01, 2005 6:22 am
Forum: MQ2::Help
Topic: Increase the melee hit range
Replies: 7
Views: 3454

the EQ client is not telling the server which radius of dmg updates he want to see ?
by Xdev
Tue Mar 01, 2005 5:26 am
Forum: MQ2::Help
Topic: Increase the melee hit range
Replies: 7
Views: 3454

Increase the melee hit range

Normal EQ only show you melee hits while you in like range of 50 from the mob.

Is there any way to increase this range with MQ2 API ?