Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. This versions are outdated and not supported. Supported versions for private server are here: http://wrobot.eu/forums/forum/66-wrobot-for-wow-private-server/
  2. I thank that this problem is caused by your server (if you can give me the name). You can try to use this plugin: http://wrobot.eu/forums/topic/2747-clear-session-blacklist/?do=findComment&comment=12547
  3. Hello, I'll add it. I comeback here when is done.
  4. Hello, I have removed it. But it is possible manually, you need to edit file "WRobot\Settings\packages.xml" and add link to your zip file, for it edit packages.xml with notepad and add after "<UrlProtocolXML>": <UrlProtocolXML> <UrlZip>http://url.com/file.zip</UrlZip> <Name>Your files name</Name> <Author>Your name</Author> <Size>0</Size> <AutoUpdate>true</AutoUpdate> </UrlProtocolXML>
  5. Hello, I'll add it, I comeback here when is added. http://wrobot.eu/forums/topic/4143-sky-golem-fixed-yet/?do=findComment&comment=19465
  6. In your log, you use an old version of WRobot.
  7. Hello, You can create plugin (change id in this plugin: http://wrobot.eu/files/file/517-potion-of-luck/ ) Or, if it is only for one quest, add step type 'RunCode' before 'pulse' (and after 'PickUp') quest with code: Thread t = new Thread(() => { uint itemId = 62899; int questId = 93351; uint buffId = 135855; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (!ObjectManager.Me.HaveBuff(buffId)) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); (ofcourse, change itemId, questId and buffId)
  8. Hello, WRobot don't use XSD schema, but he serialize class "Quester.Profile.EasyQuestProfile" (in "Quester.dll"). You can write your own converter, but he miss some informations in HB quest profiles, and the struct is very different. You can also found an converter in tools of "Easy quest creator", but it is not complet.
  9. Hello, do you have try to reinstall WRobot to reset WRobot settings (just install your fightclass)
  10. Hello, try to put these spells (opening spells) in higth priorities (top of list) with "Spell Settings" "Once per Target" at "True".
  11. Hello, http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/
  12. Hello, sorry but no support for old WRobot versions. If you want support, use last WRobot version for MoP http://wrobot.eu/forums/topic/2477-download-wrobot-for-mop/
  13. You have two choise: By default (with default wrobot settings), WRobot dismount if you are attacked and near the node to kills mobs (if you are not near node, mobs are ignored). Or you activate option "Ignore fighting during farm if in druid form" (in advanced general settings tab "Looting and..." and WRobot skip nodes when your character is attacked (and skip fight also) if you are in sky golem).
  14. You get also this problem with WRobot 1.6.1 (31919)?
  15. /run SetCVar('autoDismount', 1); SetCVar('autoDismountFlying', 1); Essaye de rentrer ce commande dans le chat wow
  16. Keep active the option "Ignore fighting if in ground mount". Try to reinstall WRobot if your problem is not resolved.
  17. http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 12
  18. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 6, 7, 10, 14
×
×
  • Create New...