Page 1 of 1

spawn point

Posted: Fri Jun 12, 2015 3:42 pm
by EaziMac
hey everyone,

any reason as to why i cant see my spawnpoints?.

i type .create spawnpoint, doesnt come with invalid command or any errors on the console seems to work but nothing appears therefore not being able to spawn anything.

Thanks

Re: spawn point

Posted: Sat Jun 13, 2015 11:13 pm
by blckfire
I would search for the object you are trying to create in an itemdesc.cfg file, and then in the scripts associated with that item in particular.

Maybe the graphic for that object is "null" so, you can't interact with it.

Re: spawn point

Posted: Fri Jun 19, 2015 4:06 am
by *Edwards
You apparently can't see invisible items. Try using .cmdtoggle and/or .create staffbook

It's been a while ;)

Re: spawn point

Posted: Sun Jul 26, 2015 12:06 am
by bodom
As Edwards said, you probably need to grant+enable yourself the seeinvisitems privilege.

Re: spawn point

Posted: Sun Jul 26, 2015 1:54 am
by Yukiko
I think the POL 0.95 Distro had a text command grantpriv.

Try typing .grantpriv seeinvisitems <enter key>

You will get a target. Target yourself. Now you should be able to see your spawnpoints. You may need to logout and back in before it takes effect.

Just incase you don't have the grantpriv command, here is the code. You will want to put this in the appropriate text command folder.

Code: Select all

use uo;

program textcmd_grantpriv(who, priv)
    SendSysMessage(who, "To whom do you want to grant the '" + priv + "' privilege?");

    var subject := Target(who, TGTOPT_NOCHECK_LOS);
    if (subject)
        GrantPrivilege(subject, priv);
        subject.enable(priv);
    endif
endprogram

Re: spawn point

Posted: Mon Jul 27, 2015 5:30 am
by Horus
Edwards j'ai besoin de te parler :) svp ajoute moi sur skype :) keviin465 :D