Jump to content

cgeorg13

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by cgeorg13

  1. I could see how that would cause it, I think a great fix for this, from what ive noticed with testing a custom profile, if the battlegrounder bot just forced a Movement.StopMove whenever it throws a stuck error. This forces the bot to search for a new player to try to follow from the current position.

    This could possibly be implemented into a plugin pretty easy but im unsure how to monitor for errors such as being stuck.

  2. Bump this.

     

    In the past 2 WSG's that I've entered while AFK in the past 3 hours, bot has reached my blockage limit and shutdown. Other times while not AFK I've noticed that it's right from the start for me, as soon as the doors open I run out toward the graveyard but dont make it out of the second room and start running into the corner beside the stairs.

  3. I'm building a custom profile/healing fight class for PvP and the Battleground Free State is force targeting hostile players and trying to attack them in the short window between targeting the intended friendly target and casting the heal spells.

    Along with the targeting, the forced movement is messing with the class as well. 

    Is there a way to force stop the movement and fighting until re-enabled by a function?

    As in:

    Me.InCombat = true;

    Battleground.Dispose();

    ...fight class with personal movement and targeting...

    Me.InCombat = false;

    Battleground.Run();

  4. Okay that makes sense, I thought it was something that is used to automatically update new values when the bot is running. 

    Could I possibly get an example C# snippet of how to test the price per item of a search in pluggin form?

     

    example:

    item = Starlight Rose

    list allItemAuctions = new list

    foreach item in list 

    numberOfUnits / totalCost 

     

    from there i think i can mess around with it some more but i dont know how to acquire the active objects in the auctionhouse

  5. Looking at the auction house, it seems some people understand that bots use an undercut percent based on minimum/maximum/average/middle value of all items because random people are posting one item in a list of tradeskill items that is over 2000% of the average cost.

    This throws off the entire base average and kills any chance of grabbing an item at a correct value relative to the actual market cost.

    An easy fix would be to take all the items in the search and checking for anything that is extreme in the cost difference and removing it from the total value at the end. This could work off of say anything over a 100%-500% difference of other items in the list. 

  6. Hello,

    I've been looking into writing my own plugin and have found that it is extremely hard if I can't test some of the functions I'm wanting to use (such as, ObjectManager.GetUnitAttackPlayer()).

    I've been looking into the development tool and saw the 'C# (ret value in wManager.DevelopmentTools.OutPutCSharp)' button but have no idea what that does or how to use it although I feel like this is what I'm looking for lol.

    So, officially my question is, how can I test return values of functions I want to use?

  7. On 12/20/2013 at 8:03 PM, alex4mmor said:

    hey, I just wanna say.. the bot sometimes does 2 wps at once and then wants to turn back to get the first one. This can be very bad if the first one is on different hight and the toon cant reach it anymore, than he runs against the wall over and over again. That looks very botty... Just saw this happen in Warsong at the start after the ghosthealer... Dont know how to fix this...

     

    And another question, is the bot able to recoginze where it needs some aktion. For example in Arathi Basin it simply checks which flags are captured by enemy side and chooses the path to it. Just an idea to improve if not implemented already...

    Just going to reference this post to bring it to the recent list.

    This is a very good request, I've had the problem where it turns and runs into the wall.

    Also, implementing the idea of moving to an enemy controlled flag would be extremely useful.

  8. 4 minutes ago, eeny said:

    You can certainly see what and where the bot will go... you are better off writing it from scratch IMHO.. maybe using this as a guide.

    yea thats what I was thinking as well, definitely a good reference to go off of and even use it to skip a lot of searching for info/order of quests to build your own profile. Thanks for the input! 

    'Til next time eeny :laugh:

  9. So i was looking into some of the Honorbuddy profiles and was wondering if it was possible to convert some of their questing profiles. 

    I tried loading it up with Easy Quests Editor but it didnt work but I found a schema (.XSD) file that links to the profiles. I think this could be used to translate their profiles into usable ones for WRobot. I'm extremely new at this sort of thing so I may be completely wrong but figured it was worth a shot!

    Attached is the Schema file (along with the same file converted to a .txt for viewing purposes) and the quester profile I was looking into converting.

    Let me know if it is possible or if I'm a complete idiot for thinking this would be able to help in converting the two LOL

    Thanks!!

     

    QuestProfileSchema.txt

    QuestProfileSchema.xsd

    [A - Quest] EK 12-58 [Kick].xml

  10. On 10/10/2016 at 7:13 PM, cgeorg13 said:

    i spec'd into Penance being able to be casted on a friendly target.

    Also, I tried to removed the offensive spells and it still did not work. I did get it to work by removing the "Healer" setting and using the conditions... 

    I'll definitely take the advice for the shield/plea and work from there.. 

    I'd really like to know why the "Healer" switch was keeping this from working.

     

    So for some reason, it started working. I did nothing different to the class except remove the offensive spells (which I tried previously and it still didnt work). I may have modified some of the 'advanced settings' under class/fight class such as select the 'help others' but I'm unsure, all i know is it is working now..

     

    Although my spells are reacting a little weird such as only spamming plea, and never using Power Word: Shield. I'm looking into it now but any suggestions/sharing example class healer profiles would be appreciated, Thanks!

  11. i spec'd into Penance being able to be casted on a friendly target.

    Also, I tried to removed the offensive spells and it still did not work. I did get it to work by removing the "Healer" setting and using the conditions... 

    I'll definitely take the advice for the shield/plea and work from there.. 

    I'd really like to know why the "Healer" switch was keeping this from working.

     

  12. So from what I have been searching in the forum, the Party product, with the Healer setting under Product Settings selected, is not working.

    Ive created a small fighting profile for my level 16 Disc Priest to test out this feature (Attached). 

    I have the Healer option on, set the follow to the tank, had him selected as the 'target' and still nothing.

     

    This seems to be an issue that I have not found a solution to from searching the forum, any help is much appreciated. Thanks!

    disc test.xml

×
×
  • Create New...