Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raising skill caps via osi like PS?
Author Message
bmanny
Apprentice
*

Posts: 25
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2017
Reputation: 0



Post: #1
Raising skill caps via osi like PS?
I found the i_power_scroll, but I don't want to just raise the characters skill.

Here's what I'm looking to do.

A New character will have a 50.0 cap of Blacksmithy. They need to use a scroll to unlock the cap to 60.0, 70.0 ect.

I can't find anything in search or current scripts about manipulating skill caps like that.
05-12-2017 09:59 AM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #2
RE: Raising skill caps via osi like PS?
change skillcaps for all skills 500
and add to your scroll under used trigger
TAG0.OVERRIDE.SKILLCAP_7=600

7 is number of skill
(This post was last modified: 05-12-2017 10:49 AM by WRWR.)
05-12-2017 10:48 AM
Find all posts by this user Like Post Quote this message in a reply
bmanny
Apprentice
*

Posts: 25
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2017
Reputation: 0



Post: #3
RE: Raising skill caps via osi like PS?
Wow that's easy. Thank you. Is there a way to test current skill cap?

ex: if ( TAG0.OVERRIVE.SKILLCAP_7> > 600 )
05-12-2017 04:12 PM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #4
RE: Raising skill caps via osi like PS?
TAG.OVERRIDE.xxx are TAGs which some internal functions look for these specific TAG names to override internal values, so you just need to set and read them as any other TAG
05-20-2017 01:16 PM
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)