Looks very Cool.
Reputation will be given.
Looks very Cool.
Reputation will be given.
no time to write ...
3.0.8 Release will be on 27. Jan. 2009.
The goal is to support as many languages as possible and I don't care about the forum language.To be fair, this is an english forum ( even if we do have nonenglish members )
Last edited by run32.dll; 01-23-2009 at 01:30 AM.
oh, we have to wait :-(((
4 days remainig
But thanks for rewrite to v 3.0.8![]()
EPIC!! Thanks for the Update to 3.0.8 ... works great!!!
Is it possible to turn off sound? ... I uses headphones and it's a bit loud :/
+Rep best radar I've ever seen!
Very ver big thanks for the update :-)
+rep
Hardcore, amigo.
Run WoW@School/Work/Any Firewall ASK ME about Your Freedom
wrong Version?
-> unsolved problem, no solution yet, seems to be a problem with memoryreading/insufficient privileges
I have found that this error is given when windows explorer has the "World of Warcraft" folder open.
Probably trying to get the process via the window title?
Anyway, hope that helps you in some way.
Shit I can't believe I did not find out this simple thing. YAWR can open the process via two diffrent ways. Simply using FindWindow is the first method.wrong Version?
-> unsolved problem, no solution yet, seems to be a problem with memoryreading/insufficient privileges
I have found that this error is given when windows explorer has the "World of Warcraft" folder open.
Probably trying to get the process via the window title?
Anyway, hope that helps you in some way.
Thank you very much for this solution - thats worth a repcookie for me because that bug pissed me off a long time.
I'll fix this bug in the next release. For now the solution is:
Don't open any other window with the title "World of Warcraft" when you start YAWR.
You can replace the wav-files in DATA\ with your own way-files or you can rename/delete them to disable the sounds. But do not delete the blp-files!Is it possible to turn off sound? ... I uses headphones and it's a bit loud :/
loot.wav will be played if a new usefull object appears near you.
scanunitalarm.wav will be played every 5seconds if YAWR finds the unit you set in yawrconf.ini with SET scanforunit "Time-Lost Proto-Drake".
I can't wait for my server to come back up so I can test this release out.
Looks great man.
"A friend in need is a friend indeed, but a friend with weed is better"
Very nice work.
A scanforgameobject variable would be awesome, too.
With the patch this morning, I think this needs to be updated a bit.
Whenever I launch it says I have the wrong WoW version. I have 9506 and it says I need 9464.![]()
+Rep for an awesome looking program.
Is YAWR able to scan for 5 or 6 units everytime?
like:
SET scanforunit "Time-Lost Proto-Drake".
SET scanforunit "THRALL".
SET scanforunit "Coffe".
SET scanforunit "Someone".
or only one each time, so i have to chance the ini file if i would track an other unit?
is there a way to update this program? because new patch today?
mfg Flo
doneWith the patch this morning, I think this needs to be updated a bit.
Whenever I launch it says I have the wrong WoW version. I have 9506 and it says I need 9464.
Atm you can only scan for one unit. Maybe I'll change this - dunno.Is YAWR able to scan for 5 or 6 units everytime?
Repped you before, but I don't think I posted a reply..
Anyway, this is certainly one of the best radars I've ever seen, very nice, lots of GREAT options.
I hope you continue to update it and keep it free, I absolutely love this.
@run32.dll:
Just a note, what I do on my radar to search for specific mobs is to use the npc ID in the unit object fields (from memory it's OBJECT_FIELD_ENTRY - at work so I can't check).
Convert the name to the id and your string checking performance hit goes away!
For instance, the npc id for "Time-Lost Proto Drake" (from wowhead) is 32491 - Time-Lost Proto Drake - NPC - World of Warcraft
so, in the code:
if(object->pObjFields->OBJECT_FIELD_ENTRY == 32491) { /* ZOMG WE HAVE A DRAKE... ahem. */ }