| Author |
Topic:
Spam Free ToD - Decal update [Locked] |
|
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
|
Currently we expect all methods in ACHooks to be available. Since how specific memlocs usage may change we will be providing access to them through ACHooks so that the implementation can change without breaking plugins.
|
-Gol- Posts: 93
Registered:
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
|
I just checked the Skunkworks source (since it's open). It uses QueryMemloc extensively.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
|
Checked and the only ones I used were...
The 4 mouse ones
Castspell
CurrentItem1 & 2
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
|
ACTool also open source. In addition to the Win9x mouse memlocs, it uses these 3:
PrevRequest (aka ItemBusyState)
RootViewKeyTarget (aka ChatState)
PointerWidth (aka PointerState)
PointerWidth is probably the most needed, since change in cursor state is used to determine completion of spell casting, tinkering, alch/cook/fletch actions.
|
YewWanSum Posts: 102
Registered: 2001-6-20 22:45:36
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
Robochef uses a similar method for craft interaction completion detection using ACHooks.PointerState and BusyState, but no QueryMemlocs. Loot Tracker has no memlocs. Both programs read and act on raw packets via net_echo.
-----signature-----
Current developer of Mob Tracker (mobtracker.yewsplugins.com)
Current developer of Rare Tracker(raretracker.yewsplugins.com)
Current developer of Craft Bot(craftbot.yewsplugins.com)
Email:yew@yewsplugins.com
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
Bandit plugins are using the following:
catching events: OnSelectItem, ObjectDestroyed, OnCommandLineText, OnToolText
using properties: CurrentSelection, ChatState, ItemIsKnown
Calling functions: GetFellowStats, SelectItem, UseItemEx, SendTell, RequestID
I am also doing ALOT of protocol parsing thru NetEcho in BS/2
-----signature-----
Retired
lvl 126(AC), lvl49(AC2), lvl28(AO), lvl 12(HZ), lvl 49(WoW)
Bandits Reborn: http://www.banditsreborn.com
My AC1/AO/HZ utilities: http://www.banditsreborn.com/banditutils.htm
When 20,000 posts you reach, look as good you will not
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
Gouru posted:
First public release will be via #acdev as usual.
I believe that's via mIrc isn't it? And if so what server do you connect to in order to visit that room?
Forgive me if this is a redundant question, I've never seen it posted anywhere, and I'm old and senile.
Thanks
|
bow-SC Title: Tetrarch
Posts: 34
Registered: 2003-3-3 21:06:31
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
Quote: Bearforce1 posted on 7/26/05 7:42pm MT_Gouru posted:
First public release will be via #acdev as usual. quote]
I believe that's via mIrc isn't it? And if so what server do you connect to in order to visit that room?
Forgive me if this is a redundant question, I've never seen it posted anywhere, and I'm old and senile.
Thanks
I believe their policy is 'If you have to ask, we aren't telling you'
-----signature-----
"Quickly! To the Drama Cave!" - Mortanis
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
bow-SC posted:
Quote: Bearforce1 posted on 7/26/05 7:42pm MT_Gouru posted:
First public release will be via #acdev as usual. quote]
I believe that's via mIrc isn't it? And if so what server do you connect to in order to visit that room?
Forgive me if this is a redundant question, I've never seen it posted anywhere, and I'm old and senile.
Thanks
I believe their policy is 'If you have to ask, we aren't telling you'
My luck for being stupid and not computer savvy.. oh well, live and learn.
Thanks though
|
Arch_Magi Title: The Lord of Chaos
Posts: 827
Registered: 2002-10-31 14:31:20
|
Date Posted:
1/1/00 12:00am
Subject:
Spam Free ToD - Decal update |
bow-SC posted:
Quote: Bearforce1 posted on 7/26/05 7:42pm MT_Gouru posted:
First public release will be via #acdev as usual. quote]
I believe that's via mIrc isn't it? And if so what server do you connect to in order to visit that room?
Forgive me if this is a redundant question, I've never seen it posted anywhere, and I'm old and senile.
Thanks
I believe their policy is 'If you have to ask, we aren't telling you'
Yeah, which makes this statement comepletely meaningless ...
MT_Gouru posted:
Or is it the status in the logon to #acdev that you are referring to?
|
|