Search found 3 matches

by b e n n i
Tue Feb 23, 2010 1:12 pm
Forum: Runes of Magic
Topic: Not using MP Potion
Replies: 7
Views: 1589

Re: Not using MP Potion

Very fast response!!!!!!! :D :D :D

Now it works :mrgreen: :mrgreen: :mrgreen:

Big THX ;) ;) ;)
by b e n n i
Mon Feb 22, 2010 8:38 am
Forum: Runes of Magic
Topic: Not using MP Potion
Replies: 7
Views: 1589

Re: Not using MP Potion

Now I know, what the problem is.

The bot thinks always that i have full mana (see attachment).

I put the code in OnSkillCast and in every line is Mana the same as Max mana.
by b e n n i
Sun Feb 21, 2010 9:16 am
Forum: Runes of Magic
Topic: Not using MP Potion
Replies: 7
Views: 1589

Re: Not using MP Potion

I have exactly the same problem.
My bot doesn't use MP potions anymore.
I think its since the last game update.

If I use that code in OnSkillCast


if( 35 > player.MP/player.MaxMP*100 ) then
inventory:useItem(201060)
end


The Bot use a MP Potion after each Fight, no matter how many MP it have ...