Enter Red Colour Numbers, Letters and Symbols

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
codename
Noob
Noob
Posts: 5
Joined: 15 Apr 2014, 06:47
Noob?: Yes

Enter Red Colour Numbers, Letters and Symbols

#1 Post by codename »

i wonder if you could help me regarding this problem. i have 2 problem , 1 is the server configuration.

i'm playing in here mafiaro.net

and this is my server config.

Code: Select all

[Mafia-RO]
# http://mafiaro.net
ip 23.88.84.217
port 6900
master_version 14
version 22
serverType kRO_RagexeRE_2012_04_10a
charBlockSize 144
serverEncoding Western
addTableFolders maf-RO
recvpackets recvpackets-mafia.txt

server type is fine and the recvpackets, the problem here is everytime i'm in a custom map the NPC is not detected, but when i try to different map it will detect easily. note : i already extracted the custom map and i can walk on it in xkore 1.

console log :

[Apr 15 00:44:58 2014.63] Removed actor with off map coordinates: (215,206)->(215,209), field max: (0,0)


my second problem is the bot check that wants me to put the red random letters numbers and symbol, the big problem is it can't detect the NPC or the police that's why you're answer to this http://forums.openkore.com/viewtopic.php?f=34&t=191942 problem is not working on mine.
please help me regarding this matter.

Thank you!

Image

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Enter Red Colour Numbers, Letters and Symbols

#2 Post by 4epT »

you need a reactOnNPC plugin
see this example:
http://forums.openkore.com/viewtopic.php?f=34&t=191942
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

codename
Noob
Noob
Posts: 5
Joined: 15 Apr 2014, 06:47
Noob?: Yes

Re: Enter Red Colour Numbers, Letters and Symbols

#3 Post by codename »

the conversation of the npc there is different but i still try to use your example, i already add the latest reactOnNPC.pl in my plugins and put this code in my config but it doesn't work

Code: Select all

reactOnNPC talk text @eval(my $color1 = '#1~1';my $color2 = '#3~1';if ($color1 eq $color2@) {return '#3~2'}) {
   type text
   useColors 1
   delay 2
   msg_0 /Bot Checking.../
   msg_1 /Enter the \^([0-9a-fA-F]{6})RED COLOR\^000000 Code./
   msg_2 /^\s$/
   msg_3 /\s+\^([0-9a-fA-F]{6})(\S+)\^[0-9a-fA-F]{6}\s+/
}

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Enter Red Colour Numbers, Letters and Symbols

#4 Post by 4epT »

msg_0 /Bot Checking.../
msg_1 /Enter the \^([0-9a-fA-F]{6})RED COLOR\^000000 Code./
msg_2 /^\s$/
msg_3 /\s+\^([0-9a-fA-F]{6})(\S+)\^[0-9a-fA-F]{6}\s+/
Of course it will not work
you have a very different dialogue
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

codename
Noob
Noob
Posts: 5
Joined: 15 Apr 2014, 06:47
Noob?: Yes

Re: Enter Red Colour Numbers, Letters and Symbols

#5 Post by codename »

i don't know much about regex, can you please help me create a dialog for this ? thank you so much

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Enter Red Colour Numbers, Letters and Symbols

#6 Post by 4epT »

place the config.txt "reactOnNPC_debug 1"
and show log console
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

codename
Noob
Noob
Posts: 5
Joined: 15 Apr 2014, 06:47
Noob?: Yes

Re: Enter Red Colour Numbers, Letters and Symbols

#7 Post by codename »

[Apr 23 12:00:58 2014.83] You are now in the game
[Apr 23 12:00:58 2014.83] Your Coordinates: 138, 57
[Apr 23 12:00:58 2014.84] rAthena Version SVN: r 12048
[Apr 23 12:00:58 2014.85] Welcome to Mafia Ragnarok Online! Enjoy! Please report any bugs you find.
[Apr 23 12:00:58 2014.86] Map Change: in_sphinx5.gat (138, 57)
[Apr 23 12:00:59 2014.20] Arrow/Bullet equipped: Arrow (0) x 1
[Apr 23 12:00:59 2014.22] Exp gained: 0/0 (0.00%/0.00%)
[Apr 23 12:00:59 2014.24] You are now: state: Frozen
[Apr 23 12:00:59 2014.24] Options changed.
[Apr 23 12:00:59 2014.25] You are now: Endure (Duration: 9.999s)
[Apr 23 12:00:59 2014.25] You are now: Berserk (Duration: 1000000s)
[Apr 23 12:00:59 2014.26] Unknown #110007804: You signed off when Bot Checker Occur!
[Apr 23 12:00:59 2014.26] Unknown #110007804: YOU ONLY HAVE ONE ATTEMPT
[Apr 23 12:00:59 2014.27] Unknown #110007804: If you get wrong you will be jailed
[Apr 23 12:00:59 2014.27] Unknown #110007804: Input the RED COLOUR part
[Apr 23 12:00:59 2014.27] Unknown #110007804: i49a3cfrg2csb92d2wv
[Apr 23 12:00:59 2014.28] NPC Exists: Unknown #110007804 (138, 57) (ID 110007804) - (0)
[Apr 23 12:00:59 2014.28] Unknown #110007804: Type 'talk text' (Respond to NPC)
i add reactOnNPC.pl in plugins then add the line "reactOnNPC_debug 1" in my config so here is the console log.

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Enter Red Colour Numbers, Letters and Symbols

#8 Post by 4epT »

you have installed the latest plugin?
enter the command "plugin"
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

codename
Noob
Noob
Posts: 5
Joined: 15 Apr 2014, 06:47
Noob?: Yes

Re: Enter Red Colour Numbers, Letters and Symbols

#9 Post by codename »

i don't know if this is the latest, i try to download the latest but this links is not working

http://sourceforge.net/p/openkore/code/ ... NPC/trunk/

Code: Select all

[Apr 23 13:52:47 2014.19] --------- Currently loaded plugins ---------
#   Name              Description
[Apr 23 13:52:47 2014.20] 0   alertSound        Plays sounds on certain events.
[Apr 23 13:52:47 2014.21] 1   Auto-Refine       What do you think?
[Apr 23 13:52:47 2014.21] 2   cmdOnLogin        automatically do a command on login
[Apr 23 13:52:47 2014.22] 3   macro             allows usage of macros
[Apr 23 13:52:47 2014.22] 4   reactOnNPC        react on NPC messages
[Apr 23 13:52:47 2014.23] 5   recorder          records a macro
[Apr 23 13:52:47 2014.23] --------------------------------------------

Post Reply