Search found 12 matches

by wang1337
25 Jun 2011, 07:19
Forum: iRO
Topic: Following Priest seems to lag behind
Replies: 8
Views: 9029

Re: Following Priest seems to lag behind

I moved to an area which is a little tougher with AOE mobs (have to stay far away) so I had to adjust my config a little bit to keep my priest from falling behind too often. Here are my skill blocks for all my skills with a cast time: partySkill Canto { lvl 3 sp > 10% hp > 60% target_hp > 60% target...
by wang1337
14 Jun 2011, 12:10
Forum: Bug reports
Topic: Stuck after teleport
Replies: 33
Views: 99726

Re: AI get stuck in twRO renewal (teleport)

Did some more testing with eharvest's help. Tried to add timeouts to the low HP teleport call in Misc.pm but it didn't help. I think that part of the code wasn't the problem since I can reproduce the error without calling that part. I think the problem code is in CoreLogic.pm: message T("Teleporting...
by wang1337
14 Jun 2011, 08:42
Forum: Bug reports
Topic: Stuck after teleport
Replies: 33
Views: 99726

Re: AI get stuck in twRO renewal (teleport)

I'm getting this error aswell on iRO. It only happens when you use the teleport skill. I checked with Xkore 2 what was happening, and it seems it double casts teleport so you appear in the new place with a dialog box still open. Openkore then tries to continue on but is unable to cast any skills bec...
by wang1337
13 Jun 2011, 14:00
Forum: Tips & Tricks
Topic: [Guide] How to open multiple xkore
Replies: 16
Views: 64299

Re: [Guide] How to open multiple xkore

I didn't have to do all this, at least on iRO. All I did was make multiple xml files in the data dir, and for each one change the port number. Say bot6901.xml: ... <display>iRO Server</display> <desc>None</desc> <address>127.0.0.1</address> <port>6901</port> #increase this by 1 for each xml file <ve...
by wang1337
13 Jun 2011, 13:48
Forum: Tips & Tricks
Topic: Interface Tweaks
Replies: 2
Views: 6008

Interface Tweaks

I made a few changes to the console output and the Wx defaults for my own tastes. To add timestamps and ignore ugly spam like emotions and monsters missing me in the console I use this in config.txt: showTimeDomains attackMon, exp, ai_attack, route, parseMsg_statuslook, selfSkill, drop, console, att...
by wang1337
13 Jun 2011, 13:22
Forum: iRO
Topic: XKore 2 Server: Exact Setup.
Replies: 3
Views: 4054

Re: XKore 2 Server: Exact Setup.

Title says it all because its kicking my but, anyone mind explaining this a bit further with some scenarios? And what if i had multiple Bots going, would there be logins for each one? It's fairly simple to set up multiple bots to run with Xkore 2. You extract the clientinfo.xml, rename it, edit the...
by wang1337
13 Jun 2011, 11:37
Forum: Other Plugins
Topic: Freecast.pl for Sage classes
Replies: 5
Views: 11593

Freecast.pl for Sage classes

I found this plugin on Russian forums, originally written back in 2005, and updated by 'AndreyLun' to work with the runFromTarget code. I've updated the plugin to work on the current version of openkore. You must be a sage type and have freecast learnt and only works on bolts and thunderstorm, all o...
by wang1337
03 Jun 2011, 22:36
Forum: iRO
Topic: The auto equip function.
Replies: 4
Views: 7125

Re: The auto equip function.

I have't fought any monsters that disarm so take this advice with a grain of salt. I assume disarm just de-equips your weapon so you just re-equip it. You should be using equipAuto. Something like: equipAuto { rightHand Jur Name WhenNotEquipped Jur Name } If it gives some sort of debuff you could ch...
by wang1337
03 Jun 2011, 22:29
Forum: iRO
Topic: can the bot get past novice land by itself
Replies: 7
Views: 6885

Re: can the bot get past novice land by itself

The above script posted isn't for the novice island on iRO. It could be used as a guide to write your own, but is otherwise completely useless.
by wang1337
03 Jun 2011, 22:20
Forum: iRO
Topic: AI bug after teleport skill when mobbed?
Replies: 6
Views: 5805

AI bug after teleport skill when mobbed?

Problem: After a teleport from getting mobbed, the AI seems to get stuck on Skill Use. It will route and/or follow but after the bug it won't use skills until the bot is relogged, occasionally fixes itself after another tele. Situation: Priest is getting beat on by 5 monsters, it is configured to te...