Search found 28 matches

by cibervagos
Wed May 28, 2014 6:17 pm
Forum: Runes of Magic
Topic: Rom Bot error
Replies: 14
Views: 3379

Re: Rom Bot error

Ty Lisa. In my case the Boss desapear and come back in a few seconds summoning a second Boss. So, I will quit the loop and I try changing MAX_FIGHT_TIME. Be couse my Druid need many time to kill that Boss :D
by cibervagos
Wed May 28, 2014 5:08 pm
Forum: Runes of Magic
Topic: Rom Bot error
Replies: 14
Views: 3379

Re: Rom Bot error

I have 2 function in my waypoint. Function 1 (Looking for the Boss) function Buscando() local jefe = player:findNearestNameOrId(102349); -- Life Leecher (Origin) if jefe then player:target(jefe); local blanco = player:getTarget(); sendPartyChat('|H|h|cffCC99FFEncontré a |r|cffAA6666'..blanco.Name..'...
by cibervagos
Tue May 27, 2014 7:07 pm
Forum: Runes of Magic
Topic: Rom Bot error
Replies: 14
Views: 3379

Re: Rom Bot error

Hi Rock! I have a problem. Some times (many times) my bot get stuck on Clearing Target. I don't know where I need to start looking for. :cry:
by cibervagos
Sat May 17, 2014 11:43 am
Forum: RoM Bot revision notes
Topic: 774 Changelog
Replies: 42
Views: 15141

Re: 774 Changelog

Hi ppl! IDK if I'm posting in the right place. I have a problem with sendPartyChat . With the new revision sendPartyChat dosn't work. Error coming in line 270 of party.lua (_whispname is a nil value). So I change my party.lua from function sendPartyChat(_msg) if settings.profile.options.MONITOR_WHIS...
by cibervagos
Wed Apr 30, 2014 11:41 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 314550

Re: rock5's "fastLogin Revisited"

Ty for ur help. I solved it. gameState() = 0 in character selection screen. So I changed my userfunction_login from repeat rest(4000) until gameState() == 2 to repeat if gameState() ~= juego then local juego = gameState(); print("Debugg gameState Seleccion PJ ..."..juego.."\n"); ...
by cibervagos
Tue Apr 29, 2014 7:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 314550

Re: rock5's "fastLogin Revisited"

Hi all. I have a little problem. When I use ChangeCharRestart() or login() MM never select my character. I put some print() in userfunction_login and MM stuk here. repeat rest(4000) until gameState() == 2 I never use model or any other modified file. Sorry for my english. I not english speaker.
by cibervagos
Sun Apr 13, 2014 12:20 pm
Forum: Runes of Magic
Topic: Updated database/skills.xml file
Replies: 125
Views: 28090

Re: Updated database/skills.xml file

Yeah. I change it and is working. Ty Lisa.
by cibervagos
Sat Apr 12, 2014 10:53 pm
Forum: Runes of Magic
Topic: Updated database/skills.xml file
Replies: 125
Views: 28090

Re: Updated database/skills.xml file

Hi all. Im not a english speaker, so my english is pretty bad. I have some problem with my druid/warrior. My healing wind dosnt work. I solved cross of thorns attack issues changing id to 499956 in skill.xml. But I cant make my Healing Wind work :cry: