View Full Version : I am being attacked by "Unknown"... help
funnebunneh
21st October 2005, 12:01
I'm being attacked by an unknown monster located at alde_dun04. I'm using openkore 1.6.1 thanks
donothackmeplz
21st October 2005, 12:10
download the new openkore version 1.6.4 or if you cant set
teleportAuto_hp 10
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 5
teleportAuto_minAggressivesInLock 5
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 500
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 3
teleportAuto_emptyName 0 <-- set this to 1
teleportAuto_allPlayers 0
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_dropTarget 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
hope im ryt /pif
funnebunneh
21st October 2005, 13:12
where can i find funtion.pl? thanks
drey
21st October 2005, 13:13
where can i find funtion.pl? thanks
inside the SRC folder . . .
. . .
funnebunneh
21st October 2005, 13:17
Am I going to just copy and insert the whole thing there?
the whole thing "# Check for monster with empty name
if ($monsters{$ID1} && %{$monsters{$ID1}} && $monsters{$ID1}{'name'} eq "") {
if ($config{'teleportAuto_emptyName'} ne '0') {
message "Monster with empty name attacking you. Teleporting...\n";
useTeleport(1);
} else {
# Delete monster from hash; monster will be
# re-added to the hash next time it moves.
delete $monsters{$ID1};
}
} elsif ($source->nameString =~ /#/) {
if ($config{'teleportAuto_emptyName'} ne '0') {
message "Monster with unknown name attacking you. Teleporting...\n";
useTeleport(1);
} else {
# Delete monster from hash; monster will be
# re-added to the hash next time it moves.
delete $monsters{$ID1};
}
}"
whyman
22nd October 2005, 09:29
that command thus no work... u get errors and the openkore won't start again
cris10
22nd October 2005, 12:53
Maybe your connect is slow... Bcoz you encouter unknown monster...same problem here
whyman
22nd October 2005, 12:58
for me thats impossible. coz im using a broadband 1.6 speed.. so i don't have slow connection
-mud-
22nd October 2005, 15:39
dude i have the same problem with my MKHR bot. will that work with me too? where should i put that config coz' MKHR dsn't have functions.pl file. tnx in advance!!! =)
`-Mark-`
23rd October 2005, 02:59
I am experiencing that kind of problem since heritage,
my characters have been attacked by unknown monsters that my char doesnt attack the monsters back, whenever i type the command
ML
sometimes no monster displays in the console but there is in the vicinity
even PL does not work, uhmm.. ill try to search things about this problem ^_^
kaotzki
23rd October 2005, 08:59
I just ugraded Openkore 1.6.4 and that fixes the problem of unknown #55441.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.