Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Everything posted by Bear T.O.E.

  1. Ok I just through this together Im not sure if it will work can someone look at this code and tell if there is something wrong with it. I need it to check for Fire Elemental totem and Not cast if this totem is up. Im not sure how to do that. Then I can edit it to do the same thing for Magma totem. I also need this one to recast after it have run for almost a minute, say at 10 second left on the timer. if (GetUnitSpeed("player") == 0) and not (UnitCastingInfo("player")) and not (UnitChannelInfo("player")) and not (UnitAffectingCombat("player")) and not (IsMounted()) and not (IsFlying()) and not (IsFalling()) and not (IsResting()) and not (UnitIsAFK("player")) then local timeLeftToCastAgain = 10*60; local idTotem={3599} --[[ Searing Totem ]] idTotem[1]={3599} local now=GetTime(10); for i=1,#idTotem do local TotemFound=0 spellname=GetSpellInfo(idTotem) local haveTotem, totemName, startTime, duration = GetTotemInfo(1); if (haveTotem) then local expireTimeLeft = expirationTime-now; TotemFound=idTotem if (expireTimeLeft < timeLeftToCastAgain) then if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==0) then CastSpellByName(spellname); spell=spellname; end end end break; end end
  2. Im not sure but I think you can convert it to the WRobot profile type cause as it is you cannot us it. And there will be alot of thing what dont convert so you will have to edit the profile and then makke them work so this will take some time but I bet you can do it. :)
  3. Here is a few links to the Items that can be used for fishing, The reason I am asking for this is to help players to lvl fishing faster. http://www.elsanglin.com/fishing_gear.html#nats_hat <--- Fishing Gear http://www.elsanglin.com/lures.html <--- Fishing Lures http://www.elsanglin.com/other_equipment.html <--- Fishing Equipment These items can increase the Fishing lvl required for areas making toon able to fish in area they would normally not be able too fish. I'm wondering it there is a way to have the Engine search your bags for the items Identify them then after you start the bot auto equip them if you haven't already done so. Then lets say the Fishing hat one use it attaches a lure to your pole increasing your fishing skill. So have the Engine Auto use these types of items as well. This is only a suggestion. But without the Auto equip I know it is possible to have the Engine auto use the items, I used to use CoolFish because of this ability. I would also use my DK's Path of Frost and recast it before it ran out on me. But the programmer stopped keeping on the Fishing Engine so it is no longer usable for the game any more.
  4. Version 68.23

    736 downloads

    If you Use my Fightclasses PLEASE rate them for others to know what you think. This is my Unholy Death Kinght Fight Profile. The Spec and Glyphs Are in the link below. http://us.battle.net/wow/en/tool/talent-calculator#db!002201!ZbkoLJ This is the way I setup my Death Knight for this Fight Class. Please Leave Feed Back if you like my Fight Class. Leave me any changes you would like to see to my fight class and I will do the work to make it happen. Thank you for Downloading and running my Fightclass.
  5. I am wondering how to make any fightclass into C Code Scripting so I can Program them a lot easier. And is there a way to Make C code Fightclasses into LUA Scripting?
  6. there is not. It it best to loot everything from the ore so that the node de-spawns and then will pop up somewhere else increasing your chance at more ORE.
  7. any mining node or herb node found in water you have to add them to the blacklist. How to add them to the blacklist you will need to stop the bot fly to the node stand on top of it or near it and open the profile creator load the profile you are wishing to edit go to blacklist and click the button that says add to blacklist
  8. I know there is a part you can edit to tell the bot to train the kills but I dont know where it is or how to edit it. But Im sure if you ask driodz they can tell you.
  9. Inside your WRobot directory there is a file Folder called Logs. Inside it is the log that will show an error if there is one. Can you share that log here for us? This is so Driodz can Look at it and tell you what my be wrong.
  10. Basic Hardware information Enclosure: System Enclosure ChassisTypes: Desktop Manufacturer: BIOSTAR Group SerialNumber: None LockPresent: False SecurityStatus: None Motherboard: TP45E Combo Basic I/O System(BIOS): Default System BIOS Central Processing Unit(CPU): Intel® Core2 Duo CPU E7500 @ 2.93GHz Physical Memory X 2 4GB 2GB Hard Disk X 3 ExcelStor Technology J8080S ATA Device (74.53GB) FUJITSU MHY2250BH ATA Device (232.88GB) ExcelStor Technology J8080S ATA Device (74.53GB) Video Card: ATI Radeon HD 3850 Monitor: Generic PnP Monitor Audio Device X 2 High Definition Audio Device High Definition Audio Device Network Adapter Ethernet - Realtek PCIe GBE Family Controller (Connected) Ethernet 2 - D-Link DFE-530TX+ PCI Adapter (Media disconnected) Bluetooth Network Connection - Bluetooth Device (Personal Area Network) (Media disconnected) Keyboard: HID Keyboard Device Mouse: USB Input Device Hardware Score (Base score: 4.7) Processor (Calculations per second): 6.5 Memory (Memory Operation per second): 6.5 Graphics (Desktop performance for Windows Aero): 5 Gaming graphics (3D business and gaming graphics performance): 4.7 Primary hard disk (Disk data transfer rate): 5.7
  11. when the problem happens again I will share my log.
  12. Im wondering if you can put in the conditions Have Totem = True/False
  13. Well I have never tried to LUA program for healing. This is something I have wanted to get into but your best bet is to ask Droidz if he can help you out.
  14. add into the spell condition that it needs to have the buff Life bloom on the target in order to cast Rejuvenation. And is Swiftmend a Health Percentage of the target if the target is say for example at 75% health it casts Swiftmend. I hope this helps. I would also look into learning some LUA Scripting so you can add even more detailed reasoning to each spell.
  15. Hi there :) and welcome. Our community Plugins are located here: http://wrobot.eu/files/category/26-plugins/ To install then Download, Unzip them, and place them into your WRobot Directory inside the ( Plugins ) Folder. Then Open the game, and start your WRobot. Go to General Settings Tab at the bottom of the Tab you will see ( Enter Advanced Settings ) Click it. In the General Settings Window you will see an Tab called ( Plugins ) Click this Tab. You will see the plugin you just installed in the list. Click the plugin to Highlight it. At the bottom Right of the Tab you will see ( Activate/Deactivate ) Button. Now click this Button. Now your Addon is Enabled and Running. To turn your addon off repeat these steps.
  16. And or Have completely different Sessions running. One WRobot in one folders and One WRobot in a different folder, Make sure that both Processes have completely different ID Numbers in your running Processes. If they do not there are utilities out on the market that can change their running process IDs. Then See that works. But if you don't have a Multi-Licence Key then I don't think that this will work at all too.
  17. depends on the type of profile you are wondering about. there are Fightclasses, Farming profiles, Grinding Profiles. and they are all available http://wrobot.eu/files/category/3-wrobot/ <---(HERE).....
  18. OK Driodz is not casting Plague Strike to put Blood Plague on the target. Its not doing (1,2,1 do) meaning that --[[ Outbreak,Plague Strike ]] idDiseases[2]={77575,45462} Isnt being used for some reason or kept up on the target. But --[[ Outbreak,Icy Touch ]] idDiseases[3]={77575,45477} Is being kept up on the target. is there a reason why bot spells aren't being fires consecutively??? to keep the debuffs up on the target?
  19. and don't disable your firewall... Allow WRobot through your firewall, and add it to your anti-viruses ignore list as well. Plus I have never disabled any of my add-on while running this bot. lol. So yeah if your add-ons are interfering with WRobot then you need to enable and test each one till you know what one is interfering then only disable that one or those that are causing the issue.
  20. ok in your fight class you would need to add this into you fight class file its self. ( this is the easiest way to help you out ) <FightClassSpell> <SpellName>RunMacroText("/Use Potion of Luck")</SpellName> <FightClassConditions /> <Priority>38</Priority> <Timer>1200000</Timer> <NotSpellIsLuaScript>true</NotSpellIsLuaScript> </FightClassSpell> <FightClassSpell> <SpellName>Lifeblood</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>IsSpellUsable</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Lifeblood</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>HealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>99</Value> </Param> </FightClassCondition> </FightClassConditions> <Priority>37</Priority> <Timer>120000</Timer> </FightClassSpell>
  21. I would change the mount to a mount and farm that way for now. but Im having the same issue as well.
  22. I havent figured this out yet but if you do that would be awesome and I would love to see the script if there is one?
  23. Well it seems to work right Im doing some extended teasting. So I will be bck again if I find out it isnt working in the manner Im needing it to.
×
×
  • Create New...