Everything posted by saleh
-
Character CLass IF Condition
Hi i need to put a condition on Quest Profile to solve that if player is Warrior ==>> wManager.wManagerSetting.CurrentSetting.RestingMana = False; Thanks
-
[FREE] PartyChatCommandEX (PCCeX)
IS that Plugin Work for WLFK V. ?
-
Changing Botbase
hello i cant` understand this code i need to switch to party after quest is finish ?
-
Can Quest Profile Change Wrobot Product ?
hi Can Quest Profile Change Wrobot Product ? like Fishing , Party Or Auction ? after finishing all quests in profile WOW (3.3.5 V) Thanks
-
Exit Code (WRobot ) to use "Next task" function in Reloger
ok , i understand
-
Exit Code (WRobot ) to use "Next task" function in Reloger
i think it should be - how the wrobot Close conditions works (like Teleport , Bag Full ..Etc ) ?
-
Exit Code (WRobot ) to use "Next task" function in Reloger
hi is there Exit Code (WRobot ) to use "Next task" function in Reloger to use in Quest profile When Quester Finish Thanks
-
Put an item in the list not to sell
Thank you Work Perfect
-
Put an item in the list not to sell
- Put an item in the list not to sell
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 ,- Put an item in the list not to sell
can i add loop option to add multi objects ? Thanks- Quest Profile - Code Snippets Part 3 - UPDATED! 7.28.19
very nice code Good job please , is there a code to delete all DoNotSellList ? Thanks- WROBOT - Code in Easy Quest Editor
Complex- WROBOT - Code in Easy Quest Editor
Train New Skills- WROBOT - Code in Easy Quest Editor
Loot Off Use FlighMaster OFF Close Bot if teleport Selling On Off For Example- WROBOT - Code in Easy Quest Editor
ok, what is the Commands to Change Setting ?- WROBOT - Code in Easy Quest Editor
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- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
<?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>- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
- How Using Wand ( Shoot ) in fightclass?
- Put an item in the list not to sell