|
||
|
|
#1 (permalink) |
|
Join Date: Jan 2004
Posts: 53
|
SkillSet and ResetSkill
this are to items i made, both based on the skillball made by calebbreen. the SkillSet is an item, that lets the user choose, wich skill he wants to raise to 80 or 90 (crafting-skills). to customize it to other values go in the script and edit the lines 151 and 153 Code:
if( m.Skills[info.ButtonID].Base < 80 ) m.Skills[info.ButtonID].Base = 80; the script tests, if the user would exeed his skill-stats, to customize them go to line 144 (80-skills) Code:
if( m.Skills.Total > 6200 ) Code:
if( m.Skills.Total > 6100 ) the ResetSkill-stone is *surprise* a stone, where a player can lower a skill to zero. doubleklicking it, the player gets a gump an choses the skill to lower. at the moment i'm trying to edit the SkillSet to add uses and owner-rights to it, if i ever will be successful i'll post them. [edit] SetMySkills is finished, thanks to plus for finding the error. The item is the same as SkillSet but has uses now. [/edit] |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|