I have a few questions.

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
Poi
Grandmaster Poster
Posts: 298
Joined: Fri Apr 14, 2006 9:36 am

I have a few questions.

Post by Poi »

Please dont tell me im an idiot/noob, i know.

1st: How do i change how dark it gets, because when i dont have .nsight on and its "night" time, its literally pitch black, i cannot see anything.


2nd: Is there a specific tile or someway to add a "Region" so that in a certain area, 1(with tiles) Players may place vendors on tiles/ 2(With region) Players may place vendors anywhere in that area


3rd: How do players change thier account passwords? Or is it possible?
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

1. The day/night cycle is handled by daynight, I believe. In dayNight.src you'll find a function called transition that sets the light levels.

2. The logic that checks to see if a particular place is a valid spot for a player vendor is done in /scripts/items/vendorDeed.src. You could add your own custom tile and add some logic to vendorDeed.src so that it would be a valid location.

3. I don't believe it's possible using the current distro but it's not that hard to implement a change password script. You would just use something like this:

Code: Select all

var account = who.acct;
account.setpassword("newpass")
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Post by DevGIB »

as for account players should have a command called .password whihc will allow them to change passwords
Post Reply