What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Getting quest data from wowhead

eniac

Member
Joined
Jul 22, 2010
Messages
107
Reaction score
2
Hi,
I'm currently working on a script that converts zygor guide to HB-questorders.
My problem is, that there are only the mobnames for killquest in zigor, not the IDs.
So i thought about getting the ids from wowhead by reading the quest data;
But I have no idea how to actually do this.
my first trys where coded in python, but the page i got from wowhead was just a bunch of crap, the actual questdata seems to be in a javascript or something.
I'm really stuck.
If someone could post a code snipped or something on how to solve my problem i'd be really glad :D
 
There is a easyer way.but i will let you fin out how.
 
could you at least give me a hint?
tried to find a solution for 2 days now
 
Last edited:
Just search the mob name on wowhead till you find a better solution
 
if you want to stick to wowhead you can search for the mobname and get the id from the url you'd be redirected to
OR: simply use a pserver database(mangos,ascent,dunno what is more correct and represents the live situation more) and do a simple query "select id from table where name='MOBS NAME HERE';" what would be way faster,easier and less crappy cause of laggs etc xD
 
There is a easyer way.but i will let you fin out how.

What a fucking useless post. srry eniac, I dont think what your looking for is currently supported, it would have to be custom.
 
What a fucking useless post. srry eniac, I dont think what your looking for is currently supported, it would have to be custom.

Yes, you would have to make a program for it, ive heard a few people making them, but with other reasons in mind.
 
Back
Top