Find type question

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
nagger
Posts: 16
Joined: 2004-05-10 07:35:04

Find type question

Post by nagger »

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")
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

maybe you play AoS
(btw forget about babelfish, it really sux)
nagger
Posts: 16
Joined: 2004-05-10 07:35:04

Post by nagger »

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.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

alas, no
this was somewhere in Requests section
Post Reply