Search found 29 matches

by dracus_loki
14 Nov 2012, 13:19
Forum: Other OpenKore support
Topic: Warlock AoE Spells Won't Configue
Replies: 5
Views: 4341

Re: Warlock AoE Spells Won't Configue

hii there ,, im not very sure what has caused that behavior ,, but i can surely point out that in the skill config for jack frost if u put "isselfskill 1 " .. then the bot would keep using jack frost on himself continuously,,, try to remove that and see ,, as for the skill names they can be written ...
by dracus_loki
18 Oct 2012, 12:44
Forum: Other OpenKore support
Topic: c command/macro problem and use self skill
Replies: 2
Views: 4314

Re: c command/macro problem and use self skill

hi ther ,, well this problem does not exist if u have configured properly for the server ur playing on ,, u can try to use connectivity guide ,, mostly the server type is wrong
by dracus_loki
18 Oct 2012, 12:40
Forum: pRO
Topic: New iris aggresive monster
Replies: 1
Views: 1856

Re: New iris aggresive monster

hi there ,, if ur using a wizzard for botting then set "runFromTarget" in the config file... this can help ... u can try it and see
by dracus_loki
09 Oct 2012, 05:36
Forum: iRO
Topic: Auto Relog Bot Macro
Replies: 11
Views: 11873

Re: Auto Relog Bot Macro

automacro pos {

console /Neraid attacks you/i ##see if the name is spelled correctly
timeout 10

call re
}


macro re {

do relog 60 ## 60 sec relog
}

This one should not give u any problem ,, and will only trigger when u are attacked by that .... plz try and tell me
by dracus_loki
08 Oct 2012, 13:32
Forum: iRO
Topic: Auto Relog Bot Macro
Replies: 11
Views: 11873

Re: Auto Relog Bot Macro

Automacro pos {

Console /neraid attacks you/i ##see if the name is spelled correctly
Call {

Do relog 60 ## 60 sec relog

}
Timeout 10
}
by dracus_loki
08 Oct 2012, 13:24
Forum: Macro Plugin
Topic: REGARDING PKS
Replies: 4
Views: 3713

Re: REGARDING PKS

oO I dint know it could be achieved via config.... U sure it works. ..??.. Nyways I used to use that with events like if someone attacks me then the bot attacks the one person who attacked me ... It worked good
by dracus_loki
08 Oct 2012, 13:14
Forum: Private Servers
Topic: disguiese event bot
Replies: 17
Views: 21953

Re: disguiese event bot

Hi.. Rock roll ..ur techinique is good I'll have to learn a lot frm people like U ... But here's my contribution ... This is the way I'll play it Autonacro pos { Location mapname Call { Do ml ##this will display the name of the monster as the npc changes ##After this in not sure cause ill have to se...
by dracus_loki
07 Oct 2012, 06:23
Forum: Macro Plugin
Topic: REGARDING PKS
Replies: 4
Views: 3713

Re: REGARDING PKS

Hi ,, well that's a very trick problem hahahahah ,,i had the same problem with my bots ,i had made them for pvp , so they would fight with me and gang on layers who tried to get to me ,, and it was awesome ,, until i got reported ,, ;) ... but heres how u do it , u have to keep the "do kill player "...
by dracus_loki
07 Oct 2012, 06:07
Forum: iRO
Topic: Delay with skill-using with heal slave mode
Replies: 2
Views: 2886

Re: Delay with skill-using with heal slave mode

umm ,,, all i say is i dont know the solution, but it can be made by writing a macro .. which will trigger on pm or some activity like for example if u use some skill ,, --- although frm my experience its better u leave it this way ,, as the random delay makes the bot look a lot real and hard for gm...
by dracus_loki
07 Oct 2012, 05:49
Forum: pRO
Topic: Auto Relog help
Replies: 12
Views: 11880

Re: Auto Relog help

there are many ways to do this ,,, heres one example automacro time { location prontera ### <<<put the map name here call timer timeout 10 } macro timer { log $.minute $x = $.minute if (($x == 59) || ($x == 29 )) call time1 ##### u can put the time here } macro time1 { do relog 60 } this will take t...