Search found 9 matches

by bugayev
2005-01-19 21:33
Forum: DCH++ General
Topic: TriggerBoy Script
Replies: 13
Views: 9777

Thanks Sedulus *bows down and worships*

That's done the trick nicely!

Thanks to everyone who helped me with this one - its greatly appreciated!
by bugayev
2005-01-19 07:57
Forum: DCH++ General
Topic: TriggerBoy Script
Replies: 13
Views: 9777

brilliant!

unfortunately, it still doesnt work :(.

for some reason, every time i have more than one set of triggers, NONE of them work. If i comment everything except /me, then /me works.

:?: :?: :?: :?:
by bugayev
2005-01-18 23:35
Forum: DCH++ General
Topic: TriggerBoy Script
Replies: 13
Views: 9777

Well, I tried substituting PseudoNymph's LUA for my own and there's still nothing. i even went so far as to put it into a new script, but nothing happened. Is there some kind of restriction on the use of SendToAll which could be stopping the message from being sent? Am I missing some critical piece ...
by bugayev
2005-01-18 19:45
Forum: DCH++ General
Topic: TriggerBoy Script
Replies: 13
Views: 9777

sorry, i completely forgot! :P --Action script by Ben Carmichael --Taken from the /me script by Sedulus dchpp.loadLib( "math" ) function dchpp.clientMessage( client, msg ) local user = client:getNick() local cmd = nil local parm = nil --substitutes for 3 letter commands local cmd = string.sub( msg, ...
by bugayev
2005-01-18 02:37
Forum: DCH++ General
Topic: TriggerBoy Script
Replies: 13
Views: 9777

Ok, so I tried using the /me script instead. However, when I try and add any more commands, nothing gets parsed..

Any LUA/DCH++ gurus got any pointers that I may be missing?

Thanks
by bugayev
2005-01-17 02:02
Forum: DCH++ General
Topic: TriggerBoy Script
Replies: 13
Views: 9777

TriggerBoy Script

Ok. I have my hub up and running (thanks again to everyone who helped with that) and I've installed the TriggerBoy script. However, I want to edit it slightly so that it will trigger when i type, say -punch hub --> then displaying "bugayev punches hub". I can get it to do this quite easily - I just ...
by bugayev
2005-01-05 07:11
Forum: DCH++ General
Topic: Windows Configuration Issue
Replies: 4
Views: 4570

that was the ticket! once i moved the XML into the correct directory, it all worked! Thanks to everyone!
by bugayev
2005-01-05 06:45
Forum: DCH++ General
Topic: Windows Configuration Issue
Replies: 4
Views: 4570

Thanks for the reply sedulus, unfortunately the problem is still there. It now reads "C:/DCH++/Plugins/" but when I login to the hub as an Op and type +help... nothing happens. I have the OpCom.dll and OpCom.xml files together in the Plugins directory, but it looks as if they're being missed, along ...
by bugayev
2005-01-05 01:40
Forum: DCH++ General
Topic: Windows Configuration Issue
Replies: 4
Views: 4570

Windows Configuration Issue

Hey, Firstly, I'd like to thank everyone who contributes to DC++ and now DCH++ - using this software is great :D. Now, I have a problem: I downloaded and compiled the 1.0 DCH++ from subversion. It's installed in C:\DCH++ on my PC, and is running as a service. In the dchpp.xml file, i've defined the ...