Page 1 of 1
Fix mana potion display
Posted: 2009-02-12 01:29:10
by DogStyle
hey, i dont know why, but since i use injection for the first time, i never see correctly how many mana potions i have in my bag.
heal potions display OK but mana potions not.
some reason for that?
can i fix this?
HELP!
thx a lot
Posted: 2009-08-13 09:14:34
by Scripts Writer
Code: Select all
sub ShowMeMyPotions()
var tMana = # input here type of your mana potions
var cMana = # input here color of your mana potions
uo.Print('I have ' + STR(uo.Count(tMana,cMana)) + ' mana potions.')
end sub
Posted: 2010-01-19 05:10:36
by aRTha
Dude,
I wonder how I put my type of mana to appear in the DISPLAY of my client. Is it possible?
Re: Fix mana potion display
Posted: 2010-01-21 13:03:47
by Xpree
artha se voce usa injention use o comando ,info , vai aparecer uma janela com todos os detalhes do item que voce quer saber.
Re: Fix mana potion display
Posted: 2010-01-21 16:18:11
by aRTha
Ae Xpree
uso sim, mas queria que aparece no DISPLAY lá em cima, ou um script descente que ao usar a mana ele contasse eu tentei editar um aqui mas ele n faz a contagem correta vê:
Code: Select all
sub showmana2()
if uo.injournal('Voce tomou') then
UO.Count('0x0F82','0x00C8')
uo.charPrint('11','' + STR(uo.Count('0x0F82','0x00C8')) + ' mana.')
End if
end sub