How to make kore use assumptio scroll?
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Noob
- Posts: 5
- Joined: 10 Jan 2010, 03:47
- Noob?: Yes
How to make kore use assumptio scroll?
I know I know, it's look up the manual check the name etc etc. But I've exhausted every possible name that the assumptio scroll can possibly have, and I even tried putting a useself skill just so my kore Rune Knight will use my assumptio scrolls. It's not working though so any ideas what I can do?
-
- Moderators
- Posts: 403
- Joined: 25 Aug 2008, 14:56
- Noob?: No
- Location: CyberOne Building , Eastwood
Re: How to make kore use assumptio scroll?
how does your bot recognize this Assumptio Scroll ??
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
The Openkore Manual---Global Forum Rules--The Template
-
- Human
- Posts: 46
- Joined: 10 Dec 2009, 02:10
- Noob?: Yes
Re: How to make kore use assumptio scroll?
aimark13 wrote:I know I know, it's look up the manual check the name etc etc. But I've exhausted every possible name that the assumptio scroll can possibly have, and I even tried putting a useself skill just so my kore Rune Knight will use my assumptio scrolls. It's not working though so any ideas what I can do?
Not pretty sure but you can try this. The item name maybe different on mine because i just updated my item.txt and itemsdescriptions.txt
Code: Select all
}
useSelf_item Old LV5 Assumptio Scroll {
whenStatusInactive Assumptio
onAction attack
notInTown 1
}
Learn to read its helps a lot and use the darn search button!!!
-
- Noob
- Posts: 5
- Joined: 10 Jan 2010, 03:47
- Noob?: Yes
Re: How to make kore use assumptio scroll?
Hi there thank you for the reply. I've actually tried those names before but it still haven't worked. Not really sure what the problem is..barcode0961 wrote:aimark13 wrote:I know I know, it's look up the manual check the name etc etc. But I've exhausted every possible name that the assumptio scroll can possibly have, and I even tried putting a useself skill just so my kore Rune Knight will use my assumptio scrolls. It's not working though so any ideas what I can do?
Not pretty sure but you can try this. The item name maybe different on mine because i just updated my item.txt and itemsdescriptions.txt
Code: Select all
} useSelf_item Old LV5 Assumptio Scroll { whenStatusInactive Assumptio onAction attack notInTown 1 }
-
- Noob
- Posts: 5
- Joined: 17 Dec 2010, 19:20
- Noob?: Yes
Re: How to make kore use assumptio scroll?
ummm I'm not sure but have you tried looking at the item name by looking at your inventory during bot interface? maybe the bot has a different name for it. and put it in the useSelf_item. If you have done this already, sorry.
-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines
Re: How to make kore use assumptio scroll?
First you need to determine how the item registers on your bot. Look it up by keying in "i" on the bot console to see how the bot recognizes it.
Next is determine what status it gives to your bot. To do this, use the item manually and then key in "s" on the bot console. Look for the status that the item gave and put that in whenStatusInactive.
Next is determine what status it gives to your bot. To do this, use the item manually and then key in "s" on the bot console. Look for the status that the item gave and put that in whenStatusInactive.