player:object()

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Tintenkiller96
Posts: 23
Joined: Thu Sep 24, 2015 3:09 pm

player:object()

#1 Post 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.
User avatar
ThulsaDoom
Posts: 134
Joined: Mon Oct 19, 2015 2:46 pm

Re: player:object()

#2 Post by ThulsaDoom »

Did you try:

Code: Select all

player:target_Object(_objname)
Should work.
Tintenkiller96
Posts: 23
Joined: Thu Sep 24, 2015 3:09 pm

Re: player:object()

#3 Post 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
Post Reply