Jump to content

Droidz

Administrators
  • Posts

    12442
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from fragik in How to create Quest profile   
    Sorry for my bad English, I will correct later.
  2. Like
    Droidz got a reaction from fragik in How to create Quest profile   
    Salut, si ça peut t'aider regarde dans le dossier "WRobot\Profiles\Quester\Cache\", les profils XML sont convertis en c# (ça te donne des exemples). Pour ce que tu veux faire, reste dans avec un profil XML est utilise une quête de type "OverridePulseCSharpCode" (ou "FullCSharpCode" si elle est complexe) (regarde dans le dossier Cache après avoir lancé le profil pour comprendre ou est mis le code). Si tu veux je peux essayer de la coder, pour ça donne-moi le plus d'information possible.
  3. Like
    Droidz got a reaction from fragik in Fishing + Mail   
    Hello, yes, use fish bot default settings and in advanced general settings you have mail settings
  4. Like
    Droidz got a reaction from fragik in Problème sur le BOT   
    Bonjour, pouvez vous partager vos fichier log ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
     
  5. Like
    Droidz got a reaction from fragik in Problème sur le BOT   
    Bonjour, pouvez vous partager vos fichier log ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Like
    Droidz got a reaction from Arcangelo in Both gatherer and killandloot in one pulse in quester   
    Hello, add objects at havrest with c# code step, and use killandloot quest type:
    wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(235390); (replace 235390 by object id) (sample: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ )
     
  7. Like
    Droidz got a reaction from exforge08 in Recalling my hunter pet!   
    Put at this option:
    Call Pet 1 And save your fightclass.
     
    If this don't works please send me your fightclass (to attach file at your reply look ).
  8. Like
    Droidz got a reaction from Arcangelo in (Bug) Pick up quest on item   
    Hello, use lua to wait, I comeback here when is fix.
  9. Like
    Droidz got a reaction from wolerix in Come back to the starter aera for sell   
    Hello, try to reset your settings
  10. Like
    Droidz got a reaction from tray in Change fight profile.   
    wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass("myfightclass.xml");  
  11. Like
    Droidz got a reaction from mercomy in 7.0.3   
    Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  12. Like
    Droidz got a reaction from reapler in Register Combat_Log with args   
    Hello, I confirm than "COMBAT_LOG_EVENT_UNFILTERED" seem skip in "OnEventsLuaWithArgs ". I'll fix it, I comeback here when is done, to wait you can try to use lua script
  13. Like
    Droidz got a reaction from megabbyte in Relogger! wow1.exe wow2.exe?   
    Hello, you can also add task type "ChangeWowPath"
  14. Like
    Droidz got a reaction from Arcangelo in Request (add x bars in grinder)   
    You can use custom iscompleteconditon like 
    return ObjectManager.Me.Level > 7 || (ObjectManager.Me.Level == 7 && ObjectManager.Me.Experience > 0 && (ObjectManager.Me.Experience * 100 / ObjectManager.Me.ExperienceMax) > 50) (to complete quest when you level is bigger than 7.5 (7 at 50%)
  15. Like
    Droidz got a reaction from TheTom in 14868 - Please connect to the game   
    Hello, when you get this problem try to relaunch wow and battlenet to update wow
  16. Like
    Droidz got a reaction from fragik in Update Status - Patch 7.2.0 Build 23852   
    Update done
  17. Like
    Droidz got a reaction from fragik in Update Status - Patch 7.2.0 Build 23852   
    I start to work on this patch
  18. Like
    Droidz got a reaction from maxbot in Update Status - Patch 7.2.0 Build 23852   
    Update done
  19. Like
    Droidz got a reaction from Kikkass in Update Status - Patch 7.2.0 Build 23852   
    Update done
  20. Like
    Droidz got a reaction from Mlarssa in Update Status - Patch 7.2.0 Build 23852   
    Update done
  21. Like
    Droidz got a reaction from Asoter in Update Status - Patch 7.2.0 Build 23852   
    Update done
  22. Like
    Droidz got a reaction from Kikkass in Update Status - Patch 7.2.0 Build 23852   
    I start to work on this patch
  23. Like
    Droidz got a reaction from kevin929292 in Update Status - Patch 7.2.0 Build 23852   
    Update done
  24. Like
    Droidz got a reaction from kevin929292 in pandaria archeology location bug   
    Hello, you can fix location of digsite in tab "Product settings"
  25. Like
    Droidz got a reaction from reapler in DirectX Draw   
    Hello,
    // remove all landmarks by ID wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Remove("MyCircleId"); // Add landmarks wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Add(new MiniMapGenerator.LandmarkMiniMap(new Vector3(1, 2, 3), "MyCircleId", Color.Red)); wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Add(new MiniMapGenerator.LandmarkMiniMap(new Vector3(1, 2, 3), "MyCircleId", Color.Red)); You don't need to run this code on all frame, by only one time (or when you want to change/add/remove position)
×
×
  • Create New...