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
Fix mana potion display
Moderators: Murderator+, Murderator
-
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
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
Re: Fix mana potion display
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
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ê:
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