Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Normally WRobot dismount only if attacked and near the mine/herb (to avoid to fail farm), or if harvest are cancel (if the player get domage during harvest, farming is cancel). You can avoid nodes with hostiles units near with option "Max unit near...", if you use druid you can activate option "Ignore combat is druid form...", but you cannot skip node if you are attacked.
  2. To run lua code: Lua.LuaDoString("PlaySoundFile('Sound\\Creature\\Rotface\\IC_Rotface_Aggro01.ogg')"); To run lua macro: Lua.RunMacroText("/console Sound_EnableSFX 1"); To run lua code and get value: var luaValue = Lua.LuaDoString<string>("return GetUnitName('target');"); To play sound with WRobot (in c#): var myPlayer = new System.Media.SoundPlayer { SoundLocation = Application.StartupPath + "\\Data\\newWhisper.wav" }; var tPlay = new robotManager.Helpful.Timer(1000 * 5); // 5 sec = 5000 ms while (!tPlay.IsReady) { myPlayer.PlaySync(); } myPlayer.Stop();
  3. Droidz

    Bot close

    Hello, You use trial version (limited at 15 minutes by session). To remove time limit you need to buy WRobot subscription.
  4. I have added the option "Random jumping when move" in advanced general settings, wait next update and disable this option.
  5. Hello, You cannot fish in gatherer profile. But you can harvest mines/herbs on fisher profile. The best way is to create fisher profiles and pass to the edge of the water.
  6. Droidz

    25 Blcokages

    Hello, Can you share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ . You can disable "blockages" secutiry in tab "General Settings" > "Enter advanced settings..." > tab "Stop game / bot / Security" > "After x Blockages latest 10 minutes".
  7. Hello, To start, go to tab "Map" and activate option "Radar3D" and, click on bouton "Development Tools" in tab "Tools" (use "Me/Target position" to get your current position). If you want remove profile position, open you profile in the editor (Profile Creator), in game go near the position (radar 3D help you) and click on bouton "Remove of path nearest position of your character". If you want edit position, you can also use editor (Profile Creator), double click on the cell to edit the number. If you want add position, the best way is to open profile file with text editor (like blocknote au notepad++), you can add manually xml code.
  8. Thank you for giving the solution, I have added license key at your WRobot account.
  9. Hello, Try to replace "Cast On" : "party1" by "target". Add condition 'Have Target' > Value = "True" If you can share your log file if you get again problems.
  10. Je suis désolé mais le serveur ne doit probablement pas envoyer d'info au client sur les joueurs invisibles. Si c'est le cas il est impossible de connaitre leurs positions.
  11. Hello, Sorry, I cannot help you, you use an very old WRobot version, he has a lot of change since. But the best way is to use C# code if you cannot make it to work with default options of "easy quests profile".
×
×
  • Create New...