reactOnMiniMap.pl - creating a new plugin

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnMiniMap.pl - creating a new plugin

#51 Post by Mucilon »

Janovas
I really didn't get what you meant!
You tried to decrease the height and the length of the number to match one type of number... if it is true, you will not answer numbers that are higher than those values!

I made a new change... now you can configure which range of color value you want to "read" as number...
You can use something like this at your config.txt:

Code: Select all

reactOnMiniMap {
  red 0
  green 15
  blue 240
}

reactOnMiniMap {
  red 255
  green 255
  blue 255
}

reactOnMiniMap {
  red 255
  green 255
  blue 0-255
}

reactOnMiniMap {
  red 255
  green 255
}
At the first and the second block, the plugin will match the exact value of each color and at the third block it will match the exact value of colors red and green, and the color blue will match the range 0 to 255 (must use this syntax 0-255), including the numbers. You can use as many blocks as you want, with one or two values at each color, as exact value or range respectively. The fourth block is similar to the third, without the blue option, means any value.

[The extension pl has been deactivated and can no longer be displayed.]


Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#52 Post by Janovas »

I write Some Manual in your plugin.

Code: Select all

##############################################################################
# How to use
# Paste in Folder plugins/reactOnMiniMap.pl
# Auto Answer random in 1~5 sec
# Have Fun!
##############################################################################
# support to
# Minimap indicator at location x, y with the color [R:0, G:15, B:240, A:0]
##############################################################################
#
# Mini tutorial
#
#                                           lengthCharNumber = 11 char only
#                                           |----------|
#[reactOnMiniMap v.0.1FixColor] Line [20]: ......................
#[reactOnMiniMap v.0.1FixColor] Line [19]: ......................
#[reactOnMiniMap v.0.1FixColor] Line [18]: ......................
#[reactOnMiniMap v.0.1FixColor] Line [17]: ...................... 
#[reactOnMiniMap v.0.1FixColor] Line [16]: ..#.#.#.#............. - 1
#[reactOnMiniMap v.0.1FixColor] Line [15]: ...................... | 2
#[reactOnMiniMap v.0.1FixColor] Line [14]: ..#.....#............. | 3
#[reactOnMiniMap v.0.1FixColor] Line [13]: ...................... | 4
#[reactOnMiniMap v.0.1FixColor] Line [12]: ..#.....#............. | 5
#[reactOnMiniMap v.0.1FixColor] Line [11]: ...................... | 6
#[reactOnMiniMap v.0.1FixColor] Line [10]: ..#.#.#.#............. |-7-------heigthCharNumber = 14 line only
#[reactOnMiniMap v.0.1FixColor] Line [9]:  ...................... | 8
#[reactOnMiniMap v.0.1FixColor] Line [8]:  ..#.....#............. | 9
#[reactOnMiniMap v.0.1FixColor] Line [7]:  ...................... | 10
#[reactOnMiniMap v.0.1FixColor] Line [6]:  ..#.....#............. | 11
#[reactOnMiniMap v.0.1FixColor] Line [5]:  ...................... | 12
#[reactOnMiniMap v.0.1FixColor] Line [4]:  ..#.#.#.#............. | 13
#[reactOnMiniMap v.0.1FixColor] Line [3]:  ...................... | 14
#[reactOnMiniMap v.0.1FixColor] Line [2]:  ...................... - 
#[reactOnMiniMap v.0.1FixColor] Line [1]:  ......................
#[reactOnMiniMap v.0.1FixColor] Line [0]:  ......................
#
# Capture code
#  #.#.#.#.... 1----------|
#  ........... 2----------|------------|
#  #.....#.... 3----------|------------|-------------|
#  ...........            |            |             |
#  #.....#....            |            |             |
#  ...........            |            |             |
#  #.#.#.#....            |            |             |
#  ...........            |            |             |
#  #.....#....            |            |             |
#  ...........            |            |             |
#  #.....#....            |            |             |
#  ...........            |            |             |
#  #.#.#.#....            |            |             |
#  ...........            |            |             |
#                         |            |             |
#                    #.#.#.#.... ...........  #.....#....
# Translate the number
# '#.#.#.#...............#.....#...............#.....#...............#.#.#.#...............#.....#...............#.....#...............#.#.#.#...............' => 8
#
#
##############################################################################
AnitiBotKiller minimap other server

I edit code when AnitiBotKiller minimap start
when minimap indecator start. Bot begin to register position x, y [r:x, g:x, b:x,]
then AnitiBotKiller minimap ask Question. Bot must cmd(command) to continue [ In put cmd "talk cont" ]
Bot is Reseting variables. Bot clear at register position x, y [r:x, g:x, b:x,]
Bot starting to translate the number.

Code: Select all

ex Step Anti bot
[Sep 28 13:45:01 2008.86] [reactOnMiniMap v0.3] Line [20]: ......................
[Sep 28 13:45:01 2008.89] [reactOnMiniMap v0.3] Line [19]: ......................
[Sep 28 13:45:01 2008.93] [reactOnMiniMap v0.3] Line [18]: ......................
[Sep 28 13:45:01 2008.97] [reactOnMiniMap v0.3] Line [17]: ......................
[Sep 28 13:45:02 2008.24] [reactOnMiniMap v0.3] Line [16]: ......................
[Sep 28 13:45:02 2008.55] [reactOnMiniMap v0.3] Line [15]: ......................
[Sep 28 13:45:02 2008.86] [reactOnMiniMap v0.3] Line [14]: ......................
[Sep 28 13:45:02 2008.25] [reactOnMiniMap v0.3] Line [13]: ......................
[Sep 28 13:45:02 2008.50] [reactOnMiniMap v0.3] Line [12]: ......................
[Sep 28 13:45:02 2008.57] [reactOnMiniMap v0.3] Line [11]: ......................
[Sep 28 13:45:02 2008.78] [reactOnMiniMap v0.3] Line [10]: ......................
[Sep 28 13:45:02 2008.88] [reactOnMiniMap v0.3] Line [9]: ......................
[Sep 28 13:45:02 2008.91] [reactOnMiniMap v0.3] Line [8]: ......................
[Sep 28 13:45:02 2008.94] [reactOnMiniMap v0.3] Line [7]: ......................
[Sep 28 13:45:02 2008.98] [reactOnMiniMap v0.3] Line [6]: ......................
[Sep 28 13:45:02 2008.10] [reactOnMiniMap v0.3] Line [5]: ......................
[Sep 28 13:45:02 2008.11] [reactOnMiniMap v0.3] Line [4]: ......................
[Sep 28 13:45:02 2008.11] [reactOnMiniMap v0.3] Line [3]: ......................
[Sep 28 13:45:02 2008.12] [reactOnMiniMap v0.3] Line [2]: ......................
[Sep 28 13:45:02 2008.13] [reactOnMiniMap v0.3] Line [1]: ......................
[Sep 28 13:45:02 2008.13] [reactOnMiniMap v0.3] Line [0]: ......................

AnitiBotKiller minimap other server

when minimap indecator start. Bot begin to register position x, y [r:x, g:x, b:x,]
then AnitiBotKiller minimap ask Question not to talk continue [packet/npc_talk_continue]
Bot must not in put cmd to continue [ In put cmd "talk cont" ]
Bot starting to translate the number.

Code: Select all

ex Step Anti bot
[Sep 30 15:39:25 2008.37] [reactOnMiniMap] Line [20]: ......................
   [Sep 30 15:39:25 2008.38] [reactOnMiniMap] Line [19]: ......................
   [Sep 30 15:39:25 2008.38] [reactOnMiniMap] Line [18]: ......................
   [Sep 30 15:39:25 2008.39] [reactOnMiniMap] Line [17]: ......................
   [Sep 30 15:39:25 2008.40] [reactOnMiniMap] Line [16]: ........#.............
   [Sep 30 15:39:25 2008.40] [reactOnMiniMap] Line [15]: ......................
   [Sep 30 15:39:25 2008.42] [reactOnMiniMap] Line [14]: ........#.............
   [Sep 30 15:39:25 2008.42] [reactOnMiniMap] Line [13]: ......................
   [Sep 30 15:39:25 2008.43] [reactOnMiniMap] Line [12]: ........#.............
   [Sep 30 15:39:25 2008.45] [reactOnMiniMap] Line [11]: ......................
   [Sep 30 15:39:25 2008.45] [reactOnMiniMap] Line [10]: ........#.............
   [Sep 30 15:39:25 2008.46] [reactOnMiniMap] Line [9]: ......................
   [Sep 30 15:39:25 2008.46] [reactOnMiniMap] Line [8]: ........#.............
   [Sep 30 15:39:25 2008.46] [reactOnMiniMap] Line [7]: ......................
   [Sep 30 15:39:25 2008.47] [reactOnMiniMap] Line [6]: ........#.............
   [Sep 30 15:39:25 2008.47] [reactOnMiniMap] Line [5]: ......................
   [Sep 30 15:39:25 2008.48] [reactOnMiniMap] Line [4]: ........#.............
   [Sep 30 15:39:25 2008.49] [reactOnMiniMap] Line [3]: ......................
   [Sep 30 15:39:25 2008.49] [reactOnMiniMap] Line [2]: ......................
   [Sep 30 15:39:25 2008.49] [reactOnMiniMap] Line [1]: ......................
   [Sep 30 15:39:25 2008.50] [reactOnMiniMap] Line [0]: ......................
Between talk cont and not talk cont when Anitbot ask Qusetion.
i have log Between talk cont and not talk cont

talk cont with i remove code to not Reseting variables.

Code: Select all

sub onContinue {
    my (undef, $args) = @_;
    $num = 0; #remove not use
    @posx = (); #remove not use
    @posy = (); #remove not use
    %realpos = (); #remove not use
    message "[$prefix] Reseting variables.\n", "success";
}
debug 1
[Oct 2 07:52:32 2008.33] You have look: GM Perfect Hide
[Oct 2 07:52:32 2008.36] You have look: Ruwach
[Oct 2 07:52:32 2008.36] You are in Frozen state
[Oct 2 07:52:32 2008.48] Minimap indicator at location 20, 40 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.50] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 4.
[Oct 2 07:52:32 2008.51] Minimap indicator at location 20, 60 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.54] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 6.
[Oct 2 07:52:32 2008.59] Minimap indicator at location 20, 80 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.61] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 8.
[Oct 2 07:52:32 2008.67] Minimap indicator at location 20, 100 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.70] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 10.
[Oct 2 07:52:32 2008.72] Minimap indicator at location 20, 120 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.74] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 12.
[Oct 2 07:52:32 2008.79] Minimap indicator at location 20, 140 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.84] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 14.
[Oct 2 07:52:32 2008.87] Minimap indicator at location 20, 160 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.98] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 16.
[Oct 2 07:52:32 2008.99] Minimap indicator at location 40, 160 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:32 2008.13] [reactOnMiniMap v0.1FixColor] Registering position: x = 4 ; y = 16.
[Oct 2 07:52:33 2008.85] Minimap indicator at location 60, 160 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.12] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 16.
[Oct 2 07:52:33 2008.14] Minimap indicator at location 40, 40 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.19] [reactOnMiniMap v0.1FixColor] Registering position: x = 4 ; y = 4.
[Oct 2 07:52:33 2008.20] Minimap indicator at location 60, 40 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.21] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 4.
[Oct 2 07:52:33 2008.24] Minimap indicator at location 80, 40 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.26] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 4.
[Oct 2 07:52:33 2008.32] Minimap indicator at location 80, 60 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.35] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 6.
[Oct 2 07:52:33 2008.44] Minimap indicator at location 80, 80 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.46] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 07:52:33 2008.54] Minimap indicator at location 80, 100 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.62] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 10.
[Oct 2 07:52:33 2008.63] Minimap indicator at location 80, 120 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.64] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 12.
[Oct 2 07:52:33 2008.71] Minimap indicator at location 80, 140 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.72] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 14.
[Oct 2 07:52:33 2008.80] Minimap indicator at location 80, 160 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 07:52:33 2008.86] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 16.
[Oct 2 07:52:33 2008.96] Unknown #110746848: [ Ro Service Anti-Bot System ]
[Oct 2 07:52:33 2008.97] [reactOnNPC] NPC message saved (0): "[ ^ff00aeRo Service Anti-Bot System^000000 ]".
[Oct 2 07:52:34 2008.20] Unknown #110746848: นี่คือระบบตรวจสอบ บอท
[Oct 2 07:52:34 2008.30] [reactOnNPC] NPC message saved (1): "นี่คือระบบตรวจสอบ บอท".
[Oct 2 07:52:34 2008.59] Unknown #110746848: กรุณาใส่ตัวเลขที่เห็นจาก Mini Map ด้าน บนขวา
[Oct 2 07:52:34 2008.16] [reactOnNPC] NPC message saved (2): "กรุณาใส่ตัวเลขที่เห็นจาก ^ff00aeMini Map^000000 ด้าน บนขวา".
[Oct 2 07:52:34 2008.18] Unknown #110746848: กรุณาตอบภายใน 3 นาทีครับ
[Oct 2 07:52:34 2008.23] [reactOnNPC] NPC message saved (3): "กรุณาตอบภายใน 3 นาทีครับ".
[Oct 2 07:52:34 2008.25] Unknown #110746848: มิฉะนั้นคุณจะถูกส่งเข้าคุก
[Oct 2 07:52:34 2008.25] [reactOnNPC] NPC message saved (4): "มิฉะนั้นคุณจะถูกส่งเข้าคุก".
[Oct 2 07:52:34 2008.29] Unknown #110746848: Auto-continuing talking
[Oct 2 07:52:34 2008.34] [reactOnNPC] onNPCAction type is: continue.
[Oct 2 07:52:34 2008.39] [reactOnNPC] Conditions for reactOnNPC_0 not met.
[Oct 2 07:52:34 2008.41] [reactOnMiniMap v0.1FixColor] Reseting variables.
[Oct 2 07:52:34 2008.96] –––– กรอกตัวเลขที่คุณเห็นใน Mini Map ด้านขวาบน ––––
[Oct 2 07:52:35 2008.20] NPC Exists: Unknown #110746848 (50, 90) (ID 110746848) - (1)
[Oct 2 07:52:35 2008.28] Sound alert: Npc number
[Oct 2 07:52:41 2008.69] Unknown #110746848: Type 'talk num <number #>' to input a number.
[Oct 2 07:52:41 2008.11] [reactOnNPC] onNPCAction type is: number.
[Oct 2 07:52:41 2008.13] [reactOnNPC] Matching "[ ^ff00aeRo Service Anti-Bot System^000000 ]" to "/^FF0000[ Anti Bot By VanNovA ]^000000/" (0)... [Oct 2 07:52:41 2008.15] doesn't match.
[Oct 2 07:52:41 2008.16] [reactOnNPC] One or more lines doesn't match for "reactOnNPC_0" (0).
[Oct 2 07:52:41 2008.23] [reactOnMiniMap v0.1FixColor] Starting to translate the number.
[Oct 2 07:52:41 2008.23] [reactOnMiniMap v0.1FixColor] Line [20]: ......................
[Oct 2 07:52:41 2008.25] [reactOnMiniMap v0.1FixColor] Line [19]: ......................
[Oct 2 07:52:41 2008.29] [reactOnMiniMap v0.1FixColor] Line [18]: ......................
[Oct 2 07:52:41 2008.30] [reactOnMiniMap v0.1FixColor] Line [17]: ......................
[Oct 2 07:52:41 2008.33] [reactOnMiniMap v0.1FixColor] Line [16]: ..#.#.#.#.............
[Oct 2 07:52:41 2008.36] [reactOnMiniMap v0.1FixColor] Line [15]: ......................
[Oct 2 07:52:41 2008.38] [reactOnMiniMap v0.1FixColor] Line [14]: ..#.....#.............
[Oct 2 07:52:41 2008.40] [reactOnMiniMap v0.1FixColor] Line [13]: ......................
[Oct 2 07:52:41 2008.45] [reactOnMiniMap v0.1FixColor] Line [12]: ..#.....#.............
[Oct 2 07:52:41 2008.46] [reactOnMiniMap v0.1FixColor] Line [11]: ......................
[Oct 2 07:52:41 2008.50] [reactOnMiniMap v0.1FixColor] Line [10]: ..#.....#.............
[Oct 2 07:52:41 2008.54] [reactOnMiniMap v0.1FixColor] Line [9]: ......................
[Oct 2 07:52:41 2008.56] [reactOnMiniMap v0.1FixColor] Line [8]: ..#.....#.............
[Oct 2 07:52:41 2008.57] [reactOnMiniMap v0.1FixColor] Line [7]: ......................
[Oct 2 07:52:41 2008.60] [reactOnMiniMap v0.1FixColor] Line [6]: ..#.....#.............
[Oct 2 07:52:41 2008.63] [reactOnMiniMap v0.1FixColor] Line [5]: ......................
[Oct 2 07:52:41 2008.64] [reactOnMiniMap v0.1FixColor] Line [4]: ..#.#.#.#.............
[Oct 2 07:52:41 2008.66] [reactOnMiniMap v0.1FixColor] Line [3]: ......................
[Oct 2 07:52:41 2008.68] [reactOnMiniMap v0.1FixColor] Line [2]: ......................
[Oct 2 07:52:41 2008.69] [reactOnMiniMap v0.1FixColor] Line [1]: ......................
[Oct 2 07:52:41 2008.76] [reactOnMiniMap v0.1FixColor] Line [0]: ......................
[Oct 2 07:52:41 2008.79] [reactOnMiniMap v0.1FixColor] Waiting delay of 1.77987670898438 secs to answer.
[Oct 2 07:52:43 2008.21] [reactOnMiniMap v0.1FixColor] Executing command "talk num 0".
[Oct 2 07:52:43 2008.39] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.40] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.43] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.45] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.50] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.53] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.63] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.68] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.70] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.76] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.81] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:43 2008.92] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.28] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.24] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.33] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.94] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.10] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.20] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.21] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.27] Minimap indicator at location 0, 0 with the color [R:0, G:15, B:240, A:0] cleared
[Oct 2 07:52:44 2008.40] Unknown #110746848: [ Ro Service Anti-Bot System ]
[Oct 2 07:52:44 2008.43] [reactOnNPC] NPC message saved (0): "[ ^ff00aeRo Service Anti-Bot System^000000 ]".
[Oct 2 07:52:44 2008.49] Unknown #110746848: คุณผ่านการตรวจสอบ ขอให้โชคดี
[Oct 2 07:52:44 2008.52] [reactOnNPC] NPC message saved (1): "คุณผ่านการตรวจสอบ ขอให้โชคดี".
[Oct 2 07:52:44 2008.57] You are out of look: GM Perfect Hide
[Oct 2 07:52:44 2008.62] You are out of look: Ruwach
[Oct 2 07:52:44 2008.68] You are out of Frozen state
[Oct 2 07:52:44 2008.75] Unknown #110746848: Done talking
[Oct 2 07:52:44 2008.77] [reactOnNPC] onNPCAction type is: close.
[Oct 2 07:52:44 2008.79] [reactOnNPC] Conditions for reactOnNPC_0 not met.
[Oct 2 07:52:44 2008.82] [reactOnMiniMap v0.1FixColor] Reseting variables.
[Oct 2 07:52:44 2008.85] NPC Disappeared: Unknown #110746848 (110746848)

talk cont with original code

Code: Select all

sub onContinue {
    my (undef, $args) = @_;
	$num = 0;
	@posx = ();
	@posy = ();
	%realpos = ();
	message "[$prefix] Reseting variables.\n", "success";
}
debug 1
[Oct 2 08:09:37 2008.77] You have look: GM Perfect Hide
[Oct 2 08:09:37 2008.78] You have look: Ruwach
[Oct 2 08:09:37 2008.78] You are in Frozen state
[Oct 2 08:09:37 2008.79] Minimap indicator at location 20, 100 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.80] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 10.
[Oct 2 08:09:37 2008.81] Minimap indicator at location 20, 120 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.86] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 12.
[Oct 2 08:09:37 2008.87] Minimap indicator at location 20, 140 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.87] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 14.
[Oct 2 08:09:37 2008.88] Minimap indicator at location 20, 160 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.89] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 16.
[Oct 2 08:09:37 2008.89] Minimap indicator at location 40, 100 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.91] [reactOnMiniMap v0.1FixColor] Registering position: x = 4 ; y = 10.
[Oct 2 08:09:37 2008.92] Minimap indicator at location 60, 100 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.92] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 10.
[Oct 2 08:09:37 2008.93] Minimap indicator at location 80, 40 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.94] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 4.
[Oct 2 08:09:37 2008.94] Minimap indicator at location 80, 60 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.96] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 6.
[Oct 2 08:09:37 2008.96] Minimap indicator at location 80, 80 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.97] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 08:09:37 2008.98] Minimap indicator at location 80, 100 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:37 2008.98] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 10.
[Oct 2 08:09:38 2008.20] Minimap indicator at location 80, 120 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:38 2008.90] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 12.
[Oct 2 08:09:38 2008.15] Minimap indicator at location 80, 140 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:38 2008.25] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 14.
[Oct 2 08:09:38 2008.32] Minimap indicator at location 80, 160 with the color [R:0, G:15, B:240, A:0] shown
[Oct 2 08:09:38 2008.39] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 16.
[Oct 2 08:09:38 2008.47] Unknown #110746848: [ Ro Service Anti-Bot System ]
[Oct 2 08:09:38 2008.53] [reactOnNPC] NPC message saved (0): "[ ^ff00aeRo Service Anti-Bot System^000000 ]".
[Oct 2 08:09:38 2008.62] Unknown #110746848: นี่คือระบบตรวจสอบ บอท
[Oct 2 08:09:38 2008.71] [reactOnNPC] NPC message saved (1): "นี่คือระบบตรวจสอบ บอท".
[Oct 2 08:09:38 2008.10] Unknown #110746848: กรุณาใส่ตัวเลขที่เห็นจาก Mini Map ด้าน บนขวา
[Oct 2 08:09:38 2008.10] [reactOnNPC] NPC message saved (2): "กรุณาใส่ตัวเลขที่เห็นจาก ^ff00aeMini Map^000000 ด้าน บนขวา".
[Oct 2 08:09:38 2008.11] Unknown #110746848: กรุณาตอบภายใน 3 นาทีครับ
[Oct 2 08:09:38 2008.12] [reactOnNPC] NPC message saved (3): "กรุณาตอบภายใน 3 นาทีครับ".
[Oct 2 08:09:38 2008.13] Unknown #110746848: มิฉะนั้นคุณจะถูกส่งเข้าคุก
[Oct 2 08:09:38 2008.14] [reactOnNPC] NPC message saved (4): "มิฉะนั้นคุณจะถูกส่งเข้าคุก".
[Oct 2 08:09:38 2008.14] Unknown #110746848: Auto-continuing talking
[Oct 2 08:09:38 2008.15] [reactOnNPC] onNPCAction type is: continue.
[Oct 2 08:09:38 2008.16] [reactOnNPC] Conditions for reactOnNPC_0 not met.
[Oct 2 08:09:38 2008.18] [reactOnMiniMap v0.1FixColor] Reseting variables.
[Oct 2 08:09:38 2008.71] –––– กรอกตัวเลขที่คุณเห็นใน Mini Map ด้านขวาบน ––––
[Oct 2 08:09:38 2008.72] NPC Exists: Unknown #110746848 (269, 195) (ID 110746848) - (1)
[Oct 2 08:09:38 2008.72] Sound alert: Npc number
[Oct 2 08:09:38 2008.82] Unknown #110746848: Type 'talk num <number #>' to input a number.
[Oct 2 08:09:38 2008.83] [reactOnNPC] onNPCAction type is: number.
[Oct 2 08:09:38 2008.84] [reactOnNPC] Matching "[ ^ff00aeRo Service Anti-Bot System^000000 ]" to "/^FF0000[ Anti Bot By VanNovA ]^000000/" (0)... [Oct 2 08:09:38 2008.84] doesn't match.
[Oct 2 08:09:38 2008.85] [reactOnNPC] One or more lines doesn't match for "reactOnNPC_0" (0).
[Oct 2 08:09:38 2008.85] [reactOnMiniMap v0.1FixColor] Starting to translate the number.
[Oct 2 08:09:38 2008.86] [reactOnMiniMap v0.1FixColor] Line [20]: ......................
[Oct 2 08:09:38 2008.86] [reactOnMiniMap v0.1FixColor] Line [19]: ......................
[Oct 2 08:09:38 2008.92] [reactOnMiniMap v0.1FixColor] Line [18]: ......................
[Oct 2 08:09:38 2008.92] [reactOnMiniMap v0.1FixColor] Line [17]: ......................
[Oct 2 08:09:38 2008.93] [reactOnMiniMap v0.1FixColor] Line [16]: ......................
[Oct 2 08:09:38 2008.93] [reactOnMiniMap v0.1FixColor] Line [15]: ......................
[Oct 2 08:09:38 2008.94] [reactOnMiniMap v0.1FixColor] Line [14]: ......................
[Oct 2 08:09:38 2008.94] [reactOnMiniMap v0.1FixColor] Line [13]: ......................
[Oct 2 08:09:38 2008.95] [reactOnMiniMap v0.1FixColor] Line [12]: ......................
[Oct 2 08:09:38 2008.95] [reactOnMiniMap v0.1FixColor] Line [11]: ......................
[Oct 2 08:09:38 2008.97] [reactOnMiniMap v0.1FixColor] Line [10]: ......................
[Oct 2 08:09:38 2008.98] [reactOnMiniMap v0.1FixColor] Line [9]: ......................
[Oct 2 08:09:38 2008.98] [reactOnMiniMap v0.1FixColor] Line [8]: ......................
[Oct 2 08:09:38 2008.99] [reactOnMiniMap v0.1FixColor] Line [7]: ......................
[Oct 2 08:09:39 2008.99] [reactOnMiniMap v0.1FixColor] Line [6]: ......................
[Oct 2 08:09:39 2008.22] [reactOnMiniMap v0.1FixColor] Line [5]: ......................
[Oct 2 08:09:39 2008.70] [reactOnMiniMap v0.1FixColor] Line [4]: ......................
[Oct 2 08:09:39 2008.12] [reactOnMiniMap v0.1FixColor] Line [3]: ......................
[Oct 2 08:09:39 2008.17] [reactOnMiniMap v0.1FixColor] Line [2]: ......................
[Oct 2 08:09:39 2008.22] [reactOnMiniMap v0.1FixColor] Line [1]: ......................
[Oct 2 08:09:39 2008.27] [reactOnMiniMap v0.1FixColor] Line [0]: ......................
[Oct 2 08:09:39 2008.42] [reactOnMiniMap v0.1FixColor] Waiting delay of 5.74136352539063 secs to answer.
[Oct 2 08:09:45 2008.10] [reactOnMiniMap v0.1FixColor] Executing command "talk num ".
[Oct 2 08:09:45 2008.81] Error in function 'talk num' (Respond to NPC)
You must specify a number.
Attachments

[The extension pl has been deactivated and can no longer be displayed.]


Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#53 Post by Janovas »

not talk cont with original code

Code: Select all

sub onContinue {
    my (undef, $args) = @_;
	$num = 0;
	@posx = ();
	@posy = ();
	%realpos = ();
	message "[$prefix] Reseting variables.\n", "success";
}
debug 1
[Oct 2 08:30:33 2008.17] You are in Frozen state
[Oct 2 08:30:33 2008.18] You have look: GM Perfect Hide
[Oct 2 08:30:33 2008.19] You have look: Ruwach
[Oct 2 08:30:33 2008.75] Options changed.
[Oct 2 08:30:33 2008.77] Unknown #110019691: [Anti Bot by Hawais]
[Oct 2 08:30:33 2008.78] [reactOnNPC] NPC message saved (0): "[^3355FFAnti Bot by Hawais^000000]".
[Oct 2 08:30:33 2008.78] Unknown #110019691: กรุณา ตอบคำถามให้ถูกต้อง
[Oct 2 08:30:33 2008.79] [reactOnNPC] NPC message saved (1): "กรุณา ตอบคำถามให้ถูกต้อง".
[Oct 2 08:30:33 2008.80] Unknown #110019691: หากไม่ตอบภายในเวลา 120 วินาที
[Oct 2 08:30:33 2008.81] [reactOnNPC] NPC message saved (2): "หากไม่ตอบภายในเวลา ^3355FF120 วินาที^000000".
[Oct 2 08:30:33 2008.81] Unknown #110019691: หรือตอบผิด 10 ครั้ง
[Oct 2 08:30:33 2008.82] [reactOnNPC] NPC message saved (3): "หรือตอบผิด ^3355FF 10 ครั้ง^000000".
[Oct 2 08:30:33 2008.83] Unknown #110019691: คุณจะถูก แบนถาวร ทันที
[Oct 2 08:30:33 2008.84] [reactOnNPC] NPC message saved (4): "คุณจะถูก ^3355FFแบนถาวร^000000 ทันที".
[Oct 2 08:30:33 2008.85] Unknown #110019691:
[Oct 2 08:30:33 2008.86] [reactOnNPC] NPC message saved (5): " ".
[Oct 2 08:30:33 2008.87] Minimap indicator at location 14, 133 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.88] Minimap indicator at location 23, 145 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.88] Minimap indicator at location 13, 145 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.89] Minimap indicator at location 24, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.90] Minimap indicator at location 17, 138 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.91] Minimap indicator at location 13, 133 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:33 2008.92] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 14.
[Oct 2 08:30:33 2008.94] Minimap indicator at location 26, 143 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.95] Minimap indicator at location 14, 143 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.96] Minimap indicator at location 23, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.97] Minimap indicator at location 17, 139 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:33 2008.98] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 14.
[Oct 2 08:30:33 2008.98] Minimap indicator at location 16, 134 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:33 2008.99] Minimap indicator at location 14, 136 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.36] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 14.
[Oct 2 08:30:34 2008.10] Minimap indicator at location 25, 146 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.19] Minimap indicator at location 26, 145 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.67] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 15.
[Oct 2 08:30:34 2008.79] Minimap indicator at location 16, 145 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.87] Minimap indicator at location 15, 146 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.95] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 15.
[Oct 2 08:30:34 2008.10] Minimap indicator at location 25, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.10] Minimap indicator at location 23, 135 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.12] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 14.
[Oct 2 08:30:34 2008.13] Minimap indicator at location 16, 138 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.13] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 14.
[Oct 2 08:30:34 2008.14] Minimap indicator at location 17, 137 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.15] Minimap indicator at location 43, 134 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.16] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 14.
[Oct 2 08:30:34 2008.16] Minimap indicator at location 56, 144 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.17] Minimap indicator at location 46, 146 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.18] Minimap indicator at location 54, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.19] Minimap indicator at location 47, 137 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.21] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 14.
[Oct 2 08:30:34 2008.22] Minimap indicator at location 44, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.23] Minimap indicator at location 43, 134 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.23] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 14.
[Oct 2 08:30:34 2008.24] Minimap indicator at location 55, 144 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.25] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 15.
[Oct 2 08:30:34 2008.26] Minimap indicator at location 54, 145 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.26] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 15.
[Oct 2 08:30:34 2008.27] Minimap indicator at location 46, 143 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.28] Minimap indicator at location 43, 146 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.29] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 15.
[Oct 2 08:30:34 2008.30] Minimap indicator at location 56, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.31] Minimap indicator at location 53, 136 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.32] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 14.
[Oct 2 08:30:34 2008.32] Minimap indicator at location 49, 137 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.33] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 14.
[Oct 2 08:30:34 2008.34] Minimap indicator at location 46, 140 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.34] Minimap indicator at location 75, 134 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.35] Minimap indicator at location 85, 146 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.36] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 15.
[Oct 2 08:30:34 2008.37] Minimap indicator at location 73, 145 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.38] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 15.
[Oct 2 08:30:34 2008.39] Minimap indicator at location 84, 133 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.40] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 14.
[Oct 2 08:30:34 2008.41] Minimap indicator at location 79, 140 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.41] Minimap indicator at location 74, 136 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.42] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 14.
[Oct 2 08:30:34 2008.43] Minimap indicator at location 76, 134 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.43] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 14.
[Oct 2 08:30:34 2008.44] Minimap indicator at location 86, 145 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.45] Minimap indicator at location 85, 146 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.46] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 15.
[Oct 2 08:30:34 2008.47] Minimap indicator at location 75, 146 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.48] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 15.
[Oct 2 08:30:34 2008.49] Minimap indicator at location 76, 145 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.49] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 15.
[Oct 2 08:30:34 2008.50] Minimap indicator at location 84, 133 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.51] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 14.
[Oct 2 08:30:34 2008.52] Minimap indicator at location 83, 134 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 14.
[Oct 2 08:30:34 2008.53] Minimap indicator at location 79, 137 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.54] Minimap indicator at location 79, 137 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.55] Minimap indicator at location 106, 133 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.60] Minimap indicator at location 114, 146 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.61] Minimap indicator at location 103, 146 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.62] Minimap indicator at location 113, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.63] Minimap indicator at location 109, 140 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.64] Minimap indicator at location 109, 140 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.65] Minimap indicator at location 106, 136 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.66] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 14.
[Oct 2 08:30:34 2008.67] Minimap indicator at location 106, 136 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.67] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 14.
[Oct 2 08:30:34 2008.68] Minimap indicator at location 113, 144 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.69] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 15.
[Oct 2 08:30:34 2008.70] Minimap indicator at location 114, 143 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.70] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 15.
[Oct 2 08:30:34 2008.71] Minimap indicator at location 104, 146 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.72] Minimap indicator at location 106, 144 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.72] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 15.
[Oct 2 08:30:34 2008.74] Minimap indicator at location 116, 133 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.75] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 14.
[Oct 2 08:30:34 2008.75] Minimap indicator at location 113, 136 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.76] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 14.
[Oct 2 08:30:34 2008.77] Minimap indicator at location 106, 138 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.78] Minimap indicator at location 107, 137 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.79] Minimap indicator at location 46, 134 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.79] Minimap indicator at location 53, 146 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.80] Minimap indicator at location 43, 143 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.81] Minimap indicator at location 53, 133 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.83] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 14.
[Oct 2 08:30:34 2008.83] Minimap indicator at location 49, 138 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.84] Minimap indicator at location 43, 135 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.85] Minimap indicator at location 53, 144 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.86] Minimap indicator at location 45, 146 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.87] Minimap indicator at location 56, 133 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.88] Minimap indicator at location 48, 139 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.88] Minimap indicator at location 43, 135 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:34 2008.89] Minimap indicator at location 45, 133 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:34 2008.90] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 14.
[Oct 2 08:30:35 2008.59] Minimap indicator at location 53, 143 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.60] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 15.
[Oct 2 08:30:35 2008.65] Minimap indicator at location 53, 143 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.65] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 15.
[Oct 2 08:30:35 2008.66] Minimap indicator at location 45, 144 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.67] Minimap indicator at location 44, 145 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.67] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 15.
[Oct 2 08:30:35 2008.68] Minimap indicator at location 54, 133 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.70] Minimap indicator at location 53, 134 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.71] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 14.
[Oct 2 08:30:35 2008.71] Minimap indicator at location 49, 140 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.72] Minimap indicator at location 49, 140 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.73] Minimap indicator at location 13, 105 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.74] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 11.
[Oct 2 08:30:35 2008.75] Minimap indicator at location 26, 116 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.75] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 12.
[Oct 2 08:30:35 2008.76] Minimap indicator at location 13, 117 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.76] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 12.
[Oct 2 08:30:35 2008.77] Minimap indicator at location 24, 104 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.79] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 11.
[Oct 2 08:30:35 2008.79] Minimap indicator at location 17, 110 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.80] Minimap indicator at location 15, 107 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.81] Minimap indicator at location 25, 114 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.82] Minimap indicator at location 13, 117 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.83] Minimap indicator at location 26, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.84] Minimap indicator at location 19, 110 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.84] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 11.
[Oct 2 08:30:35 2008.85] Minimap indicator at location 15, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.86] Minimap indicator at location 13, 106 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.88] Minimap indicator at location 26, 116 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.89] Minimap indicator at location 25, 117 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.89] Minimap indicator at location 16, 117 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.90] Minimap indicator at location 16, 117 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.91] Minimap indicator at location 24, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.93] Minimap indicator at location 23, 105 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.94] Minimap indicator at location 16, 110 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.95] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 11.
[Oct 2 08:30:35 2008.96] Minimap indicator at location 18, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.97] Minimap indicator at location 43, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:35 2008.98] Minimap indicator at location 56, 114 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:35 2008.99] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 12.
[Oct 2 08:30:35 2008.99] Minimap indicator at location 44, 116 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.63] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 12.
[Oct 2 08:30:36 2008.12] Minimap indicator at location 56, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.20] Minimap indicator at location 47, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.29] Minimap indicator at location 44, 106 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.35] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 11.
[Oct 2 08:30:36 2008.52] Minimap indicator at location 56, 117 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.61] Minimap indicator at location 44, 116 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.70] Minimap indicator at location 53, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.78] Minimap indicator at location 47, 108 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.87] Minimap indicator at location 43, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.96] Minimap indicator at location 43, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.10] Minimap indicator at location 53, 117 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.11] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 12.
[Oct 2 08:30:36 2008.11] Minimap indicator at location 56, 114 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.12] Minimap indicator at location 44, 115 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.19] Minimap indicator at location 44, 115 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.19] Minimap indicator at location 54, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.20] Minimap indicator at location 53, 105 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.21] Minimap indicator at location 46, 111 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.24] Minimap indicator at location 49, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.24] Minimap indicator at location 76, 105 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.25] Minimap indicator at location 86, 117 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.26] Minimap indicator at location 75, 115 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.27] Minimap indicator at location 86, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.28] Minimap indicator at location 79, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.29] Minimap indicator at location 73, 104 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.29] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 11.
[Oct 2 08:30:36 2008.30] Minimap indicator at location 73, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.32] Minimap indicator at location 83, 117 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.33] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 12.
[Oct 2 08:30:36 2008.33] Minimap indicator at location 86, 114 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.34] Minimap indicator at location 74, 115 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.35] Minimap indicator at location 74, 115 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.36] Minimap indicator at location 83, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.37] Minimap indicator at location 83, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.37] Minimap indicator at location 79, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.38] Minimap indicator at location 76, 111 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.39] Minimap indicator at location 105, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.41] Minimap indicator at location 116, 115 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.42] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 12.
[Oct 2 08:30:36 2008.42] Minimap indicator at location 106, 115 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.43] Minimap indicator at location 113, 104 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.44] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 11.
[Oct 2 08:30:36 2008.45] Minimap indicator at location 109, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.45] Minimap indicator at location 106, 111 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.46] Minimap indicator at location 104, 105 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.47] Minimap indicator at location 116, 114 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.48] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 12.
[Oct 2 08:30:36 2008.50] Minimap indicator at location 105, 114 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.50] Minimap indicator at location 113, 104 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.51] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 11.
[Oct 2 08:30:36 2008.52] Minimap indicator at location 107, 111 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.53] Minimap indicator at location 109, 109 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.54] Minimap indicator at location 106, 105 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.54] Minimap indicator at location 114, 116 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.55] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 12.
[Oct 2 08:30:36 2008.56] Minimap indicator at location 105, 114 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.57] Minimap indicator at location 116, 104 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.58] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 11.
[Oct 2 08:30:36 2008.59] Minimap indicator at location 109, 108 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.60] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 11.
[Oct 2 08:30:36 2008.60] Minimap indicator at location 106, 111 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.61] Minimap indicator at location 104, 105 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.62] Minimap indicator at location 104, 105 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.63] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 11.
[Oct 2 08:30:36 2008.63] Minimap indicator at location 113, 115 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.64] Minimap indicator at location 114, 114 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.65] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 12.
[Oct 2 08:30:36 2008.66] Minimap indicator at location 104, 116 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.71] Minimap indicator at location 105, 115 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.71] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 12.
[Oct 2 08:30:36 2008.72] Minimap indicator at location 114, 104 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.73] Minimap indicator at location 113, 105 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.74] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 11.
[Oct 2 08:30:36 2008.76] Auto-skill on self: Improve Concentration (lvl 10)
[Oct 2 08:30:36 2008.90] Minimap indicator at location 106, 110 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.91] Minimap indicator at location 108, 108 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.92] Minimap indicator at location 76, 106 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.95] Minimap indicator at location 85, 115 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:36 2008.96] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 12.
[Oct 2 08:30:36 2008.96] Minimap indicator at location 75, 115 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.97] Minimap indicator at location 86, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.98] Minimap indicator at location 77, 111 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:36 2008.99] Minimap indicator at location 74, 105 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.24] Minimap indicator at location 83, 116 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.94] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 12.
[Oct 2 08:30:37 2008.25] Minimap indicator at location 76, 116 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.34] Minimap indicator at location 83, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.42] Minimap indicator at location 77, 111 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.50] Minimap indicator at location 75, 106 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.57] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 11.
[Oct 2 08:30:37 2008.65] Minimap indicator at location 85, 114 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.72] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 12.
[Oct 2 08:30:37 2008.79] Minimap indicator at location 76, 115 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.87] Minimap indicator at location 84, 104 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.95] Minimap indicator at location 79, 108 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.11] Minimap indicator at location 76, 106 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.12] Minimap indicator at location 75, 107 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.13] Minimap indicator at location 86, 117 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.13] Minimap indicator at location 86, 117 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.14] Minimap indicator at location 73, 116 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.15] Minimap indicator at location 75, 114 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.16] Minimap indicator at location 84, 104 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.17] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 11.
[Oct 2 08:30:37 2008.17] Minimap indicator at location 83, 105 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.18] Minimap indicator at location 77, 110 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.24] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 11.
[Oct 2 08:30:37 2008.24] Minimap indicator at location 78, 109 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.25] Minimap indicator at location 15, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.26] Minimap indicator at location 26, 85 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.27] Minimap indicator at location 14, 85 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.29] Minimap indicator at location 23, 74 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.30] Minimap indicator at location 17, 81 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.30] Minimap indicator at location 13, 75 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.31] Minimap indicator at location 14, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.32] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 8.
[Oct 2 08:30:37 2008.33] Minimap indicator at location 23, 85 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.34] Minimap indicator at location 24, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.34] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 9.
[Oct 2 08:30:37 2008.35] Minimap indicator at location 13, 86 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.36] Minimap indicator at location 15, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.37] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 9.
[Oct 2 08:30:37 2008.38] Minimap indicator at location 25, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.39] Minimap indicator at location 23, 76 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.40] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 8.
[Oct 2 08:30:37 2008.40] Minimap indicator at location 18, 79 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.41] Minimap indicator at location 17, 80 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.42] Minimap indicator at location 44, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.43] Minimap indicator at location 54, 86 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.44] Minimap indicator at location 44, 86 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.45] Minimap indicator at location 55, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.46] Minimap indicator at location 46, 80 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.47] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 8.
[Oct 2 08:30:37 2008.48] Minimap indicator at location 46, 75 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.49] Minimap indicator at location 44, 77 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.49] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 8.
[Oct 2 08:30:37 2008.50] Minimap indicator at location 53, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.51] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 9.
[Oct 2 08:30:37 2008.51] Minimap indicator at location 53, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 9.
[Oct 2 08:30:37 2008.53] Minimap indicator at location 44, 86 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.55] Minimap indicator at location 45, 85 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.55] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 9.
[Oct 2 08:30:37 2008.56] Minimap indicator at location 55, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.57] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 8.
[Oct 2 08:30:37 2008.57] Minimap indicator at location 53, 76 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.58] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 8.
[Oct 2 08:30:37 2008.59] Minimap indicator at location 49, 78 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.60] Minimap indicator at location 46, 81 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.60] Minimap indicator at location 76, 76 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.61] Minimap indicator at location 84, 85 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.62] Minimap indicator at location 76, 87 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.64] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:37 2008.64] Minimap indicator at location 83, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.65] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 8.
[Oct 2 08:30:37 2008.66] Minimap indicator at location 78, 81 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.66] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:37 2008.67] Minimap indicator at location 74, 75 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.68] Minimap indicator at location 74, 75 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.69] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 08:30:37 2008.69] Minimap indicator at location 83, 85 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.70] Minimap indicator at location 84, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.71] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 9.
[Oct 2 08:30:37 2008.76] Minimap indicator at location 75, 86 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.77] Minimap indicator at location 75, 86 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.77] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:37 2008.78] Minimap indicator at location 86, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.79] Minimap indicator at location 83, 77 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.81] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 8.
[Oct 2 08:30:37 2008.81] Minimap indicator at location 76, 81 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.82] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:37 2008.83] Minimap indicator at location 76, 81 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.84] Minimap indicator at location 103, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.84] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 8.
[Oct 2 08:30:37 2008.85] Minimap indicator at location 113, 85 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.86] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 9.
[Oct 2 08:30:37 2008.86] Minimap indicator at location 106, 84 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.87] Minimap indicator at location 114, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.88] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 8.
[Oct 2 08:30:37 2008.90] Minimap indicator at location 108, 81 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.90] Minimap indicator at location 109, 80 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.91] Minimap indicator at location 104, 74 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.93] Minimap indicator at location 116, 87 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.94] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 9.
[Oct 2 08:30:37 2008.94] Minimap indicator at location 105, 86 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.95] Minimap indicator at location 115, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:37 2008.96] Minimap indicator at location 109, 81 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:37 2008.97] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 9.
[Oct 2 08:30:37 2008.98] Minimap indicator at location 109, 81 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.99] Minimap indicator at location 103, 75 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.63] Minimap indicator at location 104, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.13] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 8.
[Oct 2 08:30:38 2008.19] Minimap indicator at location 115, 85 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.28] Minimap indicator at location 114, 86 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.35] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 9.
[Oct 2 08:30:38 2008.42] Minimap indicator at location 106, 85 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 9.
[Oct 2 08:30:38 2008.62] Auto-skill on self: Improve Concentration (lvl 10)
[Oct 2 08:30:38 2008.10] Minimap indicator at location 104, 87 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.10] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 9.
[Oct 2 08:30:38 2008.11] Minimap indicator at location 114, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.12] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 8.
[Oct 2 08:30:38 2008.13] Minimap indicator at location 113, 75 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.13] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 8.
[Oct 2 08:30:38 2008.14] Minimap indicator at location 107, 80 with the color [R:0, G:0, B:0, A:0] shown

Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#54 Post by Janovas »

[Oct 2 08:30:38 2008.15] Minimap indicator at location 108, 79 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.17] Minimap indicator at location 74, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.17] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 08:30:38 2008.18] Minimap indicator at location 85, 87 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.19] Minimap indicator at location 75, 85 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.20] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:38 2008.20] Minimap indicator at location 84, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.21] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 8.
[Oct 2 08:30:38 2008.22] Minimap indicator at location 77, 81 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.23] Minimap indicator at location 73, 76 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.28] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 08:30:38 2008.28] Minimap indicator at location 83, 87 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.31] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 9.
[Oct 2 08:30:38 2008.31] Minimap indicator at location 76, 85 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.32] Minimap indicator at location 83, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.33] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 8.
[Oct 2 08:30:38 2008.34] Minimap indicator at location 76, 81 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.35] Minimap indicator at location 76, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.36] Minimap indicator at location 85, 86 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.37] Minimap indicator at location 73, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.38] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:38 2008.38] Minimap indicator at location 86, 74 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.39] Minimap indicator at location 79, 79 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.40] Minimap indicator at location 76, 76 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.41] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 08:30:38 2008.42] Minimap indicator at location 75, 77 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.43] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 8.
[Oct 2 08:30:38 2008.44] Minimap indicator at location 83, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.44] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 9.
[Oct 2 08:30:38 2008.45] Minimap indicator at location 83, 84 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.46] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 9.
[Oct 2 08:30:38 2008.47] Minimap indicator at location 74, 84 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.47] Minimap indicator at location 73, 85 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.48] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 9.
[Oct 2 08:30:38 2008.49] Minimap indicator at location 84, 74 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.50] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 8.
[Oct 2 08:30:38 2008.50] Minimap indicator at location 83, 75 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 8.
[Oct 2 08:30:38 2008.53] Minimap indicator at location 77, 80 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.54] Minimap indicator at location 77, 80 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.54] Minimap indicator at location 13, 40 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.55] Minimap indicator at location 24, 50 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.56] Minimap indicator at location 14, 50 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.57] Minimap indicator at location 24, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.58] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 4.
[Oct 2 08:30:38 2008.58] Minimap indicator at location 18, 47 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.59] Minimap indicator at location 16, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.61] Minimap indicator at location 23, 50 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.62] Minimap indicator at location 13, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.63] Minimap indicator at location 25, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.64] Minimap indicator at location 19, 44 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.64] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 5.
[Oct 2 08:30:38 2008.65] Minimap indicator at location 13, 43 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.66] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 5.
[Oct 2 08:30:38 2008.66] Minimap indicator at location 16, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.67] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 4.
[Oct 2 08:30:38 2008.68] Minimap indicator at location 25, 51 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.69] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 6.
[Oct 2 08:30:38 2008.70] Minimap indicator at location 24, 52 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.71] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 6.
[Oct 2 08:30:38 2008.72] Minimap indicator at location 16, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.72] Minimap indicator at location 16, 53 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.73] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 6.
[Oct 2 08:30:38 2008.74] Minimap indicator at location 24, 40 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.75] Minimap indicator at location 23, 41 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.75] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 5.
[Oct 2 08:30:38 2008.76] Minimap indicator at location 19, 46 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.77] Minimap indicator at location 18, 47 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.82] Minimap indicator at location 46, 40 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.83] Minimap indicator at location 53, 50 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.84] Minimap indicator at location 43, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.85] Minimap indicator at location 55, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.86] Minimap indicator at location 46, 47 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.87] Minimap indicator at location 43, 41 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.88] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 5.
[Oct 2 08:30:38 2008.89] Minimap indicator at location 44, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.90] Minimap indicator at location 53, 51 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.90] Minimap indicator at location 54, 50 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.91] Minimap indicator at location 43, 50 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:38 2008.92] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 5.
[Oct 2 08:30:38 2008.93] Minimap indicator at location 43, 50 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.96] Minimap indicator at location 55, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.97] Minimap indicator at location 53, 42 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.98] Minimap indicator at location 48, 46 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.98] Minimap indicator at location 48, 46 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:38 2008.99] Minimap indicator at location 76, 41 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.58] Minimap indicator at location 86, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.14] Minimap indicator at location 75, 51 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.22] Minimap indicator at location 84, 40 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.33] Minimap indicator at location 77, 47 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.49] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 5.
[Oct 2 08:30:39 2008.56] Minimap indicator at location 75, 43 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.64] Minimap indicator at location 83, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.73] Minimap indicator at location 76, 50 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.79] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 5.
[Oct 2 08:30:39 2008.86] Minimap indicator at location 85, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.94] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 4.
[Oct 2 08:30:39 2008.10] Minimap indicator at location 78, 47 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.10] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 5.
[Oct 2 08:30:39 2008.11] Minimap indicator at location 74, 42 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.12] Minimap indicator at location 75, 41 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.14] Minimap indicator at location 85, 50 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.15] Minimap indicator at location 83, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.15] Minimap indicator at location 75, 50 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.16] Minimap indicator at location 73, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.17] Minimap indicator at location 84, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.18] Minimap indicator at location 83, 41 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.19] Minimap indicator at location 79, 45 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.20] Minimap indicator at location 77, 47 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.20] Minimap indicator at location 103, 40 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.22] Minimap indicator at location 116, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.23] Minimap indicator at location 103, 53 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.24] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 6.
[Oct 2 08:30:39 2008.24] Minimap indicator at location 114, 40 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.25] Minimap indicator at location 107, 47 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.38] Minimap indicator at location 106, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.39] Minimap indicator at location 115, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.40] Minimap indicator at location 105, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.41] Minimap indicator at location 113, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.42] Minimap indicator at location 107, 44 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.43] Minimap indicator at location 105, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.43] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 4.
[Oct 2 08:30:39 2008.44] Minimap indicator at location 103, 42 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.45] Minimap indicator at location 114, 51 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.46] Minimap indicator at location 114, 51 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.48] Minimap indicator at location 106, 51 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.48] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 6.
[Oct 2 08:30:39 2008.49] Minimap indicator at location 104, 53 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.50] Minimap indicator at location 114, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.51] Minimap indicator at location 113, 41 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.52] Minimap indicator at location 106, 44 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 5.
[Oct 2 08:30:39 2008.53] Minimap indicator at location 106, 44 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.54] Minimap indicator at location 73, 41 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.55] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 5.
[Oct 2 08:30:39 2008.56] Minimap indicator at location 84, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.57] Minimap indicator at location 73, 51 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.58] Minimap indicator at location 83, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.59] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 4.
[Oct 2 08:30:39 2008.59] Minimap indicator at location 79, 46 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.60] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 5.
[Oct 2 08:30:39 2008.61] Minimap indicator at location 75, 42 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.61] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 5.
[Oct 2 08:30:39 2008.62] Minimap indicator at location 84, 51 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.63] Minimap indicator at location 76, 52 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.64] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 6.
[Oct 2 08:30:39 2008.65] Minimap indicator at location 85, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.66] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 4.
[Oct 2 08:30:39 2008.67] Minimap indicator at location 77, 44 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.67] Minimap indicator at location 73, 40 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.68] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 4.
[Oct 2 08:30:39 2008.69] Minimap indicator at location 73, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.70] Minimap indicator at location 85, 51 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.70] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 6.
[Oct 2 08:30:39 2008.71] Minimap indicator at location 84, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.72] Minimap indicator at location 75, 52 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.73] Minimap indicator at location 75, 52 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.74] Minimap indicator at location 85, 40 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.75] Minimap indicator at location 83, 42 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.76] Minimap indicator at location 79, 44 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.77] Minimap indicator at location 76, 47 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.78] Minimap indicator at location 14, 12 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.79] Minimap indicator at location 25, 21 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.79] Minimap indicator at location 13, 21 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.80] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 3.
[Oct 2 08:30:39 2008.81] Minimap indicator at location 23, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.81] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 2.
[Oct 2 08:30:39 2008.86] Minimap indicator at location 16, 15 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.87] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 2.
[Oct 2 08:30:39 2008.88] Minimap indicator at location 16, 13 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.88] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 2.
[Oct 2 08:30:39 2008.89] Minimap indicator at location 15, 14 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.90] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 2.
[Oct 2 08:30:39 2008.91] Minimap indicator at location 23, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.93] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 3.
[Oct 2 08:30:39 2008.94] Minimap indicator at location 24, 21 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.95] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 3.
[Oct 2 08:30:39 2008.95] Minimap indicator at location 14, 24 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.96] Minimap indicator at location 16, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:39 2008.97] [reactOnMiniMap v0.1FixColor] Registering position: x = 2 ; y = 3.
[Oct 2 08:30:39 2008.98] Minimap indicator at location 23, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:39 2008.98] Minimap indicator at location 23, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 3 ; y = 2.
[Oct 2 08:30:40 2008.12] Minimap indicator at location 16, 18 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.20] Minimap indicator at location 19, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.29] Minimap indicator at location 44, 13 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.37] Minimap indicator at location 54, 23 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.45] Minimap indicator at location 45, 23 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.53] Minimap indicator at location 55, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.62] Minimap indicator at location 47, 18 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.70] Minimap indicator at location 43, 11 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.79] Minimap indicator at location 53, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.95] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 3.
[Oct 2 08:30:40 2008.10] Minimap indicator at location 44, 24 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.11] Minimap indicator at location 54, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.11] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 2.
[Oct 2 08:30:40 2008.12] Minimap indicator at location 47, 18 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.13] Minimap indicator at location 43, 13 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.14] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 2.
[Oct 2 08:30:40 2008.14] Minimap indicator at location 45, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.15] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 2.
[Oct 2 08:30:40 2008.16] Minimap indicator at location 53, 23 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.17] Minimap indicator at location 55, 21 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.18] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 3.
[Oct 2 08:30:40 2008.19] Minimap indicator at location 43, 24 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.20] Minimap indicator at location 46, 21 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.20] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 3.
[Oct 2 08:30:40 2008.21] Minimap indicator at location 53, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.22] Minimap indicator at location 53, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.23] [reactOnMiniMap v0.1FixColor] Registering position: x = 6 ; y = 2.
[Oct 2 08:30:40 2008.23] Minimap indicator at location 46, 17 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.24] [reactOnMiniMap v0.1FixColor] Registering position: x = 5 ; y = 2.
[Oct 2 08:30:40 2008.25] Minimap indicator at location 48, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.27] Minimap indicator at location 74, 13 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.28] Minimap indicator at location 85, 24 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.29] Minimap indicator at location 76, 22 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.30] Minimap indicator at location 83, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.31] Minimap indicator at location 78, 17 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.31] Minimap indicator at location 73, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.32] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 2.
[Oct 2 08:30:40 2008.33] Minimap indicator at location 83, 23 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.34] Minimap indicator at location 73, 24 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.38] Minimap indicator at location 85, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.40] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 2.
[Oct 2 08:30:40 2008.41] Minimap indicator at location 78, 15 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.42] Minimap indicator at location 73, 13 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.43] Minimap indicator at location 75, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.43] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 2.
[Oct 2 08:30:40 2008.45] Minimap indicator at location 84, 23 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.45] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 3.
[Oct 2 08:30:40 2008.46] Minimap indicator at location 85, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.47] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 3.
[Oct 2 08:30:40 2008.48] Minimap indicator at location 74, 22 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.48] Minimap indicator at location 74, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.49] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 3.
[Oct 2 08:30:40 2008.50] Minimap indicator at location 86, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.51] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 2.
[Oct 2 08:30:40 2008.51] Minimap indicator at location 83, 14 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.52] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 2.
[Oct 2 08:30:40 2008.54] Minimap indicator at location 76, 18 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.54] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 2.
[Oct 2 08:30:40 2008.55] Auto-skill on self: Improve Concentration (lvl 10)
[Oct 2 08:30:40 2008.64] Minimap indicator at location 76, 18 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.66] Minimap indicator at location 106, 13 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.66] Minimap indicator at location 116, 22 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.67] Minimap indicator at location 105, 23 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.68] Minimap indicator at location 116, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.69] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 2.
[Oct 2 08:30:40 2008.71] Minimap indicator at location 108, 17 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.71] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 2.
[Oct 2 08:30:40 2008.72] Minimap indicator at location 108, 17 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.73] Minimap indicator at location 105, 13 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.74] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 2.
[Oct 2 08:30:40 2008.74] Minimap indicator at location 116, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.75] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 3.
[Oct 2 08:30:40 2008.76] Minimap indicator at location 106, 21 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.76] Minimap indicator at location 113, 11 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.77] Minimap indicator at location 106, 16 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.79] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 2.
[Oct 2 08:30:40 2008.80] Minimap indicator at location 107, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.80] Minimap indicator at location 105, 14 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.81] Minimap indicator at location 115, 22 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.82] Minimap indicator at location 104, 21 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.83] Minimap indicator at location 116, 11 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.84] Minimap indicator at location 106, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.84] Minimap indicator at location 106, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.85] Minimap indicator at location 104, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:40 2008.86] Minimap indicator at location 103, 12 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.90] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 2.
[Oct 2 08:30:40 2008.92] Minimap indicator at location 115, 21 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.93] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 3.
[Oct 2 08:30:40 2008.95] Minimap indicator at location 113, 23 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.95] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 3.
[Oct 2 08:30:40 2008.97] Minimap indicator at location 104, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.98] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 3.
[Oct 2 08:30:40 2008.98] Minimap indicator at location 104, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:40 2008.99] [reactOnMiniMap v0.1FixColor] Registering position: x = 11 ; y = 3.
[Oct 2 08:30:40 2008.30] Minimap indicator at location 113, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.11] Minimap indicator at location 113, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.18] [reactOnMiniMap v0.1FixColor] Registering position: x = 12 ; y = 2.
[Oct 2 08:30:41 2008.25] Minimap indicator at location 108, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.34] Minimap indicator at location 106, 17 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.43] Minimap indicator at location 75, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.60] Minimap indicator at location 84, 24 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.69] Minimap indicator at location 74, 22 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.77] Minimap indicator at location 86, 11 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.85] Minimap indicator at location 78, 15 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.93] Minimap indicator at location 75, 12 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.10] Minimap indicator at location 83, 24 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.11] Minimap indicator at location 76, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.11] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 3.
[Oct 2 08:30:41 2008.12] Minimap indicator at location 84, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.13] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 2.
[Oct 2 08:30:41 2008.14] Minimap indicator at location 79, 15 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.15] Minimap indicator at location 76, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.16] Minimap indicator at location 83, 22 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.17] Minimap indicator at location 76, 22 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.18] Minimap indicator at location 85, 11 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.19] Minimap indicator at location 78, 18 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.19] Minimap indicator at location 76, 12 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.20] Minimap indicator at location 74, 14 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.21] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 2.
[Oct 2 08:30:41 2008.22] Minimap indicator at location 85, 24 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.23] Minimap indicator at location 86, 23 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.24] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 3.
[Oct 2 08:30:41 2008.25] Minimap indicator at location 74, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.25] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 3.
[Oct 2 08:30:41 2008.26] Minimap indicator at location 74, 22 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.27] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 3.
[Oct 2 08:30:41 2008.28] Minimap indicator at location 83, 11 with the color [R:0, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.29] Minimap indicator at location 83, 11 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.30] [reactOnMiniMap v0.1FixColor] Registering position: x = 9 ; y = 2.
[Oct 2 08:30:41 2008.30] Minimap indicator at location 79, 15 with the color [R:255, G:255, B:255, A:0] shown
[Oct 2 08:30:41 2008.32] [reactOnMiniMap v0.1FixColor] Registering position: x = 8 ; y = 2.
[Oct 2 08:30:41 2008.33] Minimap indicator at location 79, 15 with the color [R:255, G:0, B:0, A:0] shown
[Oct 2 08:30:41 2008.34] Unknown #110019691: คำถามคือ
[Oct 2 08:30:41 2008.34] [reactOnNPC] NPC message saved (6): "คำถามคือ".
[Oct 2 08:30:41 2008.35] Unknown #110019691: จุดคล้าย ตัวเลข ในแผนที่เล็ก
[Oct 2 08:30:41 2008.36] [reactOnNPC] NPC message saved (7): "จุดคล้าย ตัวเลข ในแผนที่เล็ก".
[Oct 2 08:30:41 2008.36] Unknown #110019691: คล้ายกับ [เลขใด] ?
[Oct 2 08:30:41 2008.37] [reactOnNPC] NPC message saved (8): "คล้ายกับ ^FF0000[เลขใด]^000000 ?".
[Oct 2 08:30:41 2008.38] NPC Exists: AntiBot (29, 29) (ID 110019691) - (0)
[Oct 2 08:30:41 2008.39] Sound alert: Npc text
[Oct 2 08:30:41 2008.52] AntiBot: Type 'talk text' (Respond to NPC)
[Oct 2 08:30:41 2008.53] [reactOnNPC] onNPCAction type is: text.
[Oct 2 08:30:41 2008.54] [reactOnNPC] Conditions for reactOnNPC_0 not met.
[Oct 2 08:30:41 2008.54] [reactOnMiniMap v0.1FixColor] Starting to translate the number.
[Oct 2 08:30:41 2008.55] [reactOnMiniMap v0.1FixColor] Line [20]: ......................
[Oct 2 08:30:41 2008.56] [reactOnMiniMap v0.1FixColor] Line [19]: ......................
[Oct 2 08:30:41 2008.58] [reactOnMiniMap v0.1FixColor] Line [18]: ......................
[Oct 2 08:30:41 2008.59] [reactOnMiniMap v0.1FixColor] Line [17]: ......................
[Oct 2 08:30:41 2008.60] [reactOnMiniMap v0.1FixColor] Line [16]: ......................
[Oct 2 08:30:41 2008.61] [reactOnMiniMap v0.1FixColor] Line [15]: ..##.######.#####.###.........
[Oct 2 08:30:41 2008.62] [reactOnMiniMap v0.1FixColor] Line [14]: ..#####.########.#####.####.........
[Oct 2 08:30:41 2008.63] [reactOnMiniMap v0.1FixColor] Line [13]: ......................
[Oct 2 08:30:41 2008.64] [reactOnMiniMap v0.1FixColor] Line [12]: ..##.###..####.#####.........
[Oct 2 08:30:41 2008.65] [reactOnMiniMap v0.1FixColor] Line [11]: ..####.#..####.######.........
[Oct 2 08:30:41 2008.66] [reactOnMiniMap v0.1FixColor] Line [10]: ......................
[Oct 2 08:30:41 2008.68] [reactOnMiniMap v0.1FixColor] Line [9]: ..##.###.###########.######.........
[Oct 2 08:30:41 2008.69] [reactOnMiniMap v0.1FixColor] Line [8]: ..##.####.###########.#####.........
[Oct 2 08:30:41 2008.69] [reactOnMiniMap v0.1FixColor] Line [7]: ......................
[Oct 2 08:30:41 2008.70] [reactOnMiniMap v0.1FixColor] Line [6]: ..###....##.##..........
[Oct 2 08:30:41 2008.71] [reactOnMiniMap v0.1FixColor] Line [5]: ..###.##..######..#..........
[Oct 2 08:30:41 2008.72] [reactOnMiniMap v0.1FixColor] Line [4]: ..##....####.#..........
[Oct 2 08:30:41 2008.73] [reactOnMiniMap v0.1FixColor] Line [3]: ..####.###.#######.#####.........
[Oct 2 08:30:41 2008.74] [reactOnMiniMap v0.1FixColor] Line [2]: ..#####.#####.##########.######.........
[Oct 2 08:30:41 2008.76] [reactOnMiniMap v0.1FixColor] Line [1]: ......................
[Oct 2 08:30:41 2008.77] [reactOnMiniMap v0.1FixColor] Line [0]: ......................
[Oct 2 08:30:41 2008.78] [reactOnMiniMap v0.1FixColor] Waiting delay of 2.95358276367188 secs to answer.
[Oct 2 08:30:44 2008.14] [reactOnMiniMap v0.1FixColor] Executing command "talk text ".
[Oct 2 08:30:44 2008.97] Error in function 'talk text' (Respond to NPC)
You must specify a string.
ok i found BUG in you plugin

Wait for
i test reactOnMiniMap26.pl
with add cmd in config.txt

Thank you

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnMiniMap.pl - creating a new plugin

#55 Post by Mucilon »

I liked your mini tutorial! Very enlightening.
About the talk continue, I didn't know it was used sometimes... I'll change the plugin to fix it!
About the scramble number, I tried to fix it, but I think the code I made won't work! Can you post an image of your minimap when this type of number happen?

This is the an excel file, where I test the points received...
testeMiniMap.xls
(165 KiB) Downloaded 315 times
Plugin file without the reset variables at the continue talk.

[The extension pl has been deactivated and can no longer be displayed.]


Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#56 Post by Janovas »

After test plug in
In config

Code: Select all

reactOnMiniMap {
	red 255
	green 255
	blue 255
}
the first time i test reactOnMiniMap261.pl. Code in config can't work
After test i'm to do fix code at in line 114 to 152

remove code to not use

Code: Select all

['packet/npc_talk_close', \&onContinue, undef]
Old
Code in config not run

Code: Select all

if (exists $config{$configPrefix.$k."_green"}) {


New edit "_green" to "green"
Code in config can be run

Code: Select all

if (exists $config{$configPrefix.$k."green"}) {
edit every "_red" , "_green" , "_blue" to red , green , blue

number 4
Image
Attachments

[The extension pl has been deactivated and can no longer be displayed.]

[The extension pl has been deactivated and can no longer be displayed.]

log261num4.txt
test reactOnMiniMap261.pl
is number 4
(72.15 KiB) Downloaded 307 times
Last edited by Janovas on 04 Oct 2008, 12:36, edited 2 times in total.

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnMiniMap.pl - creating a new plugin

#57 Post by Mucilon »

Thanks for the changes and the number... Now I think it will work!!
I changed the way to register the points of the number... It will work like the client, where the last point received appear above the others.

[The extension pl has been deactivated and can no longer be displayed.]

EDIT
I forgot to tell you... to this plugin use just this at the config.txt.
Only red color:

Code: Select all

reactOnMiniMap {
   red 255
   green 0
   blue 0
}

Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#58 Post by Janovas »

Code: Select all

reactOnMiniMap {
   red 255
   green 0
   blue 0
}
It's very Hard at Anti bot killer new version
Attachments
logv0.4 fix red only.txt
(877.53 KiB) Downloaded 320 times

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnMiniMap.pl - creating a new plugin

#59 Post by Mucilon »

Sorry about the last version! I found a bug at the code!
I changed it a little bit... now you can try to read with the red color or the white color, which I recommend.
You can use the red color:

Code: Select all

reactOnMiniMap {
   red 255
   green 0
   blue 0
}
or the white color:

Code: Select all

reactOnMiniMap {
   red 255
   green 255
   blue 255
}
This last one is more like the other numbers we tested. Try to use just one of them and not both together!
I hope it works now! :D

[The extension pl has been deactivated and can no longer be displayed.]


boss1669
Noob
Noob
Posts: 4
Joined: 11 Oct 2008, 11:47
Noob?: Yes

Re: reactOnMiniMap.pl - creating a new plugin

#60 Post by boss1669 »

I use the plugin but reactOnMiniMap28.pl wouldn't work or may be antiwbot are too new plz see the picture :
Attachments
jjjjjjjjjjjj.JPG
gum laew gu.JPG
asdasdasdsa.JPG

Post Reply