Page 1 of 1

player:object()

Posted: Sat Aug 22, 2020 7:32 pm
by Tintenkiller96
Hi,

small question im trying to setup the elven daily quest script "Helping Growth" but I have the problem,
when I use player:object(112976) 112976 = Cleaning Cristal ID the error says no Element Found. So my question is
am I doing something wrong or is the function buggy?

Big thanks for any kind of information.

Re: player:object()

Posted: Sun Aug 23, 2020 1:09 pm
by ThulsaDoom
Did you try:

Code: Select all

player:target_Object(_objname)
Should work.

Re: player:object()

Posted: Fri Aug 28, 2020 2:31 pm
by Tintenkiller96
Hi,

yes i tried
player:target_NPC
player:target_Object
player:harvest

but every function returns "non parsers no element found"

I noticed that 112976 is a NPC database ID but didnt help

FIXED BAD CODING BY ME