Search results

  1. A

    Sentinel's Fate: Heroic Instance Tips

    If you are having serious issues with the 4 named in Palace (Praun, Warlord etc) turn off all your AEs, and single target the mobs and burn em down Zordiac/Praun/Warlord/Last guy in that order, the mobs coming up are dependant on how low the life gets on the names, you will essentially have...
  2. A

    Furnace of Ro

    Ring of Fire (Fury) is also like this as well and Ball Lightning, both being pets and not really taking into account any smart AE etc.
  3. A

    Can I check Casting Speed?

    Ability Reuse percent reduction: ${EQ2DataSourceContainer[GameData].GetDynamicData[Stats.Spell_Reuse_Percent].ShortLabel} Spell Reuse percent reduction: ${EQ2DataSourceContainer[GameData].GetDynamicData[Stats.Spell_Reuse_Spell_Only].ShortLabel} Ability Cast percent reduction (aka Cast...
  4. A

    EQ2BotCommander cueing spells

    Cueing what I did was this (using some similiar systems from Kannkors publicly available scripts to which I say thank you) now this may not be how Kannkor woudl do it or not the most efficient way but it works for me. my button in my commander type window <Button Name='btDPSBurst'>...
  5. A

    Are mining drones working yet?

    Is this a new term we shoudl be on the lookout for those who afk harvest? :dazed:
  6. A

    Autoharvest v2.0

    little autoharvest thingy updated one I found, probably autoharvest, works in all the zones I have tried it in so far. If not its pretty easy to adjust it I suppose. I use it to put on a following toon and as I run around it will harvest a node as I get close since my main doesnt harvest worth...
  7. A

    New scripts

    Okay, truce.. she's at fault! :) hmm I may have try some humble pie and spelt bread being canadian and all as it is though :)
  8. A

    New scripts

    I think its being a friggin canadian .. http://www.omafra.gov.on.ca/english/crops/field/news/croptalk/2003/ct_0903a2.htm probably where she got it form since she is from Ontario and looks like its some big export. I blame it all on being a canadian :eek:
  9. A

    New scripts

    and since we are gonna have fun Kannkor.. is "spelled", spelt is a livestock feed or wheat or some such crap as my wife pointed out to me as she looked over my shoulder reading the replies :) All in jest Kannkor.. all in jest :) AND just fyi, I don't have a bloody clue how she knew that...
  10. A

    New scripts

    since you asked so eloquently. http://www.isxgames.com/forums/showthread.php?t=979 --- snip --- 8. What does my subscription grant me? An ISXEQ2 subscription grants you two things and two things only: access to the features available on the current version of ISXEQ2 for up to three...
  11. A

    On Test

    currently: Seems that they have doen the new scheduling for test and Kiara was mentionign things on test for 3-4 weeks before going live. Just thought I would mention this as it will be a little undertaking for class spells and such to get rewritten. At least there is confirmation on how...
  12. A

    ToS 'stances'

    OKay it sort of works but not really. Here are the snippets I used. In Class declaration declare BuffLitany int script 1 In the Buff Init section: PreAction[13]:Set[AA_Litany] PreSpellRange[13,1]:Set[385] PreSpellRange[13,2]:Set[386] PreSpellRange[13,3]:Set[387] In the...
  13. A

    ToS 'stances'

    I have been trying for the last few days using the warlock as an example as they have teh Tome/Gargoyle thing and the script is way different than the coercer one (seems to be more constant with other styles) I will post my findings once the pacthes go through today as I think I may have foudn...
  14. A

    ToS 'stances'

    In ToS (Mystic specifically) there is a spell line called Litany of Combat. I have redone most of the mystic routines and updated as much as I could in the UI part and how it runs to reflect all the changes in ToS etc. However I am a little stuck and cannot figure out WHY I cannot do something...
  15. A

    VGA (Vanguard Assist) Feedback

    just noticing when using some of them with dots and some effects for melee (using a shaman specifically as I know MMO is doign Shaman stuff) !${Me.TargetDebuff[${anIter.Key}](exists)} && !${Me.Effect[${anIter.Key}](exists)} would both be helpful as I was recasting dots and using melee dots...
  16. A

    VGA (Vanguard Assist) Feedback

    Thansk Amadeus, I cant figure out for the life of me why that happened, but forever is a good frame of reference now :) and yes I feel very gimp due to that ..
  17. A

    VGA (Vanguard Assist) Feedback

    some issues. Anyone else having issues with the overall UI being all balck and blue (default no skin) and none of the boxes populated with anythign at all. I thought it was me as I was working on some scripting of my own, so figured ah hell I will just reinstall ISX and innerpsace etc etc...
  18. A

    Loop issues

    Okay tried a few variations of that and nada... it cast the fir one and locks it all up. this however works but not loops. Thsi will make it so each time I click the buff button it goes to the next one and once the list is done it wont cast anymore. function BuffPlayer(string...
  19. A

    Loop issues

    Hey all tryign to get a buff loop runnign but it seems I have somehtign really really messed up. It look at the BuffGroupset no prolem and i knwo it worked as I have it click buff, then click again it cast the next buff so, in my horrible wisdom decided it would be better if I coudl one click...
  20. A

    VGSkin rewrite look

    I am just workign out a few last kinks and the reason for the rather raninbow liek color system is to see which functions react for which areas in a script (I did it to figure out hwo to fix vgcraftbot etc) I am hoping within a day or maybe less to get a skin to Amadeus to include in the...
Top Bottom