Jump to content

Arcangelo

WRobot user
  • Posts

    472
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Arcangelo got a reaction from iMod in New to the bot and struggling   
    Cool man.
     
    you can always ask if you need some more specific help :)
  2. Like
    Arcangelo got a reaction from Runaro in Quester Profiles   
    Dude i have made 1-58 tbc, but you have no idea how many hours it took ^^ it is not something that will just get shared
  3. Like
    Arcangelo reacted to Bugreporter in Snippets of LUA codes (for FightClass)   
    A better Buffcheck.
    The charm of this check is:
    you dont need to check all 40 possible buffs you can access the buff with his name (clearer code) and because you access with the name, you dont get trouble with change buff id's and you can check simple buff combinations without check twice  
     
    local Moonfire=GetSpellInfo(155625) local t=GetTime(); local buffexp,buff,buffcnt={},{},{}; local i,n,c,x,id,found=0; repeat i=i+1; n,_,_,c,_,_,x,_,_,_,id=UnitAura("target",i,"PLAYER HARMFUL"); if n then buffcnt[n]=c buffexp[n]=x-t buff[n]=id; found=true end until (not n) or (i==40); if found then if buff[Moonfire] then ... end end  
  4. Like
    Arcangelo reacted to Droidz in Use rebith on a dead player   
    Hello, no tested, but in fightclass editor you can use this code like this: 

  5. Like
    Arcangelo reacted to Droidz in Update Status - Patch 7.0.3 Build 22498   
    WRobot support now Wow 7.0.3 build 22498, you need to update WRobot.
  6. Like
    Arcangelo got a reaction from Dreamful in Fight class, trinket use?   
    Just a guess, but it should be possible:
    - add item id (for the trinket), then add The "buffs" (stuns/fear People use)
     
    And for the other part: add "use on pet"
  7. Like
    Arcangelo reacted to eeny in Quest profile creation video tutorial   
    So, i had a few drinks and decided that a quest profile creation tutorial was in order.
     
    Result:  
     
     
    Chain Quests and Gathering 
     
    Hope this helps...someone, might make a better one
  8. Like
    Arcangelo got a reaction from BetterSister in Leveling profile adventure Horde   
    Just a Quick update !
    Level 1-35 is done now :-) so it is slowly happening, still have some bugs to fix, and a lot of levels to make.
    But as I am the only one creating the profiles att, its just going to take the time it takes :)
    Eta: still unknown - aiming to get the Alpha version done by end of august.
     
  9. Like
    Arcangelo reacted to eeny in Get quest item from grinding mobs   
    I assume you want the bot to grind mobs till it finds the item that starts a quest. 
     take a look at the below profile.. The first pulse is a kill and loot, however the <iscomplete> condition is:
          <IsCompleteCondition>return ItemsManager.GetItemCountById(113578) &gt;= 240;</IsCompleteCondition>
    What that does is checks you bags for ITEMID- in this case 113578 and if its bigger than or equal to 240 the quest is complete.
    All i would do is change the ITEM id to the quest start object and set value to =1.  the next quest profile step will be to "pick up the quest" .  In the Quest you need to set true "pickup from item" and add the item ID. ( pic attached).
     
    Without doing it for you i cant give you much else- hope that helps
     
     

  10. Like
    Arcangelo got a reaction from Freestylechirurg in Frost nova, Mage   
    Gratz with post number 200 !

     
     
    Add some more conditións for the spells, you need to be really specific about when to use what spell, so the bot don't get confused
  11. Like
    Arcangelo got a reaction from Runaro in How to combine "Unit Attack Player Near" with "Unit being attacked is NOT a Tank" ?   
    Dude that comment made my day - im so close to make it for free just bez you are admitting you to lazy to do it :) ! but im pretty much working like crazy on another project with the bot att. :)
    and seriously 1 purpose for learning something new, that can be used for almost everything on a computer..
    belive me mate, would be so much easier to just get your head down the books or on youtube, and get to work
  12. Like
    Arcangelo got a reaction from Runaro in Frost nova, Mage   
    Gratz with post number 200 !

     
     
    Add some more conditións for the spells, you need to be really specific about when to use what spell, so the bot don't get confused
  13. Like
    Arcangelo reacted to Runaro in How to combine "Unit Attack Player Near" with "Unit being attacked is NOT a Tank" ?   
    "Just for this one purpose"?
    If you really want to do some stuff with this bot, you need basic knowledge in lua and C#.
    Don't think anyone is going to do your stuff for free, just cuz ur lazy and... nvm. this is not going to end well.
    I'm out of this topic, good luck.
  14. Like
    Arcangelo got a reaction from Krack3n in Frost nova, Mage   
    Gratz with post number 200 !

     
     
    Add some more conditións for the spells, you need to be really specific about when to use what spell, so the bot don't get confused
  15. Like
    Arcangelo got a reaction from BetterSister in Frost nova, Mage   
    Gratz with post number 200 !

     
     
    Add some more conditións for the spells, you need to be really specific about when to use what spell, so the bot don't get confused
  16. Like
    Arcangelo reacted to Runaro in Frost nova, Mage   
    I don't want to be rude, but this FightClass is a mess.
    Gonna send you a pm with my private FightClass.
    #Post 200
  17. Like
    Arcangelo got a reaction from Krack3n in Leveling profile adventure Horde   
    What we really need to get the bot running is some mean a** leveling fighting profiles, as they REALLY makes the whole diffent.
    I remember when i used VanillaBot on nos wow, i had a hard time duoing anything with my feral druid untill i made a crazy profile for it, where i changed form healed with dots in fights, and used the skillz in the right order, after that i did 30 + soo much easier with like 95 % less deaths. And again that was VanillaBot i have no idea if you have ever tried it, but man the bot sucked biiiig time compared to this :D
  18. Like
    Arcangelo got a reaction from Krack3n in Leveling profile adventure Horde   
    It's a little bit tricky Question for 1 reason BAN
    Let's make 1 thing clear, I am not here to make money, I have a well paid job, I'm here becouse i like coding, and i like the challenge coding profiles gives my brain.
    I would say i would like to keep it semi private, in like a github with password on or something, so people would have to get that from me/one of the other developers, as i would hate to have used lets just say 1000 hours on a fully working profile, that 20k people would use and blizz or other server admins would start banning all the people using it.
     
    My intention on making this profile is giving my brain something work with, AND to get my toons save to 70 on private servers, not to mention to prove to myself it can be done.
     
    I would be up for making it some kind of "premium" wrobot profile, where in premium i mean have minimum x posts or have helped in some other way to get acces to it, as for now i have 3 people including myself this profile would be avaible to
     
    Hope this answer your question, as you might read on the post i haven't fully desided what to do with the profile, as i first would like to get more people onboard i could discuss it with
     
  19. Like
    Arcangelo reacted to BetterSister in Leveling profile adventure Horde   
    It all depends on the design. Sure it takes long to make it efficient but it should be worth it
  20. Like
    Arcangelo got a reaction from BetterSister in Leveling profile adventure Horde   
    I'm not saying "only do easy quest" i say only do possible quests - so if the bot is keep dying in specific quests, we might just have to skip them, and again i reather have a bot that can do 1-70 in lets say 10-15 days playtime, with a lot of grinding, instead of having a bot that keeps running out and die, and therefore get stuck.
    Im fully aware of it's not getting to be a complety questing bot, as that is simply impossible in the "harder versions" of wow
    But again remember, if you have a "high" level when you reach the zone, so the mobs are green instead of neautral or even worse red, then it should be able to survive 2-3 mobs, witch makes most quest duable imo
  21. Like
    Arcangelo reacted to Runaro in Leveling profile adventure Horde   
    I can help with testing, but helping with creating the whole profile.. meeehh no, sry.
  22. Like
    Arcangelo got a reaction from Droidz in Leveling profile adventure Horde   
    Still looking for 1 serious person, to complete this project with ! As it is a lot to do alone  
    contact me via pm, before its to late !
     
    Progress:
    Updated date:
    3-8-2016
    Completed so far: 
    1-45  Orc / Troll / Blood Elf - Done
    Profile in the making:
    Next will be - undead starting zones the Tauren (1-7 made)
    Then the profile will continue 45-50
    ETA:
    Still unknown
    - aiming to get the Alpha version done by end of august.
  23. Like
    Arcangelo got a reaction from BetterSister in What is your purpose to bot?   
    Just bought it today, mostly just to pratice my coding, but also to bot some Chars from 1-70 on a private TBC server.
    And if blizz someday desides to actually make some old game version servers, i guess it would come in handy to have those profiles aswell :)
     
    Did lvl 1-6 today, but still have some things i need to get A hold on.
    1. How to make the Bot Pick up Quest objects from the ground
    2. How to make A leveling fighting profile
    3. How to enable drink/Eat instead of just stading still to recover
    4. How to get it to go autotrain with the trainer @ the lvl i choose
    5. Figur out if i Can get the bot to grind to reach A specific leve before it move on to the next quest 
    + A lot of issues i havent been Met with yet, as i Said it is only 1-6 so far :p
    But i hope i Can find a partner in here there are interested in privat TBC servers, to help test and make some awesome profiles :) but pretty Much just wanted to figur out how it all worked before i asked that of another person.
     
×
×
  • Create New...