Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, http://wrobot.eu/forums/topic/1925-sample-dungeon-profile/
  2. In your log, WRobot dismount because you are stuck
  3. Hello, do you have try to active option "Ignore fighting during farm if in druid form" in advanced general settings tab "farming..."?
  4. Hello, In game, when you have selected http://fr.wowhead.com/npc=105393/il-gynoth, can you go to tab "Tools" > "Development Tools" > bouton "Memory informations" and send me result by private message.
  5. Hello, try to replace if count and count =< 6 then by if count and count <= 6 then
  6. Can you share your log with new setting/profile
  7. Hello, you can also, in grinder profiles editor add zones, in all zones put the min/max level in "For character level 'x' to 'x'". WRobot will change zone automaticly.
  8. Bonjour, vous pouvez regarder ce guide http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/ et lire http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf . Editer également de fightclass qui existe déjà (pour wotlk ou cata) afin de voir comment utiliser les sorts.
  9. ps: you can also replace if (itemId > 0) ItemsManager.UseItem(itemId); // if it is item if (spellId > 0) SpellManager.CastSpellByIdLUA(spellId); // if it is spell by Lua.LuaDoString("ExtraActionButton1:Click()");
  10. When you run in your wow chat /cast Ysera's Wrath this works?
  11. Do you have try to reinstall WRobot in new folder? if you can share your full log files.
  12. Ok, in the "action" column add text: lua: ServerHop_HopForward()
  13. Hello, Try to disable option (in advanced general settings tab "Path-finding") "Blacklist Npc/Node if unable to make full path to reach it". If this don't works, in your profile, after kill step add step to clear blacklist (step type runcode): wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();
  14. Hello, yes WRobot mount up only if target distance is greater than distance (or if it is loop path).
  15. Yes sorry, you don't need to add items names (this feature is rarely used, i had forgotten how to use it). You need to add in your NPC DB (tab 'tools') (or in your profile) npc type "Smelting" (WRobot read only position of this npc, in game select npc near smelting zone).
  16. Hello, Use quest type "InteractWithNpc", add position and stolem rams id, in "Macro when interact" put: RunMacroText("/whistle")
  17. Hello, http://wrobot.eu/bugtracker/548-zen-flight-is-not-recognized-as-a-proper-flying-mount-r358/
  18. Hello, before this quest, run this c# code in a step: wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false; wManager.BlackListSerializable.AddBlackListToWRobotSession(); And use spell type 'UseSpellOn'.
  19. Hello, var foodName = Lua.LuaDoString<string>(@" local foodId = {113509,80610,80618,65499,43523,43518,34062,22019,65517,22895,65516,8076,65515,8075,65500,1487,1114,1113,5349} local cid = 0; local maxCount = 0; for i, id in ipairs(foodId) do local c = GetItemCount(id); if c > maxCount then maxCount = c; cid = id; end end if cid <= 0 then return ""; end local name = GetItemInfo(cid); return name; "); if (!string.IsNullOrWhiteSpace(foodName)) { wManager.wManagerSetting.CurrentSetting.FoodPercent = 60; wManager.wManagerSetting.CurrentSetting.FoodName = foodName; }
  20. Hello, use grinder product and add fox id in the list of mob to attack (in grinder product wrobot gather also nodes).
  21. Hello, I have keep note of your suggestions, I'll look it when I'll work again on tbc version. but since last update, WRobot save quest turnin (quester works)
  22. Bonjour, pouvez vous partager votre fightclass actuelle
×
×
  • Create New...