Search found 133 matches

by Dark Airnel
14 Aug 2014, 19:32
Forum: iRO
Topic: please help homunculus autofeed doesnt work anymore
Replies: 16
Views: 11520

Re: please help homunculus autofeed doesnt work anymore

Unfortunately, no. I lost a lot of Homun myself because I forgot Kore can't auto-feed it.
by Dark Airnel
13 Aug 2014, 17:52
Forum: Private Servers
Topic: kill all player on PK servers
Replies: 4
Views: 3267

Re: kill all player on PK servers

Initiating the command to attack player is simple but it's a bit tricky if you would have to use skills. It can be done but it would be lot easier if you configure your attackSkillSlot and useselfskill slot depending on how you want the bot to kill players. useSelf_skill Endure { lvl 10 whenStatusIn...
by Dark Airnel
13 Aug 2014, 17:45
Forum: iRO
Topic: please help homunculus autofeed doesnt work anymore
Replies: 16
Views: 11520

Re: please help homunculus autofeed doesnt work anymore

The last time I checked the homunculus is not even detected and that was long ago. I'm actually counting on that "Homunculus update (50%) in growing a loyal homunculus. I hope it'll work when the update reached 100%.
by Dark Airnel
13 Aug 2014, 11:03
Forum: iRO
Topic: please help homunculus autofeed doesnt work anymore
Replies: 16
Views: 11520

Re: please help homunculus autofeed doesnt work anymore

The SVN r8885 update mentioned something about "Homunculus update (50%). You might wanna try downloading the latest version and see if the Homunculus auto-feed works on that revision.
by Dark Airnel
12 Aug 2014, 20:29
Forum: Other Plugins
Topic: monsterDB by Damokles (and db update script)
Replies: 12
Views: 13953

Re: monsterDB by Damokles (and db update script)

Is there a way to include option to use items that change the element of weapon such as Aspersio Scroll and Converters?
by Dark Airnel
12 Aug 2014, 11:00
Forum: Bug reports
Topic: Kore shows identified items as Not Identified.
Replies: 5
Views: 4649

Kore shows identified items as Not Identified.

I've been noticing this for a while now. I'm playing on a private server using kRO_RagexeRE_2013_08_07a. Kore works but when I type "i neq" or any command to show my item here's what I'm seeing: i ------------------- Inventory -------------------- -- Equipment (Equipped) -- 5 +7 Siege Robe [Tao Gunk...
by Dark Airnel
07 Aug 2014, 13:20
Forum: Macro Plugin
Topic: change pickupitems flag
Replies: 2
Views: 3245

Re: change pickupitems flag

If you will consider using another plugin to do this task for you then you can download the xconf plugin and then use it in conjunction with the doCommand:

Code: Select all

doCommand pconf Apple 0 {
inInventory Apple >0 100
disabled 0
}
by Dark Airnel
31 Jul 2014, 11:56
Forum: Private Servers
Topic: kill all player on PK servers
Replies: 4
Views: 3267

Re: kill all player on PK servers

That's not gonna work. mon_control tells kore which monster to attack / don't attack. You have to create a macro that will trigger when a player is nearby then issue a command to kill it.
by Dark Airnel
14 Jul 2014, 15:50
Forum: Private Servers
Topic: Shadow Chaser - Auto Shadow Spell
Replies: 2
Views: 4067

Re: Shadow Chaser - Auto Shadow Spell

Check for the correct skill name of Auto Shadow Spell by typing "skills" on the console. Also, Storm Gust does not have a period (.) on it.

Code: Select all

useSelf_skill Auto Shadow Spell, Shadow Spell {
I don't believe the above setting will work, I think there should only be one skill there.
by Dark Airnel
23 Jun 2014, 12:44
Forum: fRO
Topic: Auto Logout after the Bot found a specific Card?
Replies: 5
Views: 6142

Re: Auto Logout after the Bot found a specific Card?

Just in case you want it simple.

Code: Select all

doCommand quit {
	notWhileSitting 0
	timeout 10
	disabled 0
	inInventory Pecopeco Egg Card > 0
	manualAI 2
}
Just make sure to disable it before you start the bot again or else it will quit since you already have the card.