help with Riding skill

Joined
Aug 28, 2007
Messages
4
Reaction score
0
i was wondering what file and where do i have to edit so that either mounts no longer require high riding skills or somehow make it so when you learn a level of riding skill you get its max value ie. when you learn apprentice riding from trainer you get 150/150 instead of 1/150 because i cannot seem to raise the riding skill at all. or if there is a cheat to increase riding skill, i tried .learn 33388 150 150 but it doesnt work. oh yea and i tried .advanceskill 33388 150 150 but it also didnt work. i'm using julianx's repack if that help
 
well, the way I do it is .modify level 70 then .learn 34090 (this is one of the few riding skills) and finally .advanceallskill 350 ... but this is only for gamemasters and not normal player....
 
if you use

UPDATE items SET RequiredSkill=0 WHERE RequiredSkill<>0;
UPDATE items SET RequiredSkillRank=0 WHERE RequiredSkillRank<>0;

you dont need skill anymore for mount bud also remove's skill needed from ALL items in game

so a lvl 1 enchanter can learn mongoose enchant etc etc

hope this helps you

PS if you use it delete you cache folder or you stil see that you need skill to use item
 
Back