Page 4 of 5

Re: Love Openkore? Join the team!

Posted: 06 Sep 2011, 08:19
by Flemaverde
Looks Nice. But I'm sure that it would be hard for you to get familiar with Perl and OpenKore internals.
Maybe i can try studying Perl though I'm currently active in .Net and VB6...I just want to give it a shot. :)

Re: Love Openkore? Join the team!

Posted: 07 Sep 2011, 06:43
by EternalHarvest
Perl can be learnt on the go without any problem.

Re: Love Openkore? Join the team!

Posted: 03 Oct 2011, 14:45
by Mortimal
Name: Mortimal
Age: 21
Location: Ukraine
Languages: English, Russian, German(a little bit)
Experience: Botting all my Ro life :?)
Time: 2-5h
Position: tester, a little bit development
Bugs: only this one
Plugins/Mods/Features: no sources left in internet

One of written plug-ins:

Code: Select all

package doWithMe;

use strict;
use Plugins;
use Globals;
use Utils;
use Log qw(message);

Plugins::register('doWithMe', 'Warping with party member', \&Unload);

my $hooks = Plugins::addHooks(
            ['packet/party_chat', \&onPartyMsg, undef]
);

sub Unload {
	Plugins::delHooks($hooks);
}

sub onPartyMsg{
	return if (!$config{'doWithMe'});
	my ($packet, $args) = @_;
	message "$args->{message}";
	my $partyMsg = $args->{message};
	if ($partyMsg =~/(.+) : \#(go|warp|pk|autoloot|autolootid(1|2|3|4|5)|autolootitem) /){
		$partyMsg =~ s/\#/@/;
		$partyMsg =~ s/.+://;
		Commands::run ("c $partyMsg");
	}
}

Re: Love Openkore? Join the team!

Posted: 04 Oct 2011, 11:07
by EternalHarvest
New commiter: Mortimal

Re: Love Openkore? Join the team!

Posted: 14 Oct 2011, 19:30
by Haibi
Hey,

I would like to add things I found missing/wrong or fix bugs as far as I'm able to (I'm not a very experienced coder, though).

Name: Haibi
Age: 23
Location: Germany
Languages: English, German
Experience: some years Ro (euRo, iRo, short time private), botting with openkore, using linux mainly, scripting stuff (web mostly)
Time: Likely not very regular, I have to admit. Rather something like "see and fix".
Position: dev
Bugs: -
Plugins/Mods/Features: see some notes on my wiki page. Mainly tables add and so on.

Re: Love Openkore? Join the team!

Posted: 15 Oct 2011, 04:31
by Technology
Haibi wrote:Hey,

I would like to add things I found missing/wrong or fix bugs as far as I'm able to (I'm not a very experienced coder, though).

Name: Haibi
Age: 23
Location: Germany
Languages: English, German
Experience: some years Ro (euRo, iRo, short time private), botting with openkore, using linux mainly, scripting stuff (web mostly)
Time: Likely not very regular, I have to admit. Rather something like "see and fix".
Position: dev
Bugs: -
Plugins/Mods/Features: see some notes on my wiki page. Mainly tables add and so on.
hey kLab, could you hand Haibi an svn commit bit please?

Re: Love Openkore? Join the team!

Posted: 15 Oct 2011, 09:42
by kLabMouse
Technology wrote:
Haibi wrote:Hey,

I would like to add things I found missing/wrong or fix bugs as far as I'm able to (I'm not a very experienced coder, though).

Name: Haibi
Age: 23
Location: Germany
Languages: English, German
Experience: some years Ro (euRo, iRo, short time private), botting with openkore, using linux mainly, scripting stuff (web mostly)
Time: Likely not very regular, I have to admit. Rather something like "see and fix".
Position: dev
Bugs: -
Plugins/Mods/Features: see some notes on my wiki page. Mainly tables add and so on.
hey kLab, could you hand Haibi an svn commit bit please?
Shure. Just gimme the SF.net Account name.

Re: Love Openkore? Join the team!

Posted: 17 Sep 2012, 14:11
by gelo2012
Name: Gelo
Age: 27
Location: Philippines
Languages: English, Filipino
Experience: Been using OpenKore for a long time
Time: 5 to 10 Hours a week
Position: Tester
Bugs: N/A
Plugins/Mods/Features: N/A

Re: Love Openkore? Join the team!

Posted: 19 Nov 2012, 10:47
by 5e13ct
Name: 5e13ct
Age: 29
Location: Curitiba - Brasil
Languages: Portuguese, English.
Experience: Openkore, Developer JAVA, PHP, ASP, ASP.NET, Natural Adabas, JavaScritp, MYSQL, Oracle, Postgress, MSSQL, HTML, mIRC Scripter, etc ...
Time: two hours/day
Position: developer
Bugs: N/A
Plugins/Mods/Features: N/A

Re: Love Openkore? Join the team!

Posted: 19 Nov 2012, 10:57
by EternalHarvest
What's the purpose of this topic, anyway? Just start making something, asking for specific help if needed, it's not like you need to "apply" or get any permission from us (if you already have read the rules). If there isn't anything one can think about of what to do, there are bug report and feature suggestion sections.