Jump to content

Innokin

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Innokin's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Edit; Ws just trying on Dummy, now I checked on NPC'c it works. Sorry for hassle. xD
  2. HI, when i activate the fightclass, it just displays dRotation Active but nothing happens, even if i start spell casting or auto attack. Windows 10, 64 bit. Can you please help me. Cheers.
  3. @Dreamful How safe is it to use wrobot and only fightclass? Is it as good as old PQR scripts? xD Would love to see big dps lol. I'm thinking of renewing my wrobot license but I hear people getting banned. Thanks
  4. Yes I am very new to LUA so i had no clue how to use the strings. I will try and see if this works. Thanks for guiding me. :))
  5. I have seen people ask this many times in forums but it has always gone unanswered. I tried adding Equipitembyname(ITEMID/NAME) in the lua code but it still isn't working. Am I doing something wrong or is it not within the bounds of the API? Please help me. xD @Droidz
  6. Hi everyone, I am trying to make use of shield bash in battle stance but it requires shield to be equipped. Normally in battlestance, when my wrotation is on, my warrior has 2h weapon equipped so, shield bash doesn't work as it requires shield to be equipped. Is there any possible way to make it equip shield on using shield bash, like some lua code? I am new to this stuff so I really have no clue how to do it. Any help or hints would be glady appreciated. Thanks :))
  7. Hi, I made a warrior script to auto use Shield Bash. Pummel and Spell reflect. However, none of them seem to work. Am I doing something wrong? Please help me as I've been trying for a week now to get it working but I'm a noob at programming so I don't know what to do anymore. Maybe I need to add something int the script to use shields and change stances and stuff? Here is a small cut version of it .Any help would mean a lot. Thanks. <?xml version="1.0" encoding="utf-8"?> <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName>Fight config name</FightClassName> </FightClassGeneralSettings> <FightClassSpells> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetInCast</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingTimeLeft</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>400</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Berserker Stance </SpellName> <Priority>34</Priority> <AddToSettingsActiveByDefault>true</AddToSettingsActiveByDefault> <AddToSettingsName>Interrupt</AddToSettingsName> <DescriptionSpell>Pummel</DescriptionSpell> </FightClassSpell> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetCastingTimeLeft</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>400</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Shield Bash</SpellName> <Priority>33</Priority> </FightClassSpell> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetCastingTimeLeft</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>400</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Pummel</SpellName> <Priority>32</Priority> </FightClassSpell> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Polymporh</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Hex</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Cyclone</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Death Coil</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Fear</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Vampiric Touch</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Deep Freeze</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Frostbolt</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Frostfire Bolt</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Lava Burst</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Chain Lightning</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Lightning Bolt</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetCastingSpellName</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Immolate</Name> <Need>true</Need> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Spell Reflection</SpellName> <Priority>31</Priority> </FightClassSpell> <FightClassSpell> </FightClass>
  8. I've refrained from using Wrobot on Warmane since this week as I was seeing a lot of people getting banned. But how can warmane detect memory writing? It isn't within the bounds of the 3.3.5 client. It was added by Blizzard on the Cata Patch. All the 3.3.5 client supports is read print strings and chat etc. Maybe it's the modified version of WOW that warmane has on it's page? The one that supports WOD skins.
  9. I got banned on 4 different accounts in similar way using PQR and GCD so just letting you know how it works and bans people. It's the warden auto msg, not any gm doing macro or something.
  10. That 3 minutes to 3 hours ban are server side warden bans. If repeated consecutively will lead to perma. You have 3 chances, of which one you already used. Its a warden flag. If u get 2 more flags it's perma. Edit: I counted the number of accounts banned today for botting since 9 hours ago on Icecrown. So far it's 35+ - . They definitely are detecting wrobot now.
  11. Were you botting or using the rotation? Bot detection is very high on Warmane. Even if you make your own custom profile and the bot repeats the same movement patterns over a certain period of time, you will get flagged in few days and the gm will inspect your movements which leads to a ban. I suggest botting for few hours and then manually doing stuff as well just to avoid the flags. Else there is no other way. Good luck.
  12. Doesn't work as said. Admin pls check and delete. Misleading.
  13. Hi Everyone, I just wanted to ask if there is any form of Warrior PVP rotation within our forums for WOTLK. I managed to create my own PVP script but it's missing a lot of functionalities like set-focus interrupt healer if casting certain spells, i.e (Intercept healer and charge back again to primary target). All the other functions so far have been working amazingly good so far. However, as I was used to using PQR, I am still trying to find if something similar exists. I am even ready to pay for it if someone has a private version. Please let me know if anybody can help. Also if anyone could teach me how to add the set-focus interrupt functionality within my XML script, it would be really awesome. Thanks :)
×
×
  • Create New...