Go Back   EQ2Flames Forum > Information and Resources > EQ2 Fan Site and Resource Provider Forums > Advanced Combat Tracker Forums > Plugin Discussion

Reply
 
LinkBack Thread Tools
Old 10-04-2008, 09:48 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Single/Double Attack detection/notification v1.0.3.5

Download

Does simple detection of double attacks in real time (1st person only). Imported logs will not work.

Can be set to beep or play a WAV file on detection of single or double attack separately.
Shows the number of attempts, number of attacks, number of single attacks and number of double attacks as simple statistics.

Changes since v1.0.1.2
Tries to ignore pets named after you.

Changes since v1.0.1.1
ACT v2.6.0 compatibility fix.

Changes since v1.0.0.0
Added audio options for single attacks. (Old config files will be reset)
ACT's log file will be forced to poll as often as the double attack sensitivity option.
EQAditu is offline   Reply With Quote
Old 10-20-2008, 05:18 PM  
Sucky DPS since '05.
 
Character: Meridia
Server: Lucan D'Lere

Posts: 37
Photos: (0)

Default Re: Single/Double Attack detection/notification v1.0.3.5

how do you set this thing up?
syntax_error is offline   Reply With Quote
Old 10-21-2008, 03:04 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Single/Double Attack detection/notification v1.0.3.5

Okay, I guess I'll respond with as many words as you used to ask. What part are you getting stuck on?
EQAditu is offline   Reply With Quote
Old 11-04-2008, 05:21 AM  
Yah
 
Ambi's Avatar
 
Character: Penguo Infuego
Guild: COD:MW2
Server: 360

Posts: 293
Photos: (0)

Send a message via AIM to Ambi Send a message via MSN to Ambi
Default Re: Single/Double Attack detection/notification v1.0.3.5

I might be an idiot making a simple mistake, but can't get the plugin to work. Everytime I check the Enable box, I'm given the following error.

There were errors compiling the plugin source file.

What did I mess up?

EDIT: Haha, sorry Aditu, browsed your site forums, realised I wasn't using the newest version. Thanks nonetheless.

Last edited by Ambi; 11-04-2008 at 05:26 AM.
Ambi is offline   Reply With Quote
Old 11-04-2008, 09:51 AM  
Brigand Forum Mod
 
Johnathon's Avatar
 
Character: Devastatin
Guild: Elysium
Server: Crushbone

Posts: 2,349
Photos: (81)

Default Re: Single/Double Attack detection/notification v1.0.3.5

Also, if you have vista. it wont compile unless you give yourself either general write access to the directory or run the program as administrator.

The safest thing she can do to make it so Vista people don't always have to run the program in admin mode, is to make the *.cs files compile in the users %temp% directory.

Code:
using System.IO;
public static string tempPath = Path.GetTempPath();
I think you need system.io, but its a bit fuzzy on what exact one i needed.
__________________
MyBrute

Johnathon is offline   Reply With Quote
Old 11-04-2008, 09:10 PM  
Lil Newbie
 
Character: Imaef
Guild: Magicandmight
Server: nejena

Posts: 6
Photos: (0)

Default Re: Single/Double Attack detection/notification v1.0.3.5

"There were errors compiling the plugin source file."



Im getting this same exact error. Have been for about 2 weeks now. The plugin was working fine for me until i updated ACT to the newest version.

Im running Vista ultimate 64 under full admin rights. i have full controll of the OS and im still getting this error.

And like i said i have been useing this plugin for months then as soon as i updated ACT bam no go.

I even tryed the Harvesting plugin for the hell of it and get the same error "There were errors compiling the plugin source file."

Any suggestions? And pls don't say its vista cause its not.

Thanks.
Imaef is offline   Reply With Quote
Old 11-04-2008, 09:24 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Single/Double Attack detection/notification v1.0.3.5

Quoting the message box is all very nice, but what does the Plugin Info panel say? That's where the actual error is listed.
EQAditu is offline   Reply With Quote
Old 11-05-2008, 08:00 PM  
Lil Newbie
 
Character: Imaef
Guild: Magicandmight
Server: nejena

Posts: 6
Photos: (0)

Default Re: Single/Double Attack detection/notification v1.0.3.5

Yeah i actually thought about posting that info today when i was at work

Anyways this is what the plugin info window says when i try to load the plugin.

Double Attack.cs
Line: 0 - (CS1583) 'c:\Program Files (x86)\Advanced Combat Tracker\Temp\CSCB402.tmp' is not a valid Win32 resource file
Imaef is offline   Reply With Quote
Old 11-05-2008, 09:53 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Single/Double Attack detection/notification v1.0.3.5

Well, it's either an issue with the .NET Framework you have installed, (CSC is the C# compiler), or it's Vista regardless of what you claim.

ACT does not implicitly create files named like that. So something about the compiler is doing so and failing.

Error CS1583 suggests that I'm trying to add a Win32 resource, but I certainly am not. I'm not using that compiler option at all and never have.

Last edited by EQAditu; 11-05-2008 at 10:16 PM.
EQAditu is offline   Reply With Quote
Old 11-06-2008, 11:47 AM  
Brigand Forum Mod
 
Johnathon's Avatar
 
Character: Devastatin
Guild: Elysium
Server: Crushbone

Posts: 2,349
Photos: (81)

Default Re: Single/Double Attack detection/notification v1.0.3.5

Bet a dollar they are not right clicking ACT and clicking run as administrator.
__________________
MyBrute

Johnathon is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are On


Sponsor Ads


All times are GMT -4. The time now is 09:19 AM.


Design By: Miner Skinz.com Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifications by TMS