How to make kore use assumptio scroll?

Philippines

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.
aimark13
Noob
Noob
Posts: 5
Joined: 10 Jan 2010, 03:47
Noob?: Yes

How to make kore use assumptio scroll?

#1 Post by aimark13 »

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?
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: How to make kore use assumptio scroll?

#2 Post by benj1320 »

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
barcode0961
Human
Human
Posts: 46
Joined: 10 Dec 2009, 02:10
Noob?: Yes

Re: How to make kore use assumptio scroll?

#3 Post by barcode0961 »

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!!!
aimark13
Noob
Noob
Posts: 5
Joined: 10 Jan 2010, 03:47
Noob?: Yes

Re: How to make kore use assumptio scroll?

#4 Post by aimark13 »

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
}
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..
freezefire
Noob
Noob
Posts: 5
Joined: 17 Dec 2010, 19:20
Noob?: Yes

Re: How to make kore use assumptio scroll?

#5 Post by freezefire »

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.
rwnath
The Way Of Human
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?

#6 Post by rwnath »

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.
Image