Jump to content

AudreyH

Elite user
  • Posts

    128
  • Joined

  • Last visited

Posts posted by AudreyH

  1. [D] 21:21:10 - [Info] Continent change, Kalimdor to SkywallDungeon
    [D] 21:21:11 - [Quester] Wait[3]: 5000 ms
    [D] 21:21:11 - [Blacklist] Added, 0 uniques Npcs, 0 Blackspots and 0 Npcs types (Training dummy ignored = True).
    [D] 21:21:16 - [Quester] RunCode[4]: // PathFinder avoid obstacles:
    // wManager.Wow.Helpers.PathFinder.ReportBigDangerArea(new Vector3(3920.21167f, -3547.52246f, 134.244781f), 20f);
    
    
    // Blacklist:
     wManager.wManagerSetting.AddBlackListNpcEntry(53488); // http://www.wowhead.com/npc=53488
    [D] 21:21:16 - [Quester] New step (5): GotoErtan>Pulse
    21:21:16 - [Mount] Mounting ground mount Talbuk de guerre cobalt
    [N] 21:21:18 - [MovementManager] Report navmesh poly to avoid it
    [N] 21:21:18 - [Path-Finding] Load finish: C:\WRobot\Data\Meshes\\SkywallDungeon\SkywallDungeon_31_32.mesh.gz
    [N] 21:21:18 - [Path-Finding] Load finish: C:\WRobot\Data\Meshes\\SkywallDungeon\SkywallDungeon_32_32.mesh.gz
    [N] 21:21:18 - [Path-Finding] Load finish: C:\WRobot\Data\Meshes\\SkywallDungeon\SkywallDungeon_31_33.mesh.gz
    [N] 21:21:18 - [Path-Finding] Load finish: C:\WRobot\Data\Meshes\\SkywallDungeon\SkywallDungeon_32_33.mesh.gz
    [N] 21:21:18 - [Path-Finding] Cannot find path: SkywallDungeon - -15,3073;626,979;337,627 - -1,407206;635,6712;717,354
    [N] 21:21:18 - [Path-Finding] Path Count: 1
    21:21:24 - [Auto Accept] Disposed.
    21:21:24 - [ReadyCheck] Stopped.
    21:21:24 - [Quester] Stopped
    21:21:25 - Session statistics:

    There is no such path, can it be a mesh error?

  2. If i see this example from Droidz (http://wrobot.eu/forums/topic/2493-luascript-in-is-complete-condition/), it's not possible

            int shipmentCapacity = wManager.Wow.Helpers.Lua.LuaDoString<int>("local name, texture, shipmentCapacity, shipmentsTotal, creationTime, duration, timeLeftString, itemName, itemIcon, itemQuality, itemID = C_Garrison.GetLandingPageShipmentInfo(); return shipmentCapacity;");
            int shipmentsTotal = wManager.Wow.Helpers.Lua.LuaDoString<int>("local name, texture, shipmentCapacity, shipmentsTotal, creationTime, duration, timeLeftString, itemName, itemIcon, itemQuality, itemID = C_Garrison.GetLandingPageShipmentInfo(); return shipmentsTotal;");
            return shipmentsTotal >= shipmentCapacity;

    I tried to return in a structure or in a Tuple, but that is not possible too

  3. One month ago i create a Rogue, a fabulous one :wink:, and try to use the different rogue fight profile from the site

    Several problem occurs and i was not very satisfied by the dps. Something i noticed, i was not able to refresh Revealing Strike correctly, it was fine on dummy but not in raid.

    So i decided to create my on c# profile and use the [_Pasterke_] dk to begin (thxs to him). And again i was not able to refresh Revealing Strike correctly, it was fine on dummy but not in raid again. I try many solutions, thxs to this site there is plenty of example here.

    !CurrentTarget.HaveBuff(84617)
    revealingStrike.TargetBuffTimeLeft==0

    and

    Lua.LuaDoString("print(\"Revealing Strike :" + CurrentTarget.HaveBuff(84617)+ ": :" +  revealingStrike.TargetBuffTimeLeft + "\")");

    track the debuff.

    What was my surprize to see on target no "Revealing Strike" but the print tell me "true : : 20150" for example

    Sometimes the print was right but sometimes not, dont find anything that can explain it. 

    But today i find what happen: if i am the only rogue in raid no problemo, if there is another combat rogue, the CurrentTarget.HaveBuff(84617) returns the buff even its not mine, and so i cannnot refresh it until the other rogue forget to cast, 

    And now, how can i track my "revealingStrike", that's the question

    Its not a WRobot problem because 

    /run nam = GetSpellInfo(84617) ; name = UnitDebuff("target", nam) ; if name then  print(name) else print ("false") end

    in the game return also the name even i cant see revealingStrike on target

  4. Hi,

    i'm sure i have the answer but i cant find it lol

    How can i in C# test the Cooldown Time Left on Vanish or killing spree for example.

    Nothing usable in 

    private Spell killingSpree;    

    or 

    ObjectManager.Me

    but i'm sure i already done that before :(

  5. Hi,

     

    More on this :)

     

    I'm using "wrotation" and not "party" to use my profile ( i will post it in the profile section too)

     

    I add this for the judgement:

     <FightClassSpells>
        <FightClassSpell>
          <SpellName>Judgment</SpellName>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>LuaScript</ContionType>
              <Param xsi:type="FightClassConditionLua">
                <LuaScript>ret = 1;  TargetLastEnemy();</LuaScript>
                <VarRet>ret</VarRet>
                <ValueRet>1</ValueRet>
              </Param>
            </FightClassCondition>
            <FightClassCondition>
              <ContionType>TargetDistance</ContionType>
              <Param xsi:type="FightClassConditionNumber">
                <Type>SmallerOrEqual</Type>
                <Value>30</Value>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <Priority>8</Priority>
          <CombatOnly>false</CombatOnly>
          <Debug>true</Debug>
        </FightClassSpell>
    

     and never proc until i modify 

     <CombatOnly>false</CombatOnly>
    

    and now it's ok

     

    I will make test with the party module and with the combatonly = true

     

    I think in Wrotation the Combat mode is not detected for a healer

  6. I'm trying a new paladin holy profile

     

    But i have a problem.

     

    He cast "Flash of light " on a target with less than 90% life, thats is ok

     

    But i want him to cast Judgement on the boss, but the focus remains on the guys who i was healing.

     

    How can i judge for example the target of a tank , or the target of someone who is "focalised" 

     

    Thxs in advance

  7. Salut,

     

    tu a peut etre un souci avec les composants necessaires. Essaie avec l'installer qui est la : 

     

    il comprend toutes les verifs qu'il faut

     

    AudreyH

×
×
  • Create New...