PenUltima Online

It is currently Sat Sep 06, 2008 8:56 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Skill window not updating
PostPosted: Tue Aug 08, 2006 12:51 am 
Offline

Joined: Thu Feb 02, 2006 1:41 pm
Posts: 1127
Location: Southern Central USA
I have searched the core changes for the answer to this and have not been successful in finding it.

The skills in the skill window show 0.0 and do not update as they are changed. I am running client 5.0.2g (patch 20) all patched from the EA games site.

The scriptbase is POL 95 converted to POL 96. I am currently using the POL 95 attributes functions but am slowly converting to the standard for POL 96/97 Distro. The skill window does not update no matter what system I use.

The skills are changing however as I can see them with the 'info' command.

Any ideas as to what I need to do?

_________________
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: Tue Aug 08, 2006 1:08 am 
Offline
POL Developer
User avatar

Joined: Wed Jan 25, 2006 2:30 am
Posts: 410
Location: San Diego, California
Is your uoskills.cfg setup properly?

_________________
-Austin


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 08, 2006 1:15 am 
Offline

Joined: Thu Feb 02, 2006 1:41 pm
Posts: 1127
Location: Southern Central USA
I think so but here is a copy of it. It's located in \pol\pkg\systems\attributes\config

Code:
# $Id: uoskills.cfg 373 2006-06-17 18:27:33Z austinheilman $
#
# Purpose:
# Maps Attribute names onto the UO Skill ID numbers.
#
# Structure:
# Skill (SkillID)
# {
#   Attribute   (Attribute_name)
# }
# Additional entries required up to maximum UO skill id
#
# Explanation:
# Attribute_name defines the Attribute associated with this UO Skill.
# Only one attribute may be mapped to a skill id. Attribute_name must be found in attributes.cfg!
# SkillID must be an integer between 0 and 500, though any entries past the maximum UO skill id
# will not be sent to the UO client.
#
# ** Used to handle the blue skill messages that player's see when they change. **
#

Skill 0
{
   Attribute Alchemy
}

Skill 1
{
   Attribute Anatomy
}

Skill 2
{
   Attribute AnimalLore
}

Skill 3
{
   Attribute ItemIdentification
}

Skill 4
{
   Attribute ArmsLore
}

Skill 5
{
   Attribute Parry
}

Skill 6
{
   Attribute Begging
}

Skill 7
{
   Attribute Blacksmithy
}

Skill 8
{
   Attribute BowcraftFletching
}

Skill 9
{
   Attribute Peacemaking
}

Skill 10
{
   Attribute Camping
}

Skill 11
{
   Attribute Carpentry
}

Skill 12
{
   Attribute Cartography
}

Skill 13
{
   Attribute Cooking
}

Skill 14
{
   Attribute DetectingHidden
}

Skill 15
{
   Attribute Discordance
}

Skill 16
{
   Attribute EvaluatingIntelligence
}

Skill 17
{
   Attribute Healing
}

Skill 18
{
   Attribute Fishing
}

Skill 19
{
   Attribute ForensicEvaluation
}

Skill 20
{
   Attribute Herding
}

Skill 21
{
   Attribute Hiding
}

Skill 22
{
   Attribute Provocation
}

Skill 23
{
   Attribute Inscription
}

Skill 24
{
   Attribute Lockpicking
}

Skill 25
{
   Attribute Magery
}

Skill 26
{
   Attribute ResistingSpells
}

Skill 27
{
   Attribute Tactics
}

Skill 28
{
   Attribute Snooping
}

Skill 29
{
   Attribute Musicianship
}

Skill 30
{
   Attribute Poisoning
}

Skill 31
{
   Attribute Archery
}

Skill 32
{
   Attribute SpiritSpeak
}

Skill 33
{
   Attribute Stealing
}

Skill 34
{
   Attribute Tailoring
}

Skill 35
{
   Attribute AnimalTaming
}

Skill 36
{
   Attribute TasteIdentification
}

Skill 37
{
   Attribute Tinkering
}

Skill 38
{
   Attribute Tracking
}

Skill 39
{
   Attribute Veterinary
}

Skill 40
{
   Attribute Swordsmanship
}

Skill 41
{
   Attribute Macefighting
}

Skill 42
{
   Attribute Fencing
}

Skill 43
{
   Attribute Wrestling
}

Skill 44
{
   Attribute Lumberjacking
}

Skill 45
{
   Attribute Mining
}

Skill 46
{
   Attribute Meditation
}

Skill 47
{
   Attribute Stealth
}

Skill 48
{
   Attribute RemoveTrap
}

Skill 49
{
   Attribute Necromancy
}

Skill 50
{
   Attribute BattleFocus
}

Skill 51
{
   Attribute Chivalry
}

_________________
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: Thu Aug 10, 2006 12:44 am 
Offline

Joined: Thu Feb 02, 2006 1:41 pm
Posts: 1127
Location: Southern Central USA
Here's a bit more on this Austin.

I am in the process of adding the Distro 97 skills to my shard. I am still kind of between systems. I have some things running the old 95 "CheckSkill" method of skill gains using the \pol\pkg\foundations\hooks stuff. That would be mostly the crafting and such. I have ported the use skills like evalint and anatomy into my scripts from 97. Neither the skills using the old system or those using the new skill gains system report any gains to me either. My options are set to report one tenth gains.

I am going to fire up a POL 95 Distro scriptbase and see how the gains and skill window looks there. I'll report back.

_________________
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: Thu Aug 10, 2006 12:58 am 
Offline

Joined: Thu Feb 02, 2006 1:41 pm
Posts: 1127
Location: Southern Central USA
Well, cannot connect to POL 95 with ML clients I guess :(

I am going to try using the POL 97 Distro and see what goes there.

_________________
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: Thu Aug 10, 2006 6:41 am 
Offline

Joined: Sat Feb 04, 2006 5:49 pm
Posts: 748
Location: Chicago, IL USA
use razor and you can get on 095 with ML clients


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 10, 2006 12:03 pm 
Offline

Joined: Thu Feb 02, 2006 1:41 pm
Posts: 1127
Location: Southern Central USA
I have decided that my problem must lie with the fact that I am using a dual attributes system. Since I am only partially converted to the new attribute gain system.

I ran POL 97 Distro and the skills showed and updated just fine.

_________________
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  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl