Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the difference between OSI and Sphere skill system ?
Author Message
Onirim
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jul 2012
Reputation: 0

UO: Rebellion

Post: #1
What is the difference between OSI and Sphere skill system ?
In some scripts, I've seen a boolean for using OSI like or Sphere skills (for crafting, I think).

What is the major differences between thems ?
Why the OSI style is set by default ?
And for your opinion, what is the better system ? (just matter of opinion)
12-20-2012 04:48 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: What is the difference between OSI and Sphere skill system ?
There are no "osi flag" a part the one for bonus damage (lumberjacking at 100 ,anatomy etc) and the one for multi sight ( and i don't even know what it does ) and the one for elemental damage/resistances . Big Grin


Only thing i am 100% is that the combat system is way different from the OSI one(not talking about resistances, but inside mechanics)
(This post was last modified: 12-20-2012 07:09 PM by darksun84.)
12-20-2012 07:04 PM
Find all posts by this user Like Post Quote this message in a reply
Onirim
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jul 2012
Reputation: 0

UO: Rebellion

Post: #3
RE: What is the difference between OSI and Sphere skill system ?
It's in \scripts\add-on\sphere_settings.scp

Code:
[DEFNAME SPHERE_COMMUNITY_PACK_SETTINGS]
///////////////////////////////////////////////////////////////
//////// Skills Settings
///////////////////////////////////////////////////////////////
// Choose if you want to use OSI skill wait times instead of sphere's default skill delays
scp.SkillWaitingTimes=1

// Choose between using new or default skills. Most of them are OSI-Like
// If not, you can find documentation in the forums.
scp.NewSkills_Anatomy=1
scp.NewSkills_AnimalLore=1
scp.NewSkills_ItemID=1
scp.NewSkills_AnimalTaming=1
scp.NewSkills_ArmsLore=1
scp.NewSkills_Begging=1
scp.NewSkills_DetectHidden=1
scp.NewSkills_EvalInt=1
scp.NewSkills_SpiritSpeak=1
scp.NewSkills_ResistingSpells=1
scp.NewSkills_Poisoning=1
scp.NewSkills_Healing=1
scp.NewSkills_TasteID=1
scp.NewSkills_Hiding=1
scp.NewSkills_Stealth=1
scp.NewSkills_RemoveTrap=1
scp.NewSkills_Meditation=1
scp.NewSkills_Focus=1
scp.NewSkills_Tracking=1

// Enables, switch or disable the new barding system
// 0 = Default. 1 = OSI-Like.
scp.BardingSystem=1
...
...
...

=)
12-21-2012 04:46 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: What is the difference between OSI and Sphere skill system ?
Ah i don't use the community pack Big Grin
12-21-2012 05:01 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)