Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change the Player SkillClass
Author Message
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #11
RE: How to change the Player SkillClass
Ores are a resource that is found when you go and mine in the mine.
Unless you have messed with your sphere_region.scp...

[Image: 2nis46r.jpg]
12-17-2012 06:21 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
AmpereJoule
Journeyman
*

Posts: 59
Likes Given: 7
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #12
RE: How to change the Player SkillClass
(12-17-2012 06:21 AM)Mordaunt Wrote:  Ores are a resource that is found when you go and mine in the mine.
Unless you have messed with your sphere_region.scp...

I never changed my "sphere_region.scp", and I found what was wrong, I was mining with my GM account herp derp,
thank you \o\.


PS 2: Hey, I want that every skill grows every stats (str, dex, int) to the max stats,
what do I have to change? (I was thinking in changing it in every skill at
c:\sphere\script\skills),
example: in "sphere_skill_alchemy.scp"
[SKILL 0]
DEFNAME=SKILL_ALCHEMY
KEY=Alchemy
TITLE=Alchemist
DELAY=3.0,1.0 // per stroke.
ADV_RATE=10.0,200.0,800.0
VALUES=1,20,100
BONUS_STATS=1500
BONUS_STR=500
BONUS_DEX=500
BONUS_INT=500
STAT_STR=5 }
STAT_INT=75 } What does these 3 do? Is it how much of str,dex,int that I need to have to use "mortar and pestle"?
STAT_DEX=40 }
(This post was last modified: 12-17-2012 10:25 AM by AmpereJoule.)
12-17-2012 10:15 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #13
RE: How to change the Player SkillClass
ADV_RATE=10.0,200.0,800.0
These numbers plot a curve on a graph...
100 successes at 0% to gain .1, and
2000 successes at 50% to gain .1, and
8000 successes at 100% to gain .1 skill
It doesn't make sense for these numbers to have decimals.

VALUES=1,20,100
This is also a plot of values on a graph.
The amount of value an item created with the skill gets at skill levels 0%, 50% and 100%.

STAT_STR=5
STAT_INT=75
STAT_DEX=40
You will tend toward these stat valuess if you use this skill a lot.

BONUS_STATS=1500
Is the percent chance that the skill will succeed based on stat levels. = 1500%
It doesn't make sense for this to be more than 100.

BONUS_STR=500
BONUS_DEX=500
BONUS_INT=500
This is the percent that each stat will add toward success.
It doesn't make sense for these to be greater than 100.

None of these things has an effect on whether you can use a mortar and pestle.
12-17-2012 11:26 AM
Find all posts by this user Like Post Quote this message in a reply
AmpereJoule
Journeyman
*

Posts: 59
Likes Given: 7
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #14
RE: How to change the Player SkillClass
(12-17-2012 11:26 AM)RanXerox Wrote:  ADV_RATE=10.0,200.0,800.0
These numbers plot a curve on a graph...
100 successes at 0% to gain .1, and
2000 successes at 50% to gain .1, and
8000 successes at 100% to gain .1 skill
It doesn't make sense for these numbers to have decimals.

VALUES=1,20,100
This is also a plot of values on a graph.
The amount of value an item created with the skill gets at skill levels 0%, 50% and 100%.

STAT_STR=5
STAT_INT=75
STAT_DEX=40
You will tend toward these stat valuess if you use this skill a lot.

BONUS_STATS=1500
Is the percent chance that the skill will succeed based on stat levels. = 1500%
It doesn't make sense for this to be more than 100.

BONUS_STR=500
BONUS_DEX=500
BONUS_INT=500
This is the percent that each stat will add toward success.
It doesn't make sense for these to be greater than 100.

None of these things has an effect on whether you can use a mortar and pestle.

Thank you \o\.
________________________________________________________________EDIT |
____________________________________________________________________ V
So, I get another problem |:, I changed the physical armor of iron chest*(i mean LEGGINGS)* and arms to 20, but it is not working. I changed it at:
C:\sphere\scripts\items\armors
in the script: "sphere_armor_blacksmithing_platemail.scp".
Do I also have to change it in other script? Or it is only the wrong script?
The armor is in percent?
(This post was last modified: 12-18-2012 12:24 AM by AmpereJoule.)
12-17-2012 10:41 PM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #15
RE: How to change the Player SkillClass
12-17-2012 10:52 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #16
RE: How to change the Player SkillClass
Aconselho a você não usar o button 0 para escolha de classe não, por que ele é usando quando fecha-se um dialog.
Dai se alguém fechar o menu vai estar escolhendo a classe "Guerreiro".
Ficando assim:
Code:
.........................................
button 300 280 025fe 02601 1 0 1
button 300 320 025fe 02601 1 0 2
button 300 360 025fe 02601 1 0 3


[DIALOG D_classes BUTTON]
ON=1 3
...........................
(This post was last modified: 12-18-2012 12:44 AM by Staff_Stanic.)
12-18-2012 12:42 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
AmpereJoule
Journeyman
*

Posts: 59
Likes Given: 7
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #17
RE: How to change the Player SkillClass
(12-18-2012 12:42 AM)Staff_Stanic Wrote:  Aconselho a você não usar o button 0 para escolha de classe não, por que ele é usando quando fecha-se um dialog.
Dai se alguém fechar o menu vai estar escolhendo a classe "Guerreiro".
Ficando assim:
Code:
.........................................
button 300 280 025fe 02601 1 0 1
button 300 320 025fe 02601 1 0 2
button 300 360 025fe 02601 1 0 3


[DIALOG D_classes BUTTON]
ON=1 3
...........................

I think we must talk only in english here.

And this menu can't be closed, the only way to close it is by disconnecting or choosing a class. Very nice, don't you think? \o\


PLEASE LOOK AT MY PROBLEM WITH ARMOR.
I made a video, here it is: http://www.youtube.com/watch?v=kZOwUO6Zd...e=youtu.be
(This post was last modified: 12-18-2012 02:03 AM by AmpereJoule.)
12-18-2012 01:55 AM
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: #18
RE: How to change the Player SkillClass
it can be closed with the close dialog macro Tongue
12-18-2012 01:59 AM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #19
RE: How to change the Player SkillClass
(12-18-2012 01:55 AM)AmpereJoule Wrote:  
(12-18-2012 12:42 AM)Staff_Stanic Wrote:  Aconselho a você não usar o button 0 para escolha de classe não, por que ele é usando quando fecha-se um dialog.
Dai se alguém fechar o menu vai estar escolhendo a classe "Guerreiro".
Ficando assim:
Code:
.........................................
button 300 280 025fe 02601 1 0 1
button 300 320 025fe 02601 1 0 2
button 300 360 025fe 02601 1 0 3


[DIALOG D_classes BUTTON]
ON=1 3
...........................

I think we must talk only in english here.

And this menu can't be closed, the only way to close it is by disconnecting or choosing a class. Very nice, don't you think? \o\


PLEASE LOOK AT MY PROBLEM WITH ARMOR.
I made a video, here it is: http://www.youtube.com/watch?v=kZOwUO6Zd...e=youtu.be

You are from brazil so... but alright Smile.
I have not seen the "NOCLOSE" however is better to you change this Tongue
(This post was last modified: 12-18-2012 06:42 AM by Staff_Stanic.)
12-18-2012 02:24 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #20
RE: How to change the Player SkillClass
I think you need a couple things... in the sphere.ini, you need to enable the COMBAT_STACKARMOR and FEATURE_AOS_DAMAGE

You need to set ARMOR=0 (or just comment it out) on all armor and clothes items... instead of using ARMOR, you use TAG.RESPhysical

In a global player and npc event, you use @equip and @unequip triggers to affect MODAR, something like this:

Code:
IF (<TAG0.RESPHYSICAL>)
      SRC.TAG.RESPHYSICAL=<EVAL <SRC.TAG0.RESPHYSICAL> - <TAG0.RESPHYSICAL>>
      SRC.MODAR -= <TAG0.RESPHYSICAL>
      IF (<SRC.TAG0.RESPHYSICAL>==0)
         SRC.TAG.RESPHYSICAL=
         SRC.MODAR=
      ENDIF
   ENDIF
12-18-2012 03:53 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)