Hi guys, well i finally started a new Character, and wish too use the stealth skill, i picked stealth at the create character screen and it set too 75, now i got hiding at 100 my stealth does not seem to gain anymore, is there a reason for this, and will it be forever set at 75 or is there a way too make it gain?
I have been stealthing around for a while now and not a single gain, so just curious too know how this works, and also did it with ninjutsu aswell that is on 75, also how would i go about gaining on ninjutsu etc?
Thank you
Here`s what I found in the archives, its a razor macro, now you still nees to wear what it says in the skill guide.-
30 - 57.4 Leather Gorget, Leather Gloves
57.4 - 65.0 Ringmail Glove, Leather Sleeves, Leather Gorget
65.0 - 84.5 Ringmail Gloves and Ringmail Sleeves, Leather Gorget
84.5 - 95.0 Ringmail Gloves, Ringmail Legs, Leather Tunic, Studded Sleves, Studded Gorget
95.0 - 100 Leather Legs, Chain Tunic, Studded Gorget, Leather Cap
100 - 120 Chain Tunic, Ringmail Arms, Plate Gorget
all from npcs
and here is the little razor macro
If ( SysMessage "You begin to move quietly." )
UseSkill Stealth
Pause 10.20sec
Else
If ( SysMessage "You have hidden yourself well." )
UseSkill Stealth
Pause 10.20sec
Else
UseSkill Hiding
Pause 10.20sec
If ( SysMessage "You fail to hide." )
UseSkill Hiding
Pause 10.20sec
as you can see, hide, wait, use stealth, rehide incase you failed, and stelth again, this go me up to 120.
also if you go in to the razor folder, you can coppy and paste this directly, into a macro file.
!Loop
Assistant.Macros.IfAction|4|0|you begin to move quietly.
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|you have hidden yourself well.
Assistant.Macros.UseSkillAction|47
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.ElseAction
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.IfAction|4|0|you fail to hide.
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:11
hope that solves all stealth issuies.