Bug About, unable to use item on monster[Version 2.0.7/2.1]

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
toro88
Noob
Noob
Posts: 15
Joined: 12 Jul 2008, 05:19
Noob?: No

Bug About, unable to use item on monster[Version 2.0.7/2.1]

#1 Post by toro88 »

as topic said
[MRO]

### inventory ###
0 Fire bolt Level 3 x 400
1 Lightning Bolt Level 3 x 300
2 White Potion x 50

### monster in my console ###
0 Poring
1 Poring
2 Poporing
3 Drops

use IP,IM, command cannot use item on player or monster, when pressed IP or IM, of the item, it just equal = IS

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#2 Post by kLabMouse »

Is scroll's supported by OpenKore?

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#3 Post by Scarya »

kLabMouse wrote:Is scroll's supported by OpenKore?
I guess http://wiki.openkore.com/index.php?title=NoAutoSkill

Try

Code: Select all

noAutoSkill 0
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

h4rry84
Moderators
Moderators
Posts: 234
Joined: 04 Apr 2008, 09:30
Noob?: Yes
Location: My House
Contact:

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#4 Post by h4rry84 »

kLabMouse wrote:Is scroll's supported by OpenKore?
yes it supported.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#5 Post by kLabMouse »

h4rry84 wrote:
kLabMouse wrote:Is scroll's supported by OpenKore?
yes it supported.
OK. So what can be the problem?
If just User (Not OpenKore internals), then this bug could be marked as closed.

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#6 Post by kali »

Maybe someone can post a proof of concept here that scrolls are working (maybe an example config, or a screenshot that the scroll is properly used).

I think a sample can also be added to the wiki since scroll usage isn't exactly intuitive, especially since most of our users aren't the "bright" ones (and consistently fail to read the manual).
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#7 Post by Mushroom »

It works.

Code: Select all

In config.txt
noAutoSkill 1

In the bot use
is <item>
sm <skill ID> <monster ID>
Console

Code: Select all

-- Equipment (Equipped) --
-- Equipment (Not Equipped) --
5    Knife [3] (Armour)                                   
6    Cotton Shirt (Weapon)                                
7    Blinker (Weapon)                                     
-- Non-Usable --
-- Usable --
0    Blue Potion x 1                                      
1    Red Potion x 1                                       
2    Yellow Potion x 1                                    
3    Level 5 Soul Strike x 1                              
4    Level 3 Fire Bolt x 4                                
-------------------------------
# conf noAutoSkill 1
Config 'noAutoSkill' set to 1 (was 1)
# is 4
You used Item: Level 3 Fire Bolt (4) x 0 - 4 left
Permitted to use Fire Bolt (19), level 3
[100/100] Monster Geographer (1) attacks you (Dmg: Miss!) (Delay: 100.8)
[100/100] Monster Geographer (1) attacks you (Dmg: 256) (Delay: 100.8)
[ 98/100] Monster Geographer (1) attacks you (Dmg: Miss!) (Delay: 100.8)
# sm 19 1
Inventory Item Removed: Level 3 Fire Bolt (4) x 1
[ 98/100] You use Fire Bolt (Lv: 3) on Monster Geographer (1) (Dmg: 10212) (delay: 5)
Exp gained: 2715/2000 (0.00%/0.00%)
Quit.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Bug About, unable to use item on monster[Version 2.0.7/2.1]

#8 Post by kLabMouse »

OK.
Fixed. Closed.

P.S. Note, that we will need a better way to use thus items.

Locked