teroare
November 10th, 2003, 15:10
the DarkEngine seems to anounce the current song only in one channel ( something like "/me" ) ..... i was wondering if i can edit it ... to do something like "/ame" ..... if ya can send me some instructions on how to change it on this forum or aty teroare007@yahoo.com ... it would be much apreciated .... regards
aprentice
November 11th, 2003, 05:15
the DarkEngine seems to anounce the current song only in one channel ( something like "/me" ) ..... i was wondering if i can edit it ... to do something like "/ame" ..... if ya can send me some instructions on how to change it on this forum or aty [] ... it would be much apreciated .... regards
You can edit the "pamp" alias to format it to any way you desire.
You can find more info on it here:
http://www.darkengine.net/sdk/winamp.htm
under "Winamp Song Parser". To access the script file press alt+r in mirc
and look for de2.mrc. /ame is the equvilant of /me except for every channel.
teroare
November 12th, 2003, 09:49
yes ... i thought that in the "pamp" section i will find the key to solve my "problem".... but either i dunnt know how .. either it cannt be done ... i can't make the script to announce in all channs what i'm listening ( this beeing my main interest ) ..... so if anyone did it ... pls send me the script ( only the important lines ) ... here or again at my mail ... teroare007@yahoo.com... 10x ..regards
apexad
November 14th, 2003, 09:51
yes ... i thought that in the "pamp" section i will find the key to solve my "problem".... but either i dunnt know how .. either it cannt be done ... i can't make the script to announce in all channs what i'm listening ( this beeing my main interest ) ..... so if anyone did it ... pls send me the script ( only the important lines ) ... here or again at my mail ... teroare007@yahoo.com... 10x ..regards
basically, add the 'a'
alias pamp { set %wamp.format is listening to " $+ &a $+ " .: $+ &b / &c / &d - &e $+ / $+ &f $+ :. | ame $dll(darkenginex.dll,parsewinamp,%wamp.f ormat) | unset %wamp.format }
teroare
November 14th, 2003, 11:53
yes ... that much i figured out my self ... allready tried that ... does not work ... maybe tha script cann't do what i want ... maybe i'm just plain stoopid :DDDDD .... anywayz ..if anyone has anymore ideeas .... i am ready to try them .... regards
madalin
June 2nd, 2005, 02:16
Ok. For my personal use i managed to create those aliases almost exactly like the /wamp function does it. I am using darkengine 2.00 and in in there was a bug in the pamp function (couldnt find darkenginepro.dll and the function parseGetWinampSong (or whatever its name was) causing it to stop). I rewrote two aliases. I am gonna paste them here. Hope it helps anyone else like they help me. The aliases i created are for (onotice and a /ame type of.) From this you can re-make your own aliases also... (notice, kick..etc :P)
Have fun.
1. - ONOTICE :
alias wampo { set %wamp.format $+ $color(join) $+ playing: " $+ &a $+ " .: $+ &b $+ | $+ &c $+ | $+ &d $+ | $+ &f $+ :. | onotice # $dll(darkenginex.dll,parsewinamp,%wamp.f ormat) | unset %wamp.format }
2. - AME (message to all channels)
alias wampall { set %wamp.format $+ $color(join) $+ playing: " $+ &a $+ " .: $+ &b $+ | $+ &c $+ | $+ &d $+ | $+ &f $+ :. | ame $dll(darkenginex.dll,parsewinamp,%wamp.f ormat) | unset %wamp.format }
NOTE on last edit: I used now phpcode as for code was adding two spaces in my code line. (This could be a bug in this board ??)
*** !!! NOTE NOTE NOTE !!! ***
: If using this alias please replace any wamp.f ormat with wamp.format
SkinArt
June 4th, 2005, 20:00
when winamp isint running /pamp command not say winamp is not running, but some ascii char error. is this bug fixed on actual version? i use /pamp because i like to customize msg of winamp.
/wamp notice you when winamp isint running, /pamp not.
aprentice
June 4th, 2005, 23:27
when winamp isint running /pamp command not say winamp is not running, but some ascii char error. is this bug fixed on actual version? i use /pamp because i like to customize msg of winamp.
/wamp notice you when winamp isint running, /pamp not.
thats already been addressed in the future versions, the new version has a fully customizable dialog for winamp song playing thats designed to replace /pamp but /pamp will continue to exist
SkinArt
June 5th, 2005, 19:36
thats already been addressed in the future versions, the new version has a fully customizable dialog for winamp song playing thats designed to replace /pamp but /pamp will continue to exist
Very nice aprentice, can't wait for new version. Hope your release soon.
vBulletin v3.6.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.