PenUltima Online

It is currently Fri Aug 29, 2008 2:35 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: 2007-03-30 POL 097 Win32 RC2.1 - Coregina
PostPosted: Fri Mar 30, 2007 2:22 pm 
Offline
POL Developer
User avatar

Joined: Sun Feb 12, 2006 9:50 pm
Posts: 834
Location: Indiana, USA
RC = Release Candidate

Code:
1-15 MuadDib
        Fixed : PrintTextAboveCL() now checks for object instead of mobile class
                being passed to it.
      Changed : Default of uc_text in cliloc.em. Just smack me.
     
1-3 MuadDib
        Added : Packets that are pre-character selection will now report a struct to
                a packethook with the member "ip". So far this is the only member in
                the struct. Future members might be added, but don't hold me to it.
                Account references at this time, cannot be added.
               


and core-changes from Pol096.6:

Code:
-- POL096.6 --
3-30 MuadDib
        Notes : Due to questions involving this, here is a partial list of things passable
                through the override of CreateNPCFromTemplate that use different names:
                Common Properties:
                    TRUEOBJTYPE
                    TRUECOLOR
                    TITLEPREFIX
                    TITLESUFFIX
                    TITLEGUILD
                    TITLERACE
                These should work also from the override you usually use. Noting these
                due to being named differently than what you usually use and see.                   
                   
3-29 MuadDib
        Added : 0x3e98 (Swamp Dragon) added to uoconvert.cfg.
       
1-9 MuadDib
        Fixed : Status Flag checks totally rewritten. PLEASE PAY ATTENTION! They are now
                dependant on the UOExpansion Setting for accounts! Older (2.x) clients
                did not use the CanAlterPaperdoll flag, and used 0x40 for the warmode,
                and so on. LBR era, introduced the CanAlterPaperdoll (or around there).
                AOS+ clients use even more different, using 0x1 for warmode! Paperdolls
                seem to only use the warmode, unlike all other resources say.

1-6 MuadDib
        Fixed : Height checks when walking down items with gradual flag (such as ladders
                ands steps).
               
1-4 MuadDib
        Fixed : Status flag in paperdoll packet.
       


Win download : http://releases.polserver.com/index.php ... indows/097

_________________
POL Developer - The Penguin Scripter


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 3:08 pm 
Offline

Joined: Thu Jan 18, 2007 2:34 am
Posts: 91
coolness. ill install now :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 6:11 pm 
Offline

Joined: Thu Feb 02, 2006 1:41 pm
Posts: 1118
Location: Southern Central USA
Thanks Maud and Shini.

_________________
Sincerely,
Yukiko

I know you think you understand what you thought I said but what you heard is not exactly what I meant.

Titus 2:13


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 6:22 pm 
Offline

Joined: Sat Feb 04, 2006 6:26 pm
Posts: 539
Can you please explain what you mean by:

Quote:
Fixed : Status Flag checks totally rewritten. PLEASE PAY ATTENTION! They are now dependant on the UOExpansion Setting for accounts! Older (2.x) clients did not use the CanAlterPaperdoll flag, and used 0x40 for the warmode, and so on. LBR era, introduced the CanAlterPaperdoll (or around there). AOS+ clients use even more different, using 0x1 for warmode! Paperdolls seem to only use the warmode, unlike all other resources say.


Does it mean I have to start using .set_uo_expansion to keep things working the way they did on the last release?


Last edited by OldnGrey on Fri Mar 30, 2007 7:37 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 6:25 pm 
Offline

Joined: Sat Feb 04, 2006 6:26 pm
Posts: 539
Did the character height get changed from 16 back to 9, just like it was a few releases ago?
Sorry, I get confused easily.

Quote:
Fixed : Height checks when walking down items with gradual flag (such as ladders ands steps).


I just don't understand this.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 7:22 pm 
Offline

Joined: Thu Jan 18, 2007 2:34 am
Posts: 91
yah im wondering about this too :P


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 8:09 pm 
Offline
POL Developer
User avatar

Joined: Sun Feb 12, 2006 9:50 pm
Posts: 834
Location: Indiana, USA
It means, they work as intended (correct flag based on expansion). Should require no changes on your end.

Far as height, yes, it should be fixed for those instances again.

_________________
POL Developer - The Penguin Scripter


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 01, 2007 11:11 pm 
Offline

Joined: Wed Apr 05, 2006 8:08 am
Posts: 54
bug with ladders on 097RC2.1 - is fixed?
When be a FreeBSD version?
Aux bugs on freeBSD?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 06, 2007 9:24 pm 
Offline

Joined: Sat Feb 04, 2006 6:26 pm
Posts: 539
MaudDib:

Bump. Can you please expalain what you mean by this. I'm afraid I don't understand the implications in my scripts.

Quote:
Fixed : Status Flag checks totally rewritten. PLEASE PAY ATTENTION! They are now dependant on the UOExpansion Setting for accounts! Older (2.x) clients did not use the CanAlterPaperdoll flag, and used 0x40 for the warmode, and so on. LBR era, introduced the CanAlterPaperdoll (or around there). AOS+ clients use even more different, using 0x1 for warmode! Paperdolls seem to only use the warmode, unlike all other resources say.



And incidently, pol097rc2.1 seems to be humming along nicely. Thanks for this release.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 06, 2007 9:44 pm 
Offline
POL Developer
User avatar

Joined: Sun Feb 12, 2006 9:50 pm
Posts: 834
Location: Indiana, USA
OldnGrey wrote:
MaudDib:
Bump. Can you please expalain what you mean by this. I'm afraid I don't understand the implications in my scripts.


MuadDib wrote:
It means, they work as intended (correct flag based on expansion). Should require no changes on your end.

_________________
POL Developer - The Penguin Scripter


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 14, 2007 9:45 am 
Offline

Joined: Sat Feb 04, 2006 9:14 am
Posts: 90
Location: Aman
when will be linux release?

_________________
Ash nazg durbatuluk, ash nazg gimbatul, ash nazg thrakatuluk agh burzum-ishi krimpatul


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 14, 2007 10:00 am 
Offline
POL Developer
User avatar

Joined: Sun Feb 12, 2006 9:50 pm
Posts: 834
Location: Indiana, USA
Very Soon.......

The actual RC3 is coming soon, just so you know :)

_________________
POL Developer - The Penguin Scripter


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl