Need Help For This Plugin

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

caal5
Noob
Noob
Posts: 5
Joined: 02 Nov 2009, 01:56
Noob?: Yes

Need Help For This Plugin

#1 Post by caal5 »

Code: Select all

###########################
# Name of Plugin: ActorInfoKiller.pl (11/06/2008)
# Version: 1.0.1.a
# Version of Openkore Required: OpenKore 1.9.x (test in Opk 1.9.4)
# for Anti Check System V.2.0 FakeName MsgNum (kanom-ro)
#
# ../config.txt
# reactOnNPC ActorInfoKiller text {
#   type text
# }
#
# reactOnNPC ActorInfoKiller num {
#   type num
# }
#
# ************** or [for advance] **********
#
# reactOnNPC ActorInfoKiller num {
#	  type number
#	  msg_0 /[ Antibot By Niffalose ]/
#	  msg_1 /blabla/
#	  .
#	  .
#	  msg_n /blabla/
# }
# reactOnNPC ActorInfoKiller text {
#	  type text
#	  msg_0 /[ Antibot By Niffalose ]/
#	  msg_1 /blabla/
#	  .
#	  .
#	  msg_n /blabla/
# }
#

 
package ActorInfoKiller;
 
use strict;
use Plugins;
use Utils;
use Globals qw(%talk %config);
#use Commands qw(run register unregister);
use Log qw(message error);
use I18N qw(bytesToString);
 
my $answer;
 
Plugins::register('ActorInfoKiller', "response On NPC Anti-Bot (Random Actor Info)", \&onUnload);
my $cmd = Commands::register(['ActorInfoKiller', 'talk response FakeName MsgNum (Random ActorInfo)', \&onCmd]);
my $hooks = Plugins::addHooks(
  ['packet/actor_info', \&onReciveActor]
);
 
sub onUnload {
  Plugins::delHooks($hooks);
  #Commands::unregister($cmd);
  undef $answer;
}
 
sub onReciveActor{
  my (undef, $args) = @_;
  $answer = $args->{name};
}
 
sub onCmd {
  my (undef, $args) = @_;
  $cmd = "talk $args $answer";
  message "[ActorInfoKiller v.1.0.1.a] Executing command \"$cmd\".\n", "success";
  Commands::run($cmd);
}
 
return 1;
i found this plugin.
can some one help me how to use this plugin ? its nothing happen .
  • Generating session Admin Password...
    [Nov 6 10:45:05 2009.34]
    [Nov 6 10:45:05 2009.37] Checking for new portals... [Nov 6 10:45:05 2009.69] none found

    [Nov 6 10:45:05 2009.71]
    [Nov 6 10:45:05 2009.72] Connecting to Account Server...
    [Nov 6 10:45:05 2009.80] Connecting (64.71.161.228:6900)... [Nov 6 10:45:06 2009.99] connected
    [Nov 6 10:45:07 2009.67] -----------Account Info------------
    Account ID: 2032232 68 02 1F 00
    Sex: Girl
    Session ID: 109063878 C6 2E 80 06
    1468503734 B6 96 87 57
    -----------------------------------
    [Nov 6 10:45:07 2009.67] --------- Servers ----------
    # Name Users IP Port
    [Nov 6 10:45:07 2009.68] 0 Persephone 552 64.71.161.228 6121
    [Nov 6 10:45:07 2009.68] -------------------------------
    [Nov 6 10:45:07 2009.68] Closing connection to Account Server
    [Nov 6 10:45:07 2009.69] Disconnecting (64.71.161.228:6900)...[Nov 6 10:45:07 2009.69] disconnected
    [Nov 6 10:45:07 2009.69] Server 0 selected
    [Nov 6 10:45:07 2009.71] Connecting to Character Server...
    [Nov 6 10:45:07 2009.71] Connecting (64.71.161.228:6121)... [Nov 6 10:45:08 2009.54] connected
    [Nov 6 10:45:09 2009.68] Received characters from Character Server
    [Nov 6 10:45:09 2009.68] ------------- Character List -------------
    Slot 1: Unknown (Assassin Cross, level 111/73)
    ------------------------------------------
    [Nov 6 10:45:13 2009.67] Received character ID and Map IP from Character Server
    [Nov 6 10:45:13 2009.67] ----------Game Info----------
    Char ID: 88 89 03 00 (231816)
    MAP Name: prontera.gat
    MAP IP: 64.71.161.228
    MAP Port: 5121
    -----------------------------
    [Nov 6 10:45:13 2009.68] Closing connection to Character Server
    [Nov 6 10:45:13 2009.68] Disconnecting (64.71.161.228:6121)...[Nov 6 10:45:13 2009.68] disconnected
    [Nov 6 10:45:13 2009.70] Connecting to Map Server...
    [Nov 6 10:45:13 2009.70] Connecting (64.71.161.228:5121)... [Nov 6 10:45:14 2009.87] connected
    [Nov 6 10:45:15 2009.28] You are now in the game
    [Nov 6 10:45:15 2009.29] Your Coordinates: 176, 195
    [Nov 6 10:45:15 2009.29] [Guild] Welcome to Zeta Ragnarok Online. Please visit our website/forums for the latest news & updates. Have fun and enjoy!
    [Nov 6 10:45:15 2009.30] (From: Server) : Night Mode is already active
    [Nov 6 10:45:15 2009.31] Autodetected attackDistance = 1
    [Nov 6 10:45:15 2009.35] [Guild] http://zeta-ro.netI
    [Nov 6 10:45:16 2009.25] Portal Exists: prontera -> prt_in (179, 184) - (0)
    [Nov 6 10:45:16 2009.25] Unknown packet - 2A00
    [Nov 6 10:45:17 2009.30] [macro] automacro sellwarp triggered.
    [Nov 6 10:45:17 2009.31] [macro] automacro lawan triggered.
    [Nov 6 10:45:18 2009.13] Calculating lockMap route to: Fortress Saint Darmain (South)(cmd_fild09)
    [Nov 6 10:45:18 2009.18] Unknown #110016343: Sorry to disturb you, but I need to check if you're a bot.
    [Nov 6 10:45:18 2009.18] Unknown #110016343: Please don't get alarmed, I had changed your name temporarily
    [Nov 6 10:45:18 2009.19] Unknown #110016343: Just look at your name by pointing at your character
    [Nov 6 10:45:18 2009.19] Unknown #110016343: Then type EXACTLY what it says(case sensitive), or else you will be kicked.
    [Nov 6 10:45:18 2009.20] Fake name enabled.
    [Nov 6 10:45:18 2009.20] NPC Exists: Unknown #110016343 (171, 249) (ID 110016343) - (0)
Last edited by caal5 on 08 Nov 2009, 04:24, edited 1 time in total.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Need Help For This Plugin

#2 Post by kLabMouse »

2.0.6.1 Not supported anymore.
Topic moved.
caal5
Noob
Noob
Posts: 5
Joined: 02 Nov 2009, 01:56
Noob?: Yes

Re: Need Help For This Plugin

#3 Post by caal5 »

but i have try at 1.9.4.
same result .
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Need Help For This Plugin

#4 Post by kLabMouse »

Because ThaiKore is a fork, that is... different a bit.
caal5
Noob
Noob
Posts: 5
Joined: 02 Nov 2009, 01:56
Noob?: Yes

Re: Need Help For This Plugin

#5 Post by caal5 »

can help fix my problem ?
kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Need Help For This Plugin

#6 Post by kali »

Why not ask the developers of ThaiKore?
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.
caal5
Noob
Noob
Posts: 5
Joined: 02 Nov 2009, 01:56
Noob?: Yes

Re: Need Help For This Plugin

#7 Post by caal5 »

i tot they same people windows98se ?

and i read there just using google translate .