Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Posts posted by Ordush

  1. 7 minutes ago, artur.k said:

    Hi i have question is there a way to create small plugin that target friendly player after kill mob for second.

    i mean situation   bot kill mobs another char watch him from near if bot can even for second target this player and switch to next mob,them this player can and i think will think : o hey its another guy who grind here.

    its only my suggestion and i can think it can work for many players who can report bot,but i dont know how to create this ?

    There are already plugins that does this, all those humanizing plugins. has features like this.

  2. Have all of you tried reinstalling wrobot into a new folder?
    Then add your profiles/plugins/fightclasses after that, to make sure you don't have an old setting or something like that messing up?

    Edit: The reason that i am asking, is because i am not having any afk issues at all. and i am on the newest version, so it's definitely something that can be fixed by yourselves. ?

  3. 37 minutes ago, Grevlen said:

    I've been trying to learn Csharp on youtube.

    Does anyone have any good websites specific to WOW that I can use? I'm learning alot but it's not all really related to wow. 

     

    Any help would be appreciated.

    wow is not using C# it's using Lua.
    So you won't find any wow specific c# guides.
    But check out Microsofts own school, with Bob Tabor

    https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169

  4. 29 minutes ago, Ivkan1997 said:

    Then why my Proxycap shows result in sending and recieveing internet for my wow windows. Also when I forgot to pay proxies for next month, i couldnt even log into accounts because proxies were replaced, but when paid instantly could log again into accounts. If you want I can send you one or two proxies so you can try it all.

     

    Because the log in server is using HTTP

  5. 41 minutes ago, Jensen- said:

    hey i got banned today in 3 waves, first they got 14 of my accs after 30mins they had the rest 16. was siting and creating new accounts and they got me with those to .Droidz look into this please

    with the new accs i was online mby 5mins didnt even had a chance to start them all 

    Please provide more details mate.
    Did you use same IP?
    Did you use a VM?
    What happened when you got banned?
    Etc. ?

  6. 5 hours ago, morris79 said:

    Ty for the replay iMod. I have found the fault....guess what.... Casting at an training dummy, does not but you in combat.

            if (burstMode && ObjectManager.Me.InCombat) = well... why cast then.

    But then again, how should I know. 

    Again, many thanks for all of your replies. 
     

    Under advanced settings
    Target dummies are probably disabled.

  7. 40 minutes ago, Apexx said:

    Hello, I was wondering if anyone had the offset value for MoP 5.4.8 (18414) Main hand item id for player as well as unit? Thanks in advance!

    
    public static int MainHandId(WoWUnit unit)
    {
        // Using 3.3.5a(12340) offsets.
        if (unit.PlayerControlled)
            return wManager.Wow.Memory.WowMemory.Memory.ReadInt32(unit.GetDescriptorAddress(0x4E4));
    
        return wManager.Wow.Memory.WowMemory.Memory.ReadInt32(unit.GetDescriptorAddress(0xE0));
    }

     

    I believe I've seen a list of offsets on owned core.
    I am at work atm. But i will check when i get home. ?

  8. 7 hours ago, Apexx said:

    It's funny to think if perhaps @Droidz runs the Tauri server, and doesn't want his own bot running on it? :laugh: I have seen him comment on other topics, but he doesn't seem to be particularly taking interest in this thread topic. No offense Droidz. I have moved on to other servers since then. It's not really worth the time perhaps?

    Don't worry guys, he will get around to you.
    He answers questions where he has a quick answer first.
    Things like this takes a lot of time and testing.

  9. 8 hours ago, Moneyclip59701 said:

    I've gotta say, first and foremost, I truly appreciate you responding to me. Do you know of any active admins i can potentially message for aid?

    I know that Archangelo used to make questers, but i think it was taken down. Try @Enraged

  10. 33 minutes ago, luckystrike said:

    Hey Ordush, thanks for the guide!

     

    I'm considering using your method and I checked the proxy provider you linked. Do you think using IP replacement/month is useful when botting?

    Do you use it?

     

    Thanks for the help!

    Hey Luckystrike.
    Well it really depends on how the server behave on banning.
    If you end up getting banned, AND they decide to IP ban you. Then you need to replace the IP's.
    However, on all the servers I've been banned on, for some reason they have never IP banned me.
    It's obviously not as safe to reuse an ip if you get banned. ?

  11. 2 hours ago, Moneyclip59701 said:

    It seems i can't find any paid horde side quest profiles, and there's nothing for farming AV ore or herbs. Am i just not looking in the right places? (specifically vanilla)

    I am pretty sure there is some questing profile. I remember buying one at some point. ?

  12. 23 minutes ago, Moneyclip59701 said:

    Seems like there aren't many active creators on this site anymore. Do you build profiles by chance?

    There are plenty of active creators.
    No i don't. I mean i do, but i don't do custom jobs. It's not worth the time in any way. ?

  13. 2 hours ago, Meyverick said:

    Thank you! ? Just one last things ? Is it possible to create a condition that he don't try to cast "Shoot" while casting another spell? Because actually, my Shoot works but when I'm casting another spell it's spam "Another action in progress" ? The only solution is to add the condition "Casting Spell Name" for every spell ?

    There is a condition for not casting while casting. ?

    Think it's called "IsCast"

×
×
  • Create New...