Jump to content

Zan

WRobot user
  • Posts

    551
  • Joined

  • Last visited

Everything posted by Zan

  1. Where did Droidz say that?
  2. number = 5; i=1; for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Soul Shard") then if i > number then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; i=i+1; end; end;
  3. Yes it's only for private servers.
  4. If you can't afford €6.66 / mo then you need to find another hobby.
  5. If you pay for WRobot you can download Fight Classes.
  6. If you're using a 4K monitor, change the resolution to 1080.
  7. =false;
  8. Here is the quick and easy explanation: .xml is using the WRobot Quest or Fight Class editor .cs is written in c# .dll is usually a compilation of several .cs files into one and can also use obfuscation to protect their code written in the file so it cannot be changed. I write .cs and .dll for my questing files to be used in Profiles -> Custom Profile folder in WRobot For .xml Questing you place it in the Profiles -> Quester folder or Gatherer or Fisherbot or Battlegrounder. Depending on what it's used for. For Fight Classes you can place all 3 types into the FightClass folder.
  9. Try a different MoP version of WRobot.
  10. Private WoW servers only
  11. "The Absent Minded Prospector" and change all questid to questname to avoid confusion.
  12. Try quotes around the name?
  13. 1 session for 1 yr at 22.99 euro
  14. https://wow.gamepedia.com/API_CastSpellByName
  15. Read the upper left under WRobot please.
  16. No. WRobot is for private server only.
  17. He said it will not happen several times. It's better that way than getting a cease and desist and shutting down all versions on WRobot.
  18. I'm amazed at the amount of people who can't read the upper left corner or the home page.
  19. Retail is not supported.
  20. Which WoW version are you playing?
  21. https://wrobot.eu/articles/news/the-begining-of-the-end-of-wrobot-for-official-servers-r124/
  22. Delete bindlocation; ", " You need it to be return hearth;"
×
×
  • Create New...