PDA

View Full Version : for Pk tele urdr server


joprans
2nd August 2005, 08:13
for Pk tele urdr server

Does Open ver. 1.5.2 work for this plugin?
If it does how?

Can any1 show me how to upgrade newer versions of openkore i cant find it here. If anybody willing can u just post the site here. i need version 1.6.0 and above.

im new here any 1 could show me here the down load section?
coz everytime i log unto MPCDownloads my acct is invalid. cant log in.

waheheh i found the link here im very sory i have not scan all topic. /gg

Stoph
2nd August 2005, 08:14
use google, it's not too hard to find openkore

rakizta
2nd August 2005, 09:26
use the search its here!!!!

openkore 1.6.1
openkore 1.6.2

^pHaT_GUA7^
2nd August 2005, 21:31
Yes it still works for 1.5.2. newer versions provide newer features.

besderis
2nd September 2005, 18:08
ei bro, im also from urdr server, can you tell me where to get the pK tele plugin? hope u could be of help. you can also put it here as attachment. thanks in advance...

gabo
2nd September 2005, 20:56
its in the stikys try searching it first then ask....

quitasol23
15th October 2005, 14:22
penge po config para sa URDR ung pk-tele

thx...

drey
15th October 2005, 15:44
penge po config para sa URDR ung pk-tele

thx...

warned for begging and not posting in english or with a translation


. . .

musiCa04
16th October 2005, 06:30
and it's not in the config..
it's in the plugin :D

mummrah
30th October 2005, 03:21
hi i'm newbie in this site my friends told me dat i should register here
i just nid a PK tele can u help me???here is my e mail [email deleted by mod] i hope u can help me and my other friend for this problem thank you

can you give some PK tele

thx lu ya MPCforum

drey
31st October 2005, 10:51
hi i'm newbie in this site my friends told me dat i should register here
i just nid a PK tele can u help me???here is my e mail [email deleted by mod] i hope u can help me and my other friend for this problem thank you

can you give some PK tele

thx lu ya MPCforum

verbally warned for begging . . .

he didn't tell you begging ain't allowed here . . .

you can however use search . . .


. . .

raigeki
25th November 2005, 14:19
im from URDR server can how does the plugins work for pk ??

gachoman
25th November 2005, 14:51
its a plugin that enables your character to react by teleporting when pked by another player. . . . .

raigeki
26th November 2005, 10:38
i have a pk tele plugin but it doesn`t load in the opencore! wat should i do??
pls help ASAP!

gachoman
26th November 2005, 11:56
it does'nt load?

its a plug and play system right?

how come it does'nt work?

u mean people are still able to attack you. . . . .well if yes, there are sometimes that your character will be able to receive damage before being able to tele. . . .the most is 1 or 2 hits but if it exceeds that number of times. . .well there is something wrong hehe

demiruigi
26th November 2005, 14:08
for Pk tele urdr server

Does Open ver. 1.5.2 work for this plugin?
If it does how?

Can any1 show me how to upgrade newer versions of openkore i cant find it here. If anybody willing can u just post the site here. i need version 1.6.0 and above.

im new here any 1 could show me here the down load section?
coz everytime i log unto MPCDownloads my acct is invalid. cant log in.

waheheh i found the link here im very sory i have not scan all topic. /gg

Next Time Use The Plese Search For Information..:

OpenKore Download Site
http://openkore.sourceforge.net/downloads.php

raigeki
27th November 2005, 06:29
ahhh if exeeds with 3 its wrong
check if its correct in open core plug in.

package PKTele;

use strict;

use Time::HiRes qw(time);
use Globals;
use Plugins;
use Utils;
use Network::Send;
use Log qw(debug message warning error);

Plugins::register('PKTele', 'teleport from PK', \&onUnload);


my $hooks = Plugins::addHooks(
['is_casting', \&hookAvoidSkill, undef],
['packet_skilluse', \&hookAvoidSkill, undef],
['parseMsg/pre', \&hookAttack, undef]
);

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

sub hookAvoidSkill {
return if ($char->{lv} < 51);

my $hookName = shift;
my $args = shift;
my $sourceID = $args->{sourceID};
my $targetID = $args->{targetID};
my $skillID = $args->{skillID};
if ($targetID eq $accountID &&
$sourceID ne $accountID &&
!$monsters{$sourceID}) {

my $skill = new Skills(id => $skillID);
if (!existsInList($config{pkTele_exceptions},$skill->name)) {
main::useTeleport(1);
}
}
}

sub hookAttack {
return if ($char->{lv} < 51);

my $hookName = shift;
my $args = shift;
my $switch = $args->{switch};
my $msg = $args->{msg};

if ($switch eq "008A") {
# Attack
my ($ID1, $ID2, $tick, $src_speed, $dst_speed, $damage, $param2, $type, $param3) = unpack("x2 a4 a4 a4 L1 L1 s1 S1 C1 S1", $msg);

if ($type == 1) {
# Take item
} elsif ($type == 2) {
# Sit
} elsif ($type == 3) {
# Stand
} else {
# Attack
if ($ID2 eq $accountID &&
!$monsters{$ID1}) {
main::useTeleport(1);
}
}
}
}

return 1;

ragnarok1226
27th November 2005, 06:34
trde readng some stickies or check the config guide in these forum because theres a link of openkore1.6.4 i think openkore 1.5.2 is dumping now
sorry 4 my bad english

choco
27th November 2005, 08:24
there's a wxversion of openkore..where you can view the map where you bot

http://www.mpcforum.com/showthread.php?t=111463

for PK:here's the link...
http://www.mpcforum.com/showthread.php?t=97134

gachoman
27th November 2005, 11:39
@raigeki

correct me if im wrong. . . .if you use that when u bot a transcendental character with a level below 51 it wont work right?

hehe. . . tama ba?