Jump to content

zatvorgt

WRobot user
  • Posts

    237
  • Joined

  • Last visited

Posts posted by zatvorgt

  1.  

    impossible to work after update my old (stabil old version work verry well wrobot 2.1.2) .... wrobot loses connection with wow  after start or restart wrobot......1/10 window or 2/10 sometimes lost connections with wrobot...... ..help please ....very big problem for me.....take please hook system of 2.1.2 version in new 2.3.0
     

    i already start topic with this problem 5 month ago  . Problem is repeat 

     

    Безымянный.png

    2 фев 2019 07H35.log.html

     

  2. 2 hours ago, Mykoplazma said:

    Supermacro is and addon to extend macro lenght - and only that. Maybe that function thing. But that is not important. Try to put that in lua part:

     

    
    number = 5;
    i=1; 
    for bag = 0,4,1 do 
    	for slot = 1, GetContainerNumSlots(bag), 1 do
    		local name = GetContainerItemLink(bag,slot);
    		if name and string.find(name,"Soul Shard") then
    			if i > number then PickupContainerItem(bag,slot);
    			DeleteCursorItem();
    		end;
    		i=i+1; 
    	end; 
    end;

     


    for test i use  delete "Mace"  ....server elysuim     , kronos
    number = 5;
    i=1; 
    for bag = 0,4,1 do 
        for slot = 1, GetContainerNumSlots(bag), 1 do
            local name = GetContainerItemLink(bag,slot);
            if name and string.find(name,"Mace") then
                if i > number then PickupContainerItem(bag,slot);
                DeleteCursorItem();
            end;
            i=i+1; 
        end; 
    end;

    and dont do nothing/ have lua error window -  'end' expected(to close 'for' at line 8)near '<eof>'

    or maybe exist cs# plugin for this? if lua is hard....

     

  3. 3 hours ago, Mykoplazma said:

    Вы можете добавить скрипт lua в состояние заклинания, и он будет выполняться каждый раз, когда заклинание выполнено. Найдите Lua в меню [добавить условие] в редакторе классов боя. 

    big  thanks , but i search  code  without addons supermacro....  all macro need to instal this addon..... but i need clear code lua or cs# to add in  xml fightclass   without addons

  4. 18 minutes ago, Marsbar said:

     

    thanks , i read this ....but i low in programming .... how to realizate this for run in xml profile? exist  code cpecial changed for soulshards ? and where i need to past this code.....sorry my bad english......i past in (is not spell - is CS # but i have the errors..
    Maybe you have fightclass.xml file  with work this function?biiiiig thanks for this)))

  5. Hello ,how to check whisper without time and player name 
     

    this work

     

    if (log != null && !string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("23:39 - [Cigavara] whisper: hello"))
                            
                            {

                      }

     

    this need ,but dont work without time of whisper ,but need reaction on whisper who containts  certain words......big thanks for help


    if (log != null && !string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("hello"))
                            
                            {

                                                       }

  6. 31 minutes ago, Matenia said:

    The code droidz posted is only for when you're dead and standing RIGHT on the spot before the dungeon. Then it will walk you into the dungeon from that point on.
    So you need to change the coordinates correctly and it will work.

    is good , but     bot after die in dungeon - teleporting on spirit healer  ,after  need code(with pathfinder) to run   of spirit healer to enter dungeon 

  7. On 11/24/2018 at 5:55 PM, Droidz said:

    Hello, try code like 

    
            wManager.Events.MovementEvents.OnMoveToPulse += (point, cancelable) => 
            {
    
    
                if (point.DistanceTo2D(new Vector3(-3077.433, 4942.94, -101.0476)) < 1.5 && !ObjectManager.Me.IsAlive && wManager.Wow.Helpers.Usefuls.ContinentId == (int)wManager.Wow.Enums.ContinentId.Expansion01)
                {
                    var enterdungeon = new Vector3(-3077.433, 4942.94, -101.0476);
                    point.X = enterdungeon.X;
                    point.Y = enterdungeon.Y;
                    point.Z = enterdungeon.Z;
                }
            };

     

    not work ....bot run without pathfinder ..... need to create path for new vector

  8. Hello all , have problem on start WOLTK and Classic     if i start  Wolk after Classic  or Classic after Woltk - i have windows "hardware changed"    while i dont press ok or not -  game not start 
    One of the decision is  run from another user in properties of the shortcut of wow.exe    .....need to add in field - object  of the shortcut  ( runas /savecred /user:User Wow.exe)     but relogger not work with shortcuts .... and   wow args in relogger dont work if i add this comand........ how to resolve this window  , any help?

    changer.png

  9. northdale detect virtual mashines? have 2 computers    ..........1 computer have 2acc and dont have  virtual mashines /......and 2 computer have 3 virtual mashines ...... banned all 3 virtual mashines ,but   1 computer bots is alive   virtual mashines hardware changer  , mac changer ......gold not send and not trade   accs created ob different vpn country and cash cleared after every registration.... only 2 bots on 1 virtual mashine ......how they detec me?  maybe need to every virtual mashine create different windows? 3 virtual mashine is copy of one.....but all paremeters is changed...mac,hardware id , region parameters, count of memory.....

×
×
  • Create New...