Search found 107 matches

by Virtuoso65
Sat Jun 25, 2005 4:59 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Simple Twist v2.5 unlimited song twist
Replies: 22
Views: 11408

I wrote this long before Melody was put in and this macro is still far superior to the limited ability of SoE's version.

Like Crazybard I too have quit, and I agree, any code I have posted is imo public domain.
by Virtuoso65
Tue May 31, 2005 11:42 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Simple Twist v2.5 unlimited song twist
Replies: 22
Views: 11408

Glad you like it, the macro has served me well in the downtimes when structs were broken enough to cause MQ2Twist to fail.
by Virtuoso65
Wed Apr 13, 2005 11:22 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 419
Views: 173632

The sit/stand problem happened only in specific places like MPG and RS where mobs could be on the other side of a wall or under/above you.
by Virtuoso65
Fri Apr 08, 2005 10:50 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 419
Views: 173632

The sitting code in this mac is well crap for the most part so I rewrote it a while ago. With this you can get rid of the redundent sit code that ended up causing the cleric to sit/stand/sit/stand over and over at specific life% and mob range. Sub MedTime :oomwait /call CheckEvents /If ((${FindItem[...
by Virtuoso65
Tue Mar 01, 2005 11:07 am
Forum: MQ2::Help
Topic: Increase the melee hit range
Replies: 7
Views: 3104

The messages are filtered serverside to a specific range.
by Virtuoso65
Mon Feb 28, 2005 12:58 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Spell/Song Trainer 1.0
Replies: 15
Views: 6220

Very few bard songs require the instrument to equipped, the only two ones that are really used would be songs like invis and hos.
by Virtuoso65
Sun Jan 30, 2005 11:40 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 116322

So I wanted to speed this macro up a bit and cut down on the junk looting and risk of destroying stuff. In the HunterLoot.ini instead of using the loots name use the loots ID. This now also uses MQ2MoveUtils for combat movement. Sub Main |------------------------------------------------------------ ...
by Virtuoso65
Mon Jan 24, 2005 12:22 am
Forum: MQ2::Help
Topic: my two cents ( because this is a free country )
Replies: 12
Views: 4027

You will get flamed if: You ask for help before searching for the topic you seek an answer to. You ask for help on a subject already covered in a sticky. You ask for someone to basicly do "it" what ever it may be for you before you try it your self. You ask for pre-compiled anything. You a...
by Virtuoso65
Thu Jan 20, 2005 3:59 am
Forum: MQ2::General
Topic: Stopping window lag via blocking constant INI file writes
Replies: 24
Views: 7480

I noticed something strange, as soon as I stopped using IE I stopped having problems with virus and spy ware. Running a background AVG program is imo a bit overkill. If you are having that many problems with virus etc then maybe its something your doing. If you are not using FireFox then I would sug...
by Virtuoso65
Wed Jan 19, 2005 11:54 am
Forum: MQ2::General
Topic: Stopping window lag via blocking constant INI file writes
Replies: 24
Views: 7480

You should defrag and scandisc your HD if simple read/writes are causing slowdown for you. If this doesnt solve it then you have bigger problems looming like a failing HD.
by Virtuoso65
Mon Jan 10, 2005 4:50 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 419
Views: 173632

Me.Casting didnt work properly for a while thats why he used the window check.
by Virtuoso65
Mon Jan 03, 2005 11:19 am
Forum: MQ2::General
Topic: SOE comment about hacking
Replies: 22
Views: 9619

Everyone should have one of these on them basicly all the time, 10 Dose Gate Potion .
by Virtuoso65
Fri Dec 31, 2004 2:22 am
Forum: MQ2::General
Topic: SOE comment about hacking
Replies: 22
Views: 9619

SoE might figure out some special code to reduce hacking but they will never be able to prevent it. Most of what MQ2 does is just read information that has to be sent to the client for the user anyway. Its not like we are magically pulling the information out of our asses, its there for all to see a...
by Virtuoso65
Thu Dec 16, 2004 12:11 am
Forum: MQ2::Macros::Help
Topic: pet help
Replies: 3
Views: 1381

Why not just have a check for ${Me.Pet.ID} to trigger your sub like..

/if (!${Me.Pet.ID}) /call repetsub
by Virtuoso65
Tue Dec 14, 2004 1:50 am
Forum: MQ2::Help
Topic: Checking what items mob has on it. Myth?
Replies: 53
Views: 5136

A long long time ago loot information was part of the spawn structure, this was changed some time in 1999 if i remember correctly. Currently the item drop is figured out on the death of the npc. I heard rumor that there was a way to refresh skills instatly earlier this year but afiak it was fixed ri...