To make an alert which would warn when a certain kind of mob appears? For ex. I am sitting at water lord area AFK and got my speakers on. Water lord appears and some kind of sound warns me that it appeared so I can go to my pc and kill it xD
Or use a pixel search for mobs hp and if its found send a sound or run winamp or a song instead of some other command :)Quote:
yes i think it would be easy to make it ,if u just know how to make program that receive the coming packet from the server
x1=49
y1=72
x2=1010
y2=610
loop
{
IfWinActive, [Conquer2.0]
{
PixelSearch, Px, Py, x1, y1, x2, y2, 0x0303B8, 10, Fast
if ErrorLevel = 0
{
run C:\Documents and Settings\User\Desktop\[COLOR="Red"]SONG.mp3[/COLOR]
}
}
}
I can't believe it xD. You made it :D . Oh and mob has to appear on ur screen so only then song starts? And if mob runs out of the screen song will stop playing?Quote:
Or use a pixel search for mobs hp and if its found send a sound or run winamp or a song instead of some other command :)
Code:x1=49 y1=72 x2=1010 y2=610 loop { IfWinActive, [Conquer2.0] { PixelSearch, Px, Py, x1, y1, x2, y2, 0x0303B8, 10, Fast if ErrorLevel = 0 { run C:\Documents and Settings\User\Desktop\[COLOR="Red"]SONG.mp3[/COLOR] } } }
song.mp3 ur song name
try to see if it works cuz i cant try it atm
@edit i tried it and it works ;]
ctrl+w to start it / ctrl+q to pause
@edit 2 i added it compiled where it asks you to type in the songs name :) for example the songs name is Disturbed - Stricken.mp3 it must be on your desktop and just type in Disturbed - Stricken or mark the file and press F2 and copy the text and paste it on the input box that appears when u press ctrl+w
I kinda can't make it run the song on WaterLord only :(Quote:
I can't believe it xD. You made it :D . Oh and mob has to appear on ur screen so only then song starts? And if mob runs out of the screen song will stop playing?
Edit: I have just tried it. Must song run on winamp? Because i get error maybe because my songs automaticly open on WLC media player. And I see that you have made to play song on ANY mob. I mean I need it only for WaterLord and no other mobs. xD. So if you don't bother try to change that.
Thatnks anyway :). But if anyone knows how to make this program make it please :handsdown:Quote:
I kinda can't make it run the song on WaterLord only :(
About the song running: right click on the song and change the settings so it open it with winamp/ or whatever you want/ and click ok/apply/.
I think that you might need something that reads packets so it could know when the Water Lord spawned not any monster. And I don't think that someone able to do that will do a proxy just for a Water Lord :\Quote:
Thatnks anyway :). But if anyone knows how to make this program make it please :handsdown: