Jump to content

valetine

WRobot user
  • Posts

    81
  • Joined

  • Last visited

Everything posted by valetine

  1. Server not down,if i use a VPN, i can access the official website.but cant connect to the wrobot program server.
  2. HI: Recently, I was unable to connect to the wrobot server. When I started wrobot, nothing happened. Similarly, I can't open the official website of wrobot. C:\Users\xxxx>ping wrobot.eu 正在 Ping wrobot.eu [104.28.29.218] 具有 32 字节的数据: 请求超时。 请求超时。 请求超时。 请求超时。 104.28.29.218 的 Ping 统计信息: 数据包: 已发送 = 4,已接收 = 0,丢失 = 4 (100% 丢失), I think this is because of the Chinese government's GFW project, because when I use a VPN proxy (such as SSTap), I can access the official website of wrobot, but in the case of using VPN, I still can't connect to the wrobot server. , an error message will appear. (I have removed the wrobot many times and re-downloaded it, still can't connect to the server.) How should I do? 21 7月 2018 09H08 - LeJCaQ.log.html 21 7月 2018 09H54.log.html
  3. Why now is it August 31, 2025? It should be November 11, 2027. Can you confirm this again?
  4. Hello: I purchased a 10-year license on November 11, 2017, but today I found that the license expired on August 31, 2018. what happened? what should I do?
  5. The 10-year license I purchased is about to expire, what happened?
  6. These issues are because of the distance to the target or the terrain, so it doesn't happen often. I use your FC to farm mats, and I never leave the computer, so I can discover these problems.
  7. Lightshope Serve.I have tested for a long time, I can confirm that these issue exist.
  8. Another problem is that after Backtracking, the character cannot face the target at the first time. After the shooting fails( game error message 'Target needs to be in front of you' ), the character will face the target correctly.
  9. Both of the tow bugs has always existed. Pet switching target bug because of that the pet don't have enough time to go to near ranged mob. Backtracking bug on the hills because of that the target will not be in view.
  10. This problem has always existed, not appeared after the update wrobot. It's just that I have time for feedback today.
  11. Backtracking bug on the hills When I try to Backtracking on the hill, my character will just keep going down and up the hill because the target will not be in view. This looks very botly.
  12. Pet switching target bug If there is a ranged mob and a melee mob attacking you at the same time, and the ranged mob is not in the melee range, the pet will run to the ranged mob, but it will return at the halfway to attack the melee mob. So the pet cant attack the ranged mob,just keep running between the tow mons.This looks very botly.
  13. In party mod, the healer never healing himself. The reason is that he never target himself. Im sure i enable Healer option. Then i add a heal spell and set cast on self, now he just healing him self, and no longer taget any party members, alwayst target the mob that attack him.
  14. @Droidz Hello,Can i get more help? Use the following macro in the game can get a message ‘Curse’ ,Why in Wrobot conditions can not work? /run for i = 1, 16 do local debuffTexture, debuffApplications, debuffDispelType = UnitDebuff("player", i); if debuffDispelType then DEFAULT_CHAT_FRAME:AddMessage(debuffDispelType); end end And How to detect debuff Type also not work in vanilla.
  15. Thanks,but......still not work. Same debug message in the log: [D] 20:37:37 - [FightClass] Remove Lesser Curse - NeedToRun = false - condition [D] 20:37:37 - [FightClass] Remove Lesser Curse - NeedToRun time to execute: 31 debuffApplications.xml
  16. Thanks for your help, I have replaced UnitAura with UnitDebuff,but still not work. Even if I try to replace debuffAuraType with debuffType, it is still not work. There is a debug message in the log: [D] 19:57:18 - [FightClass] Remove Lesser Curse - NeedToRun = false - condition debuffAuraType.xml debuffType.xml
  17. I want to add Remove Lesser Curse to mage FightClass by Fight Class Editor. Which “ conditions” i need to ues? It seems impossible to add all the curses by the conditions:Buff And Check if any buff/debuff by type seems not work in vanilla. LuaScript: anyCurse = false; for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if name and debuffAuraType and debuffAuraType == "Curse" then anyCurse = true; return; end end Return Value Research: true Return Value Var: anyCurse
  18. Yeah,never showed the DeeprunTram Map.
  19. About 6 mounths agao,I can sure when I was recording, path also show in the game . But at this time, it will not show, i dont know why....
  20. Hello,when i use quest mode to record followpath, the path cant show in game, im sure that i has enable "Radar3D",anyone know why?
  21. DeeprunTram map cannot be displayed on vanilla server, and there is an error message in the log. [D] 20:11:35 - GetRequest(string url="https://pathfindervanilla.mmorobot.com/", string parameters="FindPath=eyJLIjoiMjM2MDQwMDc4MTcwIiwiQyI6IkF6ZXJvdGgiLCJTIjp7IlgiOi00ODM4LjgyMiwiWSI6LTEzMTcuNTk0MzYsIloiOjUwMS44Njh9LCJFIjp7IlgiOi00ODM4LjAxNiwiWSI6LTEzMTIuMzI4LCJaIjo1MDEuODY4fSwiVyI6MS41LCJCIjpmYWxzZSwiQSI6W10sIkYiOjIsIkciOjAsIkwiOmZhbHNlfQ==")#3: System.Threading.ThreadAbortException: 正在中止线程。 在 System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 在 System.Net.ConnectStream.ProcessWriteCallDone(ConnectionReturnResult returnResult) 在 System.Net.HttpWebRequest.CheckDeferredCallDone(ConnectStream stream) 在 System.Net.HttpWebRequest.GetResponse() 在 robotManager.Helpful.Others.PostRequest(String url, String parameters, Boolean showErrors, Int32 requestTimeoutMs)
  22. When I go backwards, if there are obstacles behind me, I will get stuck and keep back, so it is easy to see you are a bot. Is it possible to increase the function of detecting backwards to avoid obstacles?
×
×
  • Create New...