Jump to content

sith500

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by sith500

  1. @Smokie
    I am really amazed at these two. Wrobot has a high-quality community that helps each other, many great programmers sharing code snippets. There are no other bots similar to this, even Honorbuddy was only two versions: off and Cataclysm. Many have been making good money for a long time without even being a programmer. These two should be happy, not shout about how lazy and important they are.

  2. Man, calm down and go do the profiles yourself. These people who write "99% afk" can really have this percentage, I know this from my own experience. When I started botting, I had only 5 windows and my profiles worked 99% afk, but with an increase in their number to 50, I often had to do some manual actions. Just some errors rarely occur.

  3. 16 minutes ago, moerrts said:

    classic comes out

    Wrobot will not support classic servers from Blizzard.

    17 minutes ago, moerrts said:

    LIKE EVERY OTHER GOOD BOTTING COMPANY

    Aha-ha-ha, lol

    18 minutes ago, moerrts said:

    I say sponsor devs

    In fact, most Wrobot users have no problems with profiles. They either write them themselves or pay for an individual profile. Droidz has already created a wonderful API that allows people who do not own programming to create profiles.

  4. This better

    var Object = ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(1234));
    // or var Object = ObjectManager.GetObjectWoWGameObject().Where(o => o.IsValid && o.Entry == 1234).OrderBy(o => o.GetDistance).FirstOrDefault();
    
    if (GoToTask.ToPosition(new Vector3(1, 2, 3, "Flying"))) // replace "flying" with "None" to ground move
    {
    	if (Object != null)
    	{
    		Interact.InteractGameObject(Object.GetBaseAddress);
    		Usefuls.WaitIsCasting();
    	}
    }


    Recommend:

     

  5. For those who use this code:

    if not _oldGetTime then
    	_oldGetTime = GetTime;
    	_randomTime = math.random(1000, 86400);
    	function GetTime()
    	  return _oldGetTime() + _randomTime;
    	end
    end

    your fight classes will not check the cooldown. Here is the code for fixing the problem (C Sharp Code):

    Lua.LuaDoString<int>("start, duration, enabled = GetSpellCooldown(43265); return start;") == 0

    where "43265" -  your spell id


    p.s. 
    Thank you, @Droidz this is very helpful.

  6. Quote

    Conformément aux dispositions de l’article L121-20-2 du Code de la Consommation, le droit de rétractation ne peut être exercé pour:
    - Les logiciels informatiques lorsqu’ils ont été descellés par le consommateur ;
    C’est par exemple le cas pour les produits livrés avec un logiciel lorsque celui-ci a été descellé et/ou installé et/ou consommé.
    Vous devez effectuer votre demande de rétractation en envoyant un recommandé avec accusé de réception à :

    TECHPROG
    Lieu-dit Le Point du Jour
    24750 Marsaneix

    Votre requête sera traitée sous deux semaines, si pendant le délai de traitement, le service redevient fonctionnel, vous en serez informé et votre requête sera annulée.

    A piece of shit, did you say something about the law?

×
×
  • Create New...