Love Openkore? Join the team!

Announcements/News

Moderator: Moderators

Message
Author
Flemaverde
Noob
Noob
Posts: 2
Joined: 05 Oct 2010, 13:55
Noob?: Yes

Re: Love Openkore? Join the team!

#31 Post 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. :)
Last edited by Flemaverde on 07 Sep 2011, 11:36, edited 1 time in total.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Love Openkore? Join the team!

#32 Post by EternalHarvest »

Perl can be learnt on the go without any problem.

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Love Openkore? Join the team!

#33 Post 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");
	}
}
Please use pin function for uploading your file contents!

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Love Openkore? Join the team!

#34 Post by EternalHarvest »

New commiter: Mortimal

Haibi
Developers
Developers
Posts: 7
Joined: 01 Nov 2010, 09:53
Noob?: No

Re: Love Openkore? Join the team!

#35 Post 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.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Love Openkore? Join the team!

#36 Post 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?
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Love Openkore? Join the team!

#37 Post 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.

gelo2012
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 17 Sep 2012, 13:54
Noob?: Yes
Location: Sa Puso Mo

Re: Love Openkore? Join the team!

#38 Post 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

5e13ct
Plain Yogurt
Plain Yogurt
Posts: 51
Joined: 02 Sep 2012, 11:09
Noob?: No
Location: Brazil - PR

Re: Love Openkore? Join the team!

#39 Post 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

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Love Openkore? Join the team!

#40 Post 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.

Post Reply