MMOCrawlerbots - API - MMOCrawlerbots | WoW Bot Forum
Important: Please register to use the 20 minutes trial version or buy the bot!
The Bot is ready for World of Warcraft 5.4.7 Build 17956

Follow us on facebook: www.facebook.com/mmocrawlerbots


UpdateLauncher DOWNLOAD
Wow Bot: CrawlerBot Last version: click here State: EU:workingUS: working

Author Topic: MMOCrawlerbots - API  (Read 2922 times)

February 04, 2013, 23:15:11 PM

telcy Online

  • *
  • *
  • Join Date: Jun 2012
  • Posts: 1922
  • Reputation: 203
    • View Profile

April 12, 2013, 06:45:18 AM
Reply #1

kolbenhans Offline

  • *
  • *
  • Join Date: Dec 2012
  • Posts: 935
  • Reputation: 269
    • View Profile
Sollte dringend mal ein Update erfahren lieber Telcy.

Gruß KH

April 12, 2013, 16:31:22 PM
Reply #2

seedlord Offline

  • *
  • Join Date: Sep 2012
  • Posts: 693
  • Reputation: 39
    • View Profile
ja ist sehr hinterher geschliffen worden und nicht wirklich einheitlich

müssen mal alles zusammentragen und dann mal bequaseln

May 01, 2013, 13:16:45 PM
Reply #3

ian2000611 Offline

  • *
  • Join Date: Nov 2012
  • Posts: 19
  • Reputation: 0
    • View Profile
Need more info on the params for DoGrind()

I am trying to grind for 5 minutes, but the only example I can find is using a stop condition based on quest step completion.

May 01, 2013, 14:12:54 PM
Reply #4

kolbenhans Offline

  • *
  • *
  • Join Date: Dec 2012
  • Posts: 935
  • Reputation: 269
    • View Profile
I think this must be:
Code: [Select]
DoGrind("Time", 1, 5)
regards
Kolbenhans

June 01, 2013, 12:34:15 PM
Reply #5

Axas Offline

  • *
  • Join Date: Oct 2012
  • Posts: 91
  • Reputation: 18
    • View Profile
Is there any other source of APIs coz this one is not really helpful, i found APIs in other peoples profiles that are not even mentioned on this site, like
WasQuestDone() i assume it checks the characters QuestCache to see if this quest was completed already.
TurnInQuestRunningNP() explains itself but i cant find it in the list of APIs
and alot more...
« Last Edit: June 01, 2013, 12:42:46 PM by Axas »

June 01, 2013, 15:48:27 PM
Reply #6

seedlord Offline

  • *
  • Join Date: Sep 2012
  • Posts: 693
  • Reputation: 39
    • View Profile
yea thats right .. the api is very outdatet but it will be completly reworked

June 02, 2013, 16:06:57 PM
Reply #7

Axas Offline

  • *
  • Join Date: Oct 2012
  • Posts: 91
  • Reputation: 18
    • View Profile
yea thats right .. the api is very outdatet but it will be completly reworked

I hope its gonna happen soon ;)

And just IF telcy is fine with that could u publish the way the APIs work aswell - like you can see in the legendary.lua by riarry. (Not all functions coz i think telcy doesent want to release every secrete ^^)

example: (with this everyone is able to figure out own functions or more supporting APIs)
Code: [Select]
function UseObject(id, walkto, wait)
     walkto = walkto or 3
     wait = wait or 1000
     local obj = GetObjectByDisplayID(id)
     if walkto == 1 then
          a = GetObjectPos(obj)
          WPX(a[0],a[1],a[2],3)
     end
     Sleep(500)
     InteractWith(obj)
     Sleep(wait)
end

 

* Recent Topics

* Useful Stuff