| Author |
Topic:
Mag-tools [Locked] |
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
|
I'm really liking the auto-chest loot feature. Makes looting MFK chests a heck of a lot easier. It used to be pure tedium to loot any large number of MFK pulls, but now with Mag-Tools it's a snap. Well done!
Any progress on the tracking of aetheria surges?
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
|
No progress yet on the aetheria.
New mag-tools up:
More death message filters added.
Improved the autostack subprocess of Inventory Packer. This also fixes the rare bug where autopack locks up until you click on another item.
Added window frame remover and persistant window form positioner:
Remove Window Frame On Login: Removes the windows title bar and window frame from the AC Client.
AC Client Positioner
Allows you to set a persistent spot on your desktop where a particular account@server belongs.
Makes it easy to position your clients in a tile or cascade manner.
Has separate settings cross server for those that play the same account on other servers.
Use the buttons on the Misc tab to set or delete a position.
Can be used on conjunction with Remove Window Frame On Login.
For fine tuning manually edit the My Documents\Decal Plugins\Mag-Tools\Mag-Tools.xml
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
|
Any possibility of adding an option to filer out bot spam? Specifically, tradebots have -t- at the end of each spam, and buffbots have -b-. Filtering both of those would be great.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
|
That's already in there.
"Filter Trade/Buff Bot Spam"
|
Spindar Posts: 13
Registered: 2001-12-20 17:54:08
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
Just a few requests, thanks for all the work you've been doing
Filter kill task complete messages? ie. " ou have killed 50 Drudge Raveners! Your task is complete!" Format always looks like: You have killed x string "exclamation point" Your task is complete!
How about a decimal value for Mag/Mis D? 3.5% currently IDs as 3%
Could you include Minor/Major/Epic Impenetrability on ID information?
-----signature-----
Note to self: Stop manipulating me.
Illusions on the surface create violent stirrings in the depths below. -@
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
Mag-nus posted:
That's already in there.
"Filter Trade/Buff Bot Spam"
Awesome, had no idea you'd added that. Thanks much!
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
Spindar posted:
Just a few requests, thanks for all the work you've been doing
Filter kill task complete messages? ie. " ou have killed 50 Drudge Raveners! Your task is complete!" Format always looks like: You have killed x string "exclamation point" Your task is complete!
How about a decimal value for Mag/Mis D? 3.5% currently IDs as 3%
Could you include Minor/Major/Epic Impenetrability on ID information?
1.0.7.4 up with those fixes.
I also added cntrl+p as a virindi hotkey to trigger inventory packer.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
Here's the pic of the windows frame removed from the AC client:
http://i3.codeplex.com/Download?ProjectName=magtools&DownloadId=289443
You can use this for either a full screen windowed mode, or to tile/cascade a bunch of AC clients over the desktop without the extra clutter of the windows frame.
1.0.7.5 has someone tried and failed to assess you filter.
|
Spindar Posts: 13
Registered: 2001-12-20 17:54:08
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
I no longer run Alinco3, and now I find myself occasionally missing monster/player ID output.
Output looked like: Spindar the Mage, Level 275, 451/451
Is that something you would consider adding to mag-tools?
-----signature-----
Note to self: Stop manipulating me.
Illusions on the surface create violent stirrings in the depths below. -@
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Mag-tools |
|
ahh i actually filtered monster/player ID output.
Next ver will have those avail.
Here is the list of thigns I filter when you right click something:
if (e.Changed.ObjectClass == ObjectClass.Corpse ||
e.Changed.ObjectClass == ObjectClass.Door ||
e.Changed.ObjectClass == ObjectClass.Foci ||
e.Changed.ObjectClass == ObjectClass.Housing ||
e.Changed.ObjectClass == ObjectClass.Lifestone ||
e.Changed.ObjectClass == ObjectClass.Npc ||
e.Changed.ObjectClass == ObjectClass.Portal ||
e.Changed.ObjectClass == ObjectClass.Vendor)
return;
|
|