Search found 43 matches

by Charisa
Wed Feb 10, 2010 2:01 pm
Forum: ISXEQ::Development::General
Topic: MoveUtils update
Replies: 8
Views: 5662

Hmmm, well the only thread I can find for that seems to have issues with these lines if ( ( ((long) (pChSpawn->CastingSpellID)) >= 0 && !(IsBardClass()) ) || (pChSpawn->StandState != STANDSTATE_STAND && pChSpawn->StandState != STANDSTATE_DUCK)|| pLPlayer->pCharInfo->Stunned==1) { spe...
by Charisa
Wed Feb 10, 2010 12:42 am
Forum: ISXEQ::Development::General
Topic: MoveUtils update
Replies: 8
Views: 5662

Is there actually a working copy of this and isxeqmelee hanging around somewhere?

The copies I found were compiled against old isdk's and the sources I can find won't compile (:.

Sorry if Im asking something stupid seems that there is much less out there for IS than ther ewas for MQ :(
by Charisa
Tue Feb 09, 2010 9:26 pm
Forum: ISXEQ::Help
Topic: Adding Extensions?
Replies: 58
Views: 2479

Sorry ignore my stupidity, if i Had actually tried the command I'd see that it seems to include isxeq files in there
by Charisa
Tue Feb 09, 2010 7:34 pm
Forum: ISXEQ::Help
Topic: Adding Extensions?
Replies: 58
Views: 2479

Adding Extensions?

Okay I was familliar with teh old mkplugin copying the files over and then compiling to compile a plugin in MQ.

How do I create the necessary files to create and compile an extension in IS?
by Charisa
Tue Feb 09, 2010 7:29 pm
Forum: ISXEQ::Help
Topic: Compiling ISXEQ using VS 2008 Express?
Replies: 4
Views: 2258

Disregard got it working other than isxeqchat and isxeqchatwnd crashing everything seems to work. :)
by Charisa
Tue Feb 09, 2010 4:14 am
Forum: ISXEQ::Help
Topic: Compiling ISXEQ using VS 2008 Express?
Replies: 4
Views: 2258

Okay I completed reinstalling VS C++ 2008, and tried to compile. Looks like what I am getting is uin the solution explorer ISXEQ.NET is showing as (unavailable) as is Solution items The actual error I get from Visual C++ 2008 is: "ISXEQ.NET.csproj cannot be opened because its project tyep (.csp...
by Charisa
Tue Feb 09, 2010 3:58 am
Forum: ISXEQ::Help
Topic: Compiling ISXEQ using VS 2008 Express?
Replies: 4
Views: 2258

Sorry finally got a chance to post the question when at work so didn't have direct access to the error message I was previously getting. I'm currently trying to reproduce it remotely however, now i can't even get back to the semi decent shape I was in. Basically what was happening was when I opened ...
by Charisa
Tue Feb 09, 2010 1:46 am
Forum: ISXEQ::Help
Topic: Compiling ISXEQ using VS 2008 Express?
Replies: 4
Views: 2258

Compiling ISXEQ using VS 2008 Express?

Okay my turn to be the stupid one asking for help compiling ISXEQ. I've searched and read about every forum article. I've searched through the WIKI, it seems others have been able to compile this under VS 2008 Express from some of the notes I'm seeing. The wiki specifically states VS .NET 2002 or la...
by Charisa
Tue Dec 20, 2005 1:54 pm
Forum: MQ2::Bug Reports
Topic: Compile error with MQ220051220 version
Replies: 63
Views: 1554

Compile error with MQ220051220 version

I know its just a warning, but got this one when compiling this morning and its one I've never seen, sounds like it could potentially be important? mq2main\mq2datatypes.cpp(3486) : warning C4715: 'MQ2ItemType::GetMember' : not all control paths return a value Is this a known issue that I can ignore ...
by Charisa
Mon Oct 17, 2005 5:49 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 162686

OMG, Die Genbot, DIE!

Lol and here i was such an avid lover of it, but it needs to die, AutoBot > GenBot.
by Charisa
Fri Oct 14, 2005 9:08 pm
Forum: MQ2::Macros::Requests
Topic: Barter Checker
Replies: 51
Views: 1223

Barter Checker

Well I've been attempting to do this most of the day and while I'm getting close, I'm having problems with notify not selecting items out of the list properly so maybe someone who knows how to do this better will have more luck :) Barter is nice, problem is it takes forever to check your items to se...
by Charisa
Wed Oct 05, 2005 3:10 pm
Forum: MQ2::Bug Reports
Topic: ${Me.CombatAbilityReady[Cyclone Blade]} Fails
Replies: 4
Views: 2319

${Me.CombatAbilityReady[Cyclone Blade]} Fails

I'm not sure whats causing it but its the only disc I've found that doesn't report correctly. ${Me.CombatAbility[CycloneBlade]} reports 22, and ${Me.CombatAbility[22]} reports cyclone blade, its just ${Me.CombatAbilityReady[]} and ${Me.CombatAbilityTimer[]} that fail for this one disc. I've checked ...
by Charisa
Tue Oct 04, 2005 4:08 am
Forum: MQ2::Custom UI
Topic: OLD THREAD: krust (UI, macro & plugin)
Replies: 407
Views: 127575

Hey gimp, first thank you 1000 times over for writing this UI, between it and your macro you inspired me to do some learning about things I hadn't done until this week (XML and writing plugins). Never thought I'd say thanks to someone for not providing a modification I asked for but it made me break...
by Charisa
Thu Sep 29, 2005 12:05 am
Forum: MQ2::Custom UI
Topic: Doing a < or > in an if within UI
Replies: 1
Views: 1348

Doing a < or > in an if within UI

Well lol after 2 hours battling it I figured out the error I am getting doing this is the UI is parsing out the > or the < and complaining about non matching tags. Does anyone know of any way to do a comparison for < or > within an ${If[]} statement within the UI? I was going to add some information...
by Charisa
Wed Sep 21, 2005 10:16 pm
Forum: MQ2::Custom UI
Topic: OLD THREAD: krust (UI, macro & plugin)
Replies: 407
Views: 127575

Holy Hell this UI/Macro/Plugin combination is incredible to say the least. Finally found something worth moving away from frequency for :) A quick question/suggestion though the only thing I see missing that I liked having before was the aa bar where it shows my own stats. Is it something you might ...