Search found 8 matches

by howie50417
17 Mar 2013, 16:31
Forum: Other Plugins
Topic: Use google talk to chat and control openkore
Replies: 2
Views: 4114

Use google talk to chat and control openkore

XMPP BOT use PYTHON https://www.dropbox.com/s/rli1w53cse2m193/messenger.py AND openkore plugin https://www.dropbox.com/s/fp4w3etbwqm60m0/messenger.pl RUN the XMPP BOT before running openkore. In XMPP BOT it should be set the BOT account and send the message to whom (the user account use to receive t...
by howie50417
16 Mar 2013, 00:41
Forum: Developers Corner
Topic: how to design a program who can control openkore in windows
Replies: 1
Views: 1746

how to design a program who can control openkore in windows

I what to design a program that can link the openkore and the google talk. In order to use the google talk chat on the guild channel. I have already use python design a google talk robot that can send the message from openkore to gtalk, and can receive the gtalk message. but I don't know how can I s...
by howie50417
12 Mar 2013, 08:24
Forum: Developers Corner
Topic: how to make the windows taskbar flash/blink ?
Replies: 5
Views: 8418

Re: how to make the windows taskbar flash/blink ?

THX ROX_Leopardo !!
Finally I use

`explorer http://google.com`

to catch my attention!

the effect is pretty great!
by howie50417
08 Mar 2013, 13:06
Forum: Developers Corner
Topic: About dir path in twRo can't use chinese path
Replies: 1
Views: 1979

About dir path in twRo can't use chinese path

It would let the translation fail to work when I put the openkore into the chinese path Then I modified \src\Translation.pm in line 128 return "$podir/$locale.mo" if (-f "$podir/$locale.mo"); change to return "src/po/$locale.mo" if (-f "src/po/$locale.mo"); And now the translation under the chinese ...
by howie50417
02 Mar 2013, 07:48
Forum: Developers Corner
Topic: how to make the windows taskbar flash/blink ?
Replies: 5
Views: 8418

how to make the windows taskbar flash/blink ?

I hope when I receive the private message from other player, the openkore will flash on taskbar in order to remind me. Like the messenger software, it will become yellow on taskbar if I didn't currently input focus. http://i.imgur.com/hWRCUWb.jpg If there exists any way to reach this function? Then ...
by howie50417
01 Mar 2013, 02:33
Forum: Other Plugins
Topic: [Plugin] Scheduler
Replies: 1
Views: 3294

[Plugin] Scheduler

It's a prototype of scheduler that I can plan an order of commands. https://dl.dropbox.com/u/37319001/Scheduler.zip It has 3 custom-made commands used for controling scheduler: scheduler : load the setting under the /control/scheduler.txt and add the order to scheduler. schedulercc : clean the order...
by howie50417
28 Feb 2013, 09:23
Forum: Feature suggestions
Topic: about openkore.pot
Replies: 1
Views: 5382

about openkore.pot

I'm twRo player and I have poor English but I will try hard to express. It's about location file in the \src\po . There's a file like a model used for localization translation, "openkore.pot" Anyone who want to make localization can use the software "Poedit", load the "openkore.pot", and translate o...