Search found 449 matches

by Fippy
Tue Nov 02, 2004 6:48 am
Forum: Games::EQ2
Topic: Respect
Replies: 19
Views: 13153

Oops that ^ was me forgot to log in.
by Fippy
Mon Sep 20, 2004 4:24 am
Forum: MQ2::Help
Topic: text to mac file
Replies: 9
Views: 2497

err just rename it.
by Fippy
Fri Sep 17, 2004 7:40 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: bash.mac
Replies: 7
Views: 3607

If you add

Code: Select all

(${String[${InvSlot[offhand].Item.Type}].Equal["Shield"]})
into the /if check the ability is ready for bash then you dont have to bother with events.
by Fippy
Thu Sep 16, 2004 11:26 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

Why not just put some code in the main loop that checks the cursor and if you have summond food or drink on it autoinv it.
by Fippy
Fri Sep 10, 2004 10:50 am
Forum: MQ2::Macros::Help
Topic: Dynamic Pathing Macro Development
Replies: 21
Views: 10502

This got me interested so I did some more reading about pathing algorithms and its seems a type of A* would work quite well. The tough bit will be making the lists of nodes to path along. I am looking at the possibilty of using the in game map editor to add paths onto layer 3 but i am not sure just ...
by Fippy
Wed Sep 08, 2004 5:06 pm
Forum: MQ2::Help
Topic: EQ pauses
Replies: 4
Views: 1234

aye I had the same problem too some virus scanners let you set a directory to exclude which might work for you. Mine dont so i just unload it.
by Fippy
Wed Sep 08, 2004 9:54 am
Forum: MQ2::General
Topic: South Karana Timers
Replies: 12
Views: 4602

If you have found the placeholder for quill then you should know the loc is it not just a case of camping thqt loc and killing every mob that pop's ?
by Fippy
Wed Sep 08, 2004 6:34 am
Forum: MQ2::Macros::Help
Topic: Dynamic Pathing Macro Development
Replies: 21
Views: 10502

yeah as sparr said nodes either side of a wall are not connected so you wouldnt try to walk through it. A* is an algorithm for finding the shortest path in a list of nodes so the idea you have presented (having lists of nodes) is basically the same, its just that A* is a well developed algorithm for...
by Fippy
Tue Sep 07, 2004 5:52 pm
Forum: MQ2::Macros::Help
Topic: Dynamic Pathing Macro Development
Replies: 21
Views: 10502

Just a though but have you checked out the a* algorithm for pathing. I did some thinking about pathing about a month ago and it seemed like a 2 tier a* algoritm would do the job. By 2 tier I mean you would have two seperate grids defined for a zone. one with very large spaces which would be the majo...
by Fippy
Tue Sep 07, 2004 1:26 pm
Forum: MQ2::General
Topic: South Karana Timers
Replies: 12
Views: 4602

Quillmane aint on a timer hes just a rare spawn.
by Fippy
Tue Sep 07, 2004 5:23 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

OK buffing too early is definately not a genbot problem its an MQ problem. Heres my bug report. http://www.macroquest2.com/phpBB2/viewt ... 6741#66741

If anybody else has this problem can they test it too and post results.
by Fippy
Mon Sep 06, 2004 6:06 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

Nightshift when you notice it start to cast buffs early do a /echo ${Spell[NameofSpell].Duration.TotalSeconds} and see if that value matches up to the duration it tells you when you right click on the same spell.
by Fippy
Mon Sep 06, 2004 4:58 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

OK seems like there isnt a bug with buff recasting it is getting it spot on. However what is happening is the wrong duration is being given by ${Spell[].Duration.TotalSeconds} which is odd because it starts off ok but then at some point it starts to give the wrong figure. Unloading and reloading MQ ...
by Fippy
Sun Sep 05, 2004 6:12 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

No I dont have that as it happens and the weird thing is if I do a bufflist the buffs and timings it reports are correct.
by Fippy
Sun Sep 05, 2004 5:15 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

I am having a problem with buffs getting recast early. At first it was just due to extended duration buffs becasue of my prayer shawl but I tried taking it off and I am still having problems basically buffs seem to be getting recast when they are about 50% of the way through. Anybody else seeing thi...