Search found 16 matches

by KylarXD
25 Oct 2010, 11:23
Forum: pRO
Topic: storageauto not working
Replies: 7
Views: 4776

Re: storageauto not working

This happens to me too. On one time, it works perfectly fine, then sometimes, even if the the item run out in my inventory, it wont get activate the autostorage. Although if I type "autostorage" the bot will get the items written on the getauto.
by KylarXD
21 Oct 2010, 08:53
Forum: pRO
Topic: Renewal just hit pRO! are there updates for openkore?
Replies: 208
Views: 117332

Re: Renewal just hit pRO! are there updates for openkore?

Oh, it seems my post is ignored for some unknown reason. It's a simple question really, why is it that sometimes getAuto is not triggering storage. Even if my Meat reached the minAmount, it still not doing autostorage. If this post is ignored again, then the mods are just lazy. They cant even post s...
by KylarXD
20 Oct 2010, 22:16
Forum: pRO
Topic: Renewal just hit pRO! are there updates for openkore?
Replies: 208
Views: 117332

Re: Renewal just hit pRO! are there updates for openkore?

Sometimes, when the bot reached 0 Meat, it just keeps attacking. It wont show the "Insufficient Meat, teleporting to autostorage" Thingy. This is my getauto. I used it this before so its working in the past, but now, its not. Can anyone help me please getAuto Meat { minAmount 0 maxAmount 100 passive...
by KylarXD
19 Oct 2010, 07:55
Forum: pRO
Topic: autostorage
Replies: 0
Views: 1852

autostorage

Why is it that sometimes its not working? getAuto Meat { minAmount 0 maxAmount 100 passive } getAuto Meat { minAmount < 4 maxAmount 100 passive } getAuto Awakening Potion { minAmount 0 maxAmount 23 passive } getAuto Butterfly Wing { minAmount 0 maxAmount 3 passive } I created 2 getAuto for Meat beca...
by KylarXD
18 Oct 2010, 11:16
Forum: Bug reports
Topic: SC: Auto Shadow spell
Replies: 52
Views: 141277

Re: SC: Auto Shadow spell

Need update on this. Since this thread was moved, no Mod's has come to check up on this.
by KylarXD
17 Oct 2010, 13:30
Forum: Bug reports
Topic: SC: Auto Shadow spell
Replies: 52
Views: 141277

Re: SC: Auto Shadow spell

I noticed something, copied skills through intimidate is showing but the ones copied from using Reproduce dont. It may be the cause of the Auto shadow spell not selecting the skill I want
by KylarXD
17 Oct 2010, 11:44
Forum: Bug reports
Topic: SC: Auto Shadow spell
Replies: 52
Views: 141277

Re: SC: Auto Shadow spell

We need to follow the skills as written on the openKore right? If so, this is wrong useSelf_skill Shadow Spell { lvl 10 timeout 10 whenStatusInactive Auto Shadow Spell notWhileSitting 1 disabled 0 } It is written as Autoshadowspell on you bot. Take a look at it. Type skills and look at number 2286
by KylarXD
17 Oct 2010, 11:26
Forum: pRO
Topic: Renewal just hit pRO! are there updates for openkore?
Replies: 208
Views: 117332

Re: Renewal just hit pRO! are there updates for openkore?

Whats the use of Poseidon anyway? Openkore works just fine without it.
by KylarXD
17 Oct 2010, 11:20
Forum: Bug reports
Topic: SC: Auto Shadow spell
Replies: 52
Views: 141277

Re: SC: Auto Shadow spell

Wrong again. Nothing is happening.

Changes made:

added

config.txt

Code: Select all

skill, sendPacket
revpackets.txt

Code: Select all

0442 0
by KylarXD
17 Oct 2010, 10:29
Forum: Resolved Questions
Topic: Repetitive changing of equipment
Replies: 2
Views: 6317

Re: Repetitive changing of equipment

Add this on the Heal line

Code: Select all

stopWhenHit 1
so as to not heal while fighting an enemy.

Code: Select all

useSelf_skill Heal {
lvl 10
sp > 5%
hp <= 70%
equip_rightAccessory Clip [Vitata] [1]
notWhileSitting 1
[b]stopWhenHit 1[/b]
notInTown 0
aggressives 0
timeout 5
}