Search found 49 matches

by krispaul27
13 Feb 2020, 11:55
Forum: Private Servers
Topic: Anti Bot
Replies: 8
Views: 7925

Re: Anti Bot

thelordofbot wrote:Thanks for the answers, I will study regexp more.
I really need to find a way to identify only the highlighted colors of the numbers and phrases.
thanks!
Anyway you can always contact me @ my discord if need help. krispaul27#0968
by krispaul27
28 Jan 2020, 23:34
Forum: Private Servers
Topic: Anti Bot
Replies: 8
Views: 7925

Re: Anti Bot

study <regexp> because your server anti-bot system used <regexp> regular expressions.

ill give you example :

Code: Select all

reactOnNPC talk resp @resp(my $color2 = #0~0; /I am not a bot/) {
type responses
useColors 1
msg_0 /Answer the questions BOT OR NOT?/i
msg_1
msg_2 
}
by krispaul27
28 Jan 2020, 09:12
Forum: Private Servers
Topic: Anti Bot
Replies: 8
Views: 7925

Re: Anti Bot

Its reactOnNpc, but its kinda hard if you know nothing about macros
by krispaul27
22 Jan 2020, 23:11
Forum: Resolved Questions
Topic: Automacro answer prompt message.
Replies: 24
Views: 20024

Re: Automacro answer prompt message.

krispaul27 thank your for your reply, its seems its working,but it will not answer the prompt message the message "i am not a bot"...if you have other social media accounts like facebook hope i can add you up..so that i can learn more about macro's. .have a nice day ahead. .i i try to configure aga...
by krispaul27
22 Jan 2020, 12:53
Forum: Resolved Questions
Topic: Automacro answer prompt message.
Replies: 24
Views: 20024

Re: Re:Anti bot macro talk response on prompt message

automacro antibot {
status Play Dead
pause 5
call antibot1
}
macro antibot1 {
console /(.*?) No I am n0t a bot/ {
talk resp $.lastMatch1
do "Fly Wing"
}
Changed this to this.

Code: Select all

 macro antibot1 {
status Play Dead 
location <map>
call {
Do talk r~/No i am n0t a bot/
do "Fly Wing"
}
by krispaul27
22 Jan 2020, 12:34
Forum: Private Servers
Topic: Help with macro, Cast Storm Gust on ground on nearest Monste
Replies: 5
Views: 3301

Re: Help with macro, Cast Storm Gust on ground on nearest Monste

fadreus wrote:So what about that macro you posted?
Seems fine..

The problem was the kore doesnt cast on ground. Still casting on monster position.
by krispaul27
22 Jan 2020, 12:16
Forum: Private Servers
Topic: Help with macro, Cast Storm Gust on ground on nearest Monste
Replies: 5
Views: 3301

Re: Help with macro, Cast Storm Gust on ground on nearest Monste

Aside from do sl SG Which should be skill number, what's the problem? i just used SG but in my macro it was Storm Gust You can set use SG on yourself while setting the distance 6 as other alternative. What i mean is, Example I want to cast sg on ground location near the distance of monster position...
by krispaul27
21 Jan 2020, 22:39
Forum: Private Servers
Topic: Help with macro, Cast Storm Gust on ground on nearest Monste
Replies: 5
Views: 3301

Help with macro, Cast Storm Gust on ground on nearest Monste

How can i cast Storm Gust on nearest monster with a 15 cell distance? automacro castSG { #name of the macro timeout 10 #I want to run it once by monster exclusive 1 #override AI monster Grand Peco, #on monster Grand Peco call useSG #run the macro called "useSG" } macro useSG { #The macro called and ...
by krispaul27
17 Jan 2020, 19:58
Forum: Resolved Questions
Topic: Automacro answer prompt message.
Replies: 24
Views: 20024

Re: Automacro answer prompt message.

spikejra04 wrote:Im still not home. And im having problem with my macro. Im gonna try it later.
Study macro And you get it by easy. :mrgreen:
by krispaul27
17 Jan 2020, 19:55
Forum: Macro Plugin
Topic: Need help for anti bot script
Replies: 3
Views: 9870

Re: Need help for anti bot script

Can someone help me with this anti bot verfication Item added to Inventory: Gold (2) x 1 - Event Unknown #115271939: --- Bot Verification --- Unknown #115271939: Reply saying you are not a bot, : Type `talk con` to continue talking ---- Responses (Unknown #115271939) --- # Response 0 … 1 No I am no...