Jump to content

MagicianPT

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by MagicianPT

  1. Hello all. So sorry to dig up an old topic, just want to give a small contribution for those that need a fast way to set volume up/down and do not own a multimedia keyboard. So... on a modern keyboard we have the [Fn] key, witch is usually used to various multimedia functions... I think that the most important is the volume up and down. I've recently bought a keyboard with no [Fn] key, so I've searched the net for a small script that would help me find a way to have sound volume settings directly from my keyboard, so I've found this topic, witch is good, but not as simple as I'd like... so I've made my own script. If some of you are looking for this same feature, no need for further search... just look below HotKeySet("^{PGUP}", "vup") HotKeySet("^{PGDN}", "vdwn") While 1 Sleep (1000) WEnd Func vup() Sleep (5) Send ("{VOLUME_UP}") EndFunc Func vdwn() Sleep (5) Send ("{VOLUME_DOWN}") EndFunc This simple script will remain visible on your taskbar as long as you want [Ctrl] + [Page Up] => Volume up [Ctrl] + [Page Down] => Volume down EXIT => click on icon in task bar
  2. ty for you reply i have done nothing yet... i don't even know where to start... I'm reading what i find about mysql and autit, but i suppose i should have also some bases on mysql, witch i don't and i was hoping i could find a script that i could take example from... I'm adding a pic of the db to show you why i call it "lines" when i look at he pic, it seems like something easy to do (and maybe it is), but i know nothing about mysql and/or finding words and strings in a text. i'm trying... trying.... but just cant understand some of the examples i've seen. sorry please help. cheers. http://img255.imageshack.us/img255/9662/loggg.jpg
  3. Hi there Comunity i need to do something (fast) with autoit, wich i have no clue on how i can do it although i've searched for a while in the forum and haven't found what i need, even using search, so i'm sorry if there is already a post about this and i haven't found. So, what i need to do is this: Intro: I have a game server running in one of my computers and the server keep a realtime log from the general chat i can read them with navicat and all because its in mysql db. So firstly I need the script to check the last line of the 4th column of the log db looking for a "key" word and if the word whas present in the line, he should get that player's name (actually is for filtering help requests from players), and paste the name in a pre-configured command line in the chat of the game as if i, the game admin would tipe that command, then register that name in a ini file so next time script can compare the name he found and if he find a match, he skip the command line and keep checkig (refreching) the last line os the chat log. The line in the mysql db look like this: Name : text of the player (notice that there is a space before and after the ":") I'm so sorry and embarrassed for having to ask help in this... but i really dont know how to do it and maybe with a even small exemple, i could understand this better and figure out how can it be done. Ty and Cheers all
  4. In the end those handle codes are some bug in the autoit window info tool... Sorry my bad... back to 0 now... again!
  5. Hi i dunno about the rest, still checking that out, but to start with, u have an little error in your very first line: you have: Opt ('WinTitleMatchMode','2') And command is: Opt ("WinTitleMatchMode",2) And yes i am having some trouble too to get control ids on metin2 for example, creating an hidden autopickup function... i can get it to type "zzzzzzz" in the "shout" but just cant pick nothing from ground! lol I really suppose that we just have to figure out the right control ID... maybe in some "gethandle" of one of the following controls handles: 0x00010066 0x00040672 Im working now on how that works... i'm NOT that expert and starting this new autoit phase now, so, any more help is very welkome. btw i got those handle codes with the AutoIt window info tool althoug running game in full screen cose im in a netbook atm. cheers
  6. ok i have confirmed already, it works fine just have to be same name. Thx for your great job once again
  7. Thax Valuater, for you FAST reply Once more, i soddenly start having all but COM errors in all my test computers... turns out that seems to me that it has something to do with gmail and/or ssl connections, because i try it out on gmail and it was ok then today it was not ok... but then i test gmail smtp with outlook and there was errors in connection....... gmail? not connecting with smtp? possible... anyway, i've set up a gmx account and tested... same thing... but little different, same error in xprotec, but diferent on outlook and the jos's stand alone mailer... error code 2... then i've set up my isp smtp, and all is running smoothly Didn't find out if it was a gmail/gmx smtp server error, or if it is because i'm using a router, or because my isp need a dns addres... no matter anyway. Its working!! again!! although strange that one day is ok and the other come with these errors.... But, Once again, is NOT your script errors. so all these m8s have to dig deeper (like i did) to find what is causing their error. OK, my "just one more question" is: - If at some point i want to make an update to my script or a bug fix... anything, i just have to provide the file with same name of the first and the script users only have to copy the file to same folder, replacing the old one, am i rong? I mean... I make all necessary changes to my .au3 file, then i compile the new file with xprotec. A already validated/licensed user will not have to register/pay again if he copy the file to same folder thus replacing the old file. Is this the way it work for updates using Xprotec?
  8. hi all... BTW and first of all... GREAT JOB! CONGRATS!! I'm kinda new in AutoIt, but already passioned by! ok... for some "com error" some people talk about here, i have them too in this computer, then i try it on another computer and program run with no problem at all. Turns out that is a computer error (your computer) and not a script's error. Maybe a windows configuration error, or if you have, like me, an altered windows (i have the XP SP3 DX10 Gamers edition in this PC)... and btw u can't install printers, also Outlook have problems in this version of windows so.... its windows error, not the script. :S ok, so MY question about this great program, is: - What will happen after the end of the trial time? I've altered the date of my test pc so i could see... he open my paypal link, but for (temporary i hope ) financial reasons, i cant make the payment, so i'm asking here - What is the XProtec procedure after the payment? - Does he "see" people making the payment, or does he give another 30 day (or whatever time we chose) use time? - Or do he send an email to us devs so we can send a final code? If so, how do we get that code? I've read the all post and unless i miss something (pardon me if so) there is nothing said about that. Note: As soon i start making some profit with my program's sellings, my finnancial problems (the ones i've explained before ) will end, and i'll be glad to donate here guys, u earned that! Keep Up this great job and sorry for some bad English. Cheers
×
×
  • Create New...