Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Everything posted by Bear T.O.E.

  1. NP TY. I'm working some LUA Scripts to put into my DK classes to make them even better so keep an eye out for an update. Right now I'm working on my Blood DK Codes. But once most of then are done I will one need to do a few Scripts for Frost and Unholy. So yeah as soon as I get them done my DK Fight classes should be set to optimum DPS. And for Blood abilities pop on Cool Down and used when health based. But the Blood Spec will take some time cause of the health monitor will take some time to figure out and build the script.
  2. Im going to try this today. And TY for the help. Ill edit this post to let you know if it is working.
  3. Remember Im a novice at LUA. So please give me a detailed explanation so I can learn more. See Im still not sure how to through code together. So im finding other code and editing it to see if I can make it work for what im wanting to do. This is going to be a Disease Manager for DKs. Once the Disease get to 3 sec left of its target debuff then the DK will recast the move according to the disease to reapply it. if not (UnitIsDead("target")) and not (IsFlying("player")) and not (IsResting("player")) and not (UnitIsAFK("player")) then --[[ refresh the Diseases on the target if there are less then 3 sec left (to be sure that it dont run out while a fight ]] local timeLeftToCastAgain = 3; local idDiseases={59879,59921} --[[ Blood Plague,Frost Fever ]] idDiseases[1]={59879,59921} --[[ Outbreak,Plague Strike ]] idDiseases[2]={77575,45462} --[[ Outbreak,Icy Touch ]] idDiseases[3]={77575,45477} local now=GetTime(); for i=("1,2"),#idDiseases do local spell=""; local DiseaseFound=() for j=1,#idDiseases do spellname=GetSpellInfo(idDiseases[j]) local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target",spellname); if (name==spellname) then local expireTimeLeft = expirationTime-now; DiseasesFound=idDiseases[j] if (expireTimeLeft < timeLeftToCastAgain) then if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==3) then CastSpellByName(spellname); spell=spellname; end end end break; end end if (DiseasesFound==0) then for j=("1,2"),#idDeases do local spellname=GetSpellInfo(idDeases[j]) if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==0) then CastSpellByName(spellname); spell=spellname; break; end end end end if not (spell=="") then print("Diseases: "..spell) result=true break; end end end result=(diseased>0)
  4. Use my Frost DK fight class. I worked hard on it. And its is a nice one. Myfiles: http://wrobot.eu/user/5939-king-smilie/?tab=idm
  5. Droidz I have done this. I leveled 3 pets to level 6 in stormwind. Then next area for level is set to wetlands level starting at level 6 to 12. But once the pets reach this level my toon isn't mounting up and flying to the next area to run its rout? Plus how would I put the use of a Fly Point into this?
  6. have you configured your firewall to allow WRobot through to the internet and added WRobot to the ignore section of your anti-virus? If so then what time of day is this happening. If it is prime time, and at your home then how many devices or computers do you have using the internet connection at the same time? this is why I'm asking. If you have say 115mb up load speed and each computer and device is trying to use 30mb of up load bandwidth and out of all the devices connecting to the net is 4 then you are going to have a traffic jam and some of the devices will end up have connection issues. There is a firewall out there that can help you manage your connection on each PC at least, its called NetLimiter. But this will allow you to install it on all your PCs in your house and then setup an amount of bandwidth set for each PC. I would also turn off the connection to the net for any devices that your not using. This will help out a lot too. Dowload NetLimiter http://www.netlimiter.com This is not Freeware. Around $30.00 USD.
  7. message droidz and link this post to him. Im sure he will get you sorted out.
  8. How do I connect 2 or 3 Grinding Zone together? Were when leveling a Pet say the zone you are in you can level from 1 to 6 and once at lvl 6 the XP is to low incoming so you need to move on to another area and that area is good for leveling 6 to 10, then how do we get the bot to stop leveling in the low area and us a Fly Point to get to next area, and or just Mount up and Fly to the next area and resume leveling the Pet? Please explain to me in a step by step so I can get a total grasp on this.
  9. This isn't and issue anymore, Driodz has fixed this problem.
  10. yeah I love the new pet battle features!!! I use almost all of them all the time. Thanks Droidz
  11. I let the bot make it to were is was trying to go and then stopped the bot and blacklisted the spot it was trying to travel to. Then the bot would follow the path without fail.
  12. I hope this have been usefull to guys in trying to make pet battle grinding zones.
  13. you can increase the radios from 1 - 1000. But I don't see a reason for ever using 1000 radios unless your trying to blacklist an entire Zone or more.
  14. Ok are there any pet battle LUA Script snippets or full Scrips I can use as a referrence?
  15. what profiles and what bots profile can be converted successfully?
  16. I fixed it by blacklisting the location with a radios of 1000 yards. But now the bot wont start any pet battles. But it is Running the rout I made.
  17. ok Im making a pet battle path and once I have made the path, I start the bot and a little after doing some battles Im getting this error. [N] 15:32:07 - Path Count: 2 15:32:10 - Mounting fly mount Swift Flight Form [N] 15:32:11 - Long Move distance: 6197.547 15:32:25 - [PetBattle] Player Attack Festering Maggot (lvl 1) [N] 15:32:25 - Download map "Azeroth\Azeroth_41_27.tile" [N] 15:32:26 - Load finish: E:\WOW Stuff\Blizzard\WRobot\Meshes\Azeroth\Azeroth_41_27.tile [N] 15:32:26 - Failure No polyref found for start [N] 15:32:26 - InvalidParam, Failure FindPath failed, start: 0 end: 17337576 [E] 15:32:26 - FindPath(Point startVec, Point endVec, out bool resultSuccess): Continent: Selected: Azeroth - InGame: Azeroth - ERROR: System.NullReferenceException: Object reference not set to an instance of an object. at DetourLayer.NavMeshQuery.FindStraightPath(Single[] start, Single[] end, UInt32[] pathCorridor, Single[]& straightPath, StraightPathFlag[]& straightPathFlags, UInt32[]& straightPathRefs) at zRGneqQrP5gGXQs1IQ.Ns6V7TP1YxVlnZYbhQ.Unm68wm0nj(Vector3 , Vector3 , Boolean& ) Im not sure what the cause is but its happening alot.
  18. hopefully soon we will have a way to link pet profiles together and be able to blacklist sustain pets and areas so our bot doesn't try and fight pets much higher level than them.
  19. Ah okay. I can understand that. This program is starting to blow up. :) I'm loving it.
  20. Submit all suggestions under Bugs/Suggestions reports section of the forums please.
  21. Yeah I have the same issue with my Guardian Profile? Droidz is there a better way to set this up so I can fix this in my profile.
  22. Bear T.O.E.

    Party Engine

    Im wondering if there is a way to have to engine auto detect the Tank or Tank closest to them and auto follow?
  23. This is a great question but I havent seen one in the download area for questing profiles so Im sure there is someone working on one as we type. But theres profiles take some time to complete and are very meticulis in nature to make. So for all who are wanting this type of questing profile will have to be patient or start learning to make one of their own.
  24. Make Flying Profile and have the bot land and walk ust a little then stop moving and then have the bot set to once its bags are full to mail off the fish, and visit a vender to sell its junk. Once all of that is set you should from no matter where you are in pandaria fly to the beginning of the flying rout, swoop down to the fountain and start fishing if your using the fishing engine. And once your bags are full ... Fly off to a mailbox and then sell your junk and fly back to the flying rout to the fountain. This is a reference for adding a vender to your profile.
  25. Wow dude ty see I didnt know that so +rep again man.
×
×
  • Create New...