Any one know why findtype doesnt work on the ground unless i do ,info on the type(npc) first?. Findtype works fine for everything else, could it be a runuo problem?. if it is any know workarounds
babel fish translation below
перевод рыб babel ниже
Любое одно знает почему работа на земле если я не сделать, info doesnt findtype на type(npc) сперва?. Findtype работает отлично для всего еще, смогло оно быть проблемой runuo?. если оно, то любые знают arounds работы
uo.findtype("0x0190","-1","ground")
uo.getserial("finditem")
Find type question
Moderators: Murderator+, Murderator
Track world items did the trick, would have swore it was on but guess not.
another question
Is it possible to have two scripts running both scanning two different findtypes without then conflicting with eachother?.
like
sample script a
uo.findtype("0x0191","-1","ground")
until uo.findcount()
sample script b
uo.findtype("0x2006","-1","ground")
until uo.findcount()
I keep getting the finditem of script a in script b and viseverse.
another question
Is it possible to have two scripts running both scanning two different findtypes without then conflicting with eachother?.
like
sample script a
uo.findtype("0x0191","-1","ground")
until uo.findcount()
sample script b
uo.findtype("0x2006","-1","ground")
until uo.findcount()
I keep getting the finditem of script a in script b and viseverse.