Jump to content

saleh

WRobot user
  • Posts

    169
  • Joined

  • Last visited

Everything posted by saleh

  1. Hi i need to put a condition on Quest Profile to solve that if player is Warrior ==>> wManager.wManagerSetting.CurrentSetting.RestingMana = False; Thanks
  2. IS that Plugin Work for WLFK V. ?
  3. hello i cant` understand this code i need to switch to party after quest is finish ?
  4. hi Can Quest Profile Change Wrobot Product ? like Fishing , Party Or Auction ? after finishing all quests in profile WOW (3.3.5 V) Thanks
  5. i think it should be - how the wrobot Close conditions works (like Teleport , Bag Full ..Etc ) ?
  6. hi is there Exit Code (WRobot ) to use "Next task" function in Reloger to use in Quest profile When Quester Finish Thanks
  7. List<String> ItemNames = new List<string> { "Hearthstone", "Linen Cloth", "Lesser Healing Potion", "Minor Healing Potion", }; foreach (string ItemName in ItemNames) { if(!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(ItemName)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(itemName); } it give me that error ,
  8. can i add loop option to add multi objects ? Thanks
  9. very nice code Good job please , is there a code to delete all DoNotSellList ? Thanks
  10. Loot Off Use FlighMaster OFF Close Bot if teleport Selling On Off For Example
  11. Hello i need to change WROBOT Setting before start quest by Using code with Code in Easy Quest Editor and after quest Finish Change The Codes Again Can Any one Help :) ? Thanks
  12. <?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>TargetDistance</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>30</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Shoot</SpellName> <Priority>1</Priority> <Timer>4000</Timer> <CanMoveDuringCast>No</CanMoveDuringCast> </FightClassSpell> </FightClassSpells> </FightClass>
  13. Thanks But i dont Know how to Put this Code In FightClass :)
  14. Hello How Using Wand ( Shoot ) in fightclass? i use it and it work with Hunter but (MAGE-PRIEST) Not work i use Cataclysm Private Server Version Thanks
×
×
  • Create New...