Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Barons Super Skill Script


Nooblebob
 Share

Recommended Posts

I don't really understand what to do… I added the part to the bottom of my main text but he tells me to go to scripts/skills wich I don't have can anyone help?

Here is the tutorial im following:

[http://www.touchofdeathforums.com/smf/index.php/topic,1844.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,1844.0.html)
Link to comment
Share on other sites

Check the documentation.
It says "You should now hagve all the extra folders in your scripts directory "
So when it says:

> go into
> scripts > skills

You should make a "skills" folder in the Server\Scripts\ Directory.
Now, it does say that "there are two example files there" or something like that… Well, there isn't.

So just use the ini template provided:
```
[INDEX]
Action=Mine
Skill=Mining
Succeeded=Mined
Recipe=0
Total_recipes=1

[1]
Min_Level=0
Item_Num_Needed=50
Stam_Taken=1

Take_Total=0

Give_total=2

1_Give_Num=51
1_Give_Val=0
1_Give_dur=0
1_Base_Chance=10
1_Give_Msg=You mined some copper ore.
1_EXP=15

2_Give_Num=24
2_Give_Val=1
2_Give_dur=0
2_Base_Chance=20
2_Give_Msg=You break apart a crystal in your mining efforts.
2_EXP=25

[2]
Min_Level=5
Item_Num_Needed=50
Stam_Taken=1

Take_Total=0

Give_total=2

1_Give_Num=52
1_Give_Val=0
1_Give_dur=0
1_Base_Chance=10
1_Give_Msg=You mined some iron ore.
1_EXP=35

2_Give_Num=24
2_Give_Val=2
2_Give_dur=0
2_Base_Chance=20
2_Give_Msg=You break apart a crystal in your mining efforts.
2_EXP=25
```That ini file would be saved in the skills folder as "mining.ini"
Either way, that's the ini template for any system; if you go though the tutorial and make some new ini files (such as the woodcutting.ini), you already have the template, you just need to have abit of intuition on this.
Link to comment
Share on other sites

@[GrimTech:

> Apple link=topic=46558.msg473647#msg473647 date=1245271999]
> Case 0
>   Call Baron_Uber_skills(index)
>  
> '<><><><><>
>
> Case 1
>   Call Baron_Stam_regain(index)
>
> Where do I put that??

Well, in his instructions he talks about using the scripted tiles, so I'm going to assume you install them as scripted tiles.
Link to comment
Share on other sites

@[GrimTech:

> Apple link=topic=46558.msg473780#msg473780 date=1245276171]
> Ok I got up to the point where it makes a file in your mapextras and I changed it to what the tutorial said.. Now when I walk back on to my tile it says " does not exist"

What says it doesn't exist?  The scripted tile doesn't exist, the file doesn't exist, could you be abit more clearer?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...