View Full Version : kk minta config buat search monster
Teruntuk kk andy-ch mau tanya nih biar bisa tele2 terus nyari monster gimana yah, kalo yang saya cuman jalan2 aja nyari mosternya, pleaz kk di bawah ini config telenya tolong dimana yang salahnya ?
teleportAuto_hp 20
teleportAuto_sp 10
teleportAuto_idle 1
teleportAuto_portal 1
teleportAuto_search 1
teleportAuto_minAggressives 5
teleportAuto_minAggressivesInLock 4
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 500
teleportAuto_maxDmgInLock 400
teleportAuto_deadly 1
teleportAuto_useSkill 3
teleportAuto_emptyName 0
teleportAuto_allPlayers 0
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 1
teleportAuto_dropTarget 1
teleportAuto_dropTargetKS 1
teleportAuto_attackedWhenSitting 1
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_useChatCommand
g0nd3
09-04-2006, 07:27 AM
route random walknya gmn??
contoh:
route_randomWalk 0
coba aj baca2 manualnya...
kk gond3 udah saya rubah jadi 0 ternyata malah, teleport dikarenakn diam terus dan terus, gimana yah kk, sbb :
route_randomWalk 1
route_randomWalk_inTown 1
route_randomWalk_maxRouteTime 20
route_maxWarpFee
route_maxNpcTries 5
route_modifiedWalk 3
route_teleport 1
route_teleport_minDistance 150
route_teleport_maxTries 8
route_teleport_notInMaps
route_step 10
runFromTarget
runFromTarget_dist
Zealtous
09-04-2006, 09:55 PM
teleport dikarenakn diam
Openkore memang teleport searchnya berdasarkan idle nya
g0nd3
10-04-2006, 07:37 AM
route_randomWalk 0
route_randomWalk_inTown 1
route_randomWalk_maxRouteTime 20
route_maxWarpFee
route_maxNpcTries 5
route_modifiedWalk 3
route_teleport 0
route_teleport_minDistance 150
route_teleport_maxTries 8
route_teleport_notInMaps
route_step 10
jdin begitu aj... trs mon_control.txt masukin monster yg mo dicari..
contoh:
Antique Firelock 1 0 2
Miyabi Ningyo 0 0 2
Shinobi -1 2 0
di mon_control.txt ada kok keterangannya..
rajin2 aj baca...
gampang klo mo mencoba
kk nyari untuk web untuk mempelajari yang pake bahasa indonesia di mana
masa sich gw juga kaya gitu tele2 kok dia
random walknya dibikin 0 dan tele searchnya dibikin 1
tapi katanya ada cara laen yaitu make plugin tapi gw gak mudeng /heh
oblivion_seeker
21-04-2006, 10:27 AM
berikut kl mau pk plugin :
#teleserach.pl OpenKore tele-searching plugin
#Revision 1
#Under Openkore 1.6.1
package telesearch;
use strict;
use Plugins;
use Globals;
use Settings;
use Log qw(message);
use Utils;
our $tele = 0;
our $cancelled = 0;
Plugins::register('telesearch', 'Alternative tele-searching plugin.', \&unload);
my $ai_idle_hook = Plugins::addHook('AI_pre', \&idleCheck);
sub unload {
Plugins::delHook('AI_pre', $ai_idle_hook);
}
sub idleCheck {
if ($ai_seq[0] eq "move" && $ai_seq[1] eq "route" && $ai_seq[2] eq "" && $config{'teleport_search'} && $field{'name'} eq $config{'lockMap'} && $tele == 0) {
$timeout{'ai_teleport_search'}{'time'} = time;
$tele = 1;
$cancelled = 0;
} elsif ($ai_seq[0] eq "move" && $ai_seq[1] eq "route" && $ai_seq[2] eq "" && $config{'teleport_search'} && $field{'name'} eq $config{'lockMap'} && timeOut(\%{$timeout{'ai_teleport_search'}}) && $tele == 1) {
message("Tele-searching...\n","info");
main::useTeleport(1);
$tele = 0;
} elsif (timeOut($timeout{'ai_teleport_search'}) && $cancelled != 1) {
$tele = 0;
$cancelled = 1;
}
}
return 1;
copy file tersebut ke file text dan simpan menjadi file telesearch.pl kemudian trh di folder plugins
kemudian perhatikan :
-------------------------
Config :
------------------------
route_randomWalk 1
sitAuto_idle 0
#From Plugin, Tambahkan baris dibawah jk tidak ada
teleport_search 1
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
----------------------
Timeout :
----------------------
#tambahkan jika tidak ada
ai_teleport_search 3
dari pengalaman lebih efektif dari tele search yg disediakan
Tsukisaki Yuu
21-04-2006, 11:56 AM
config.txt
teleportAuto_idle 1
teleportAuto_search 1
monsters.txt
nama monster 1 0 1
timeouts.txt
ai_teleport_idle 1->masukin terserah berapa detik
timeouts.txt si ga perlu banget, cuma biar lebih mantep dikit
Tsukisaki Yuu
21-04-2006, 11:59 AM
o iya lupa, soriii /sry
config.txt
route_randomWalk 0
jimyneutron
12-08-2006, 10:54 PM
pake plugins ajaee biar benerr,gw juga waktu pertama pake OK kayak gituu stelah disetting seperti kata yuu isa koqq
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.