spawn point

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.

Moderator: POL Developer

Post Reply
EaziMac
New User
Posts: 4
Joined: Mon Jan 19, 2015 4:44 am

spawn point

Post 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
blckfire
Apprentice Poster
Posts: 54
Joined: Thu Feb 26, 2015 10:28 am

Re: spawn point

Post 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.
User avatar
*Edwards
Forum Regular
Posts: 303
Joined: Fri Dec 28, 2007 11:19 pm
Location: Montreal, Canada

Re: spawn point

Post by *Edwards »

You apparently can't see invisible items. Try using .cmdtoggle and/or .create staffbook

It's been a while ;)
bodom
Former Developer
Posts: 140
Joined: Sat Feb 21, 2015 7:52 pm
Location: Italy

Re: spawn point

Post by bodom »

As Edwards said, you probably need to grant+enable yourself the seeinvisitems privilege.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: spawn point

Post 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
Horus
New User
Posts: 3
Joined: Thu Jan 08, 2015 3:33 am

Re: spawn point

Post by Horus »

Edwards j'ai besoin de te parler :) svp ajoute moi sur skype :) keviin465 :D
Post Reply