View Single Post
  #2  
Old 04-20-2008, 03:07 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

These are probably what you're looking for:

Source: Wiki
Quote:
quest::setallskill(0-252); - Sets all skills to value.
quest::setskill(skill_id,value); - Sets a single skill to a value.
quest::incstat(statid,0-126); - Increases a stat by value x2 (Str=0, Sta=1, Agi=2, Dex=3, Int=4; Wis=5, Cha=6)
quest::setstat(statid,0-252); - Sets a stat to value (Str=0, Sta=1, Agi=2, Dex=3, Int=4; Wis=5, Cha=6)
quest::setlanguage(skill_id,0-100); - Sets a language to value (Common Tongue=0, Barbarian=1, Erudian=2, Elvish=3, Dark Elvish=4, Dwarvish=5, Troll=6, Ogre=7, Gnomish=8, Halfling=9, Thieves Cant=10, Old Erudian=11, Elder Elvish=12, Froglok=13, Goblin=14, Gnoll=15, Comgine Tongue=16, Elder Teir'Dal=17, Lizardman=18, Orcish=19, Faerie=20, Dragon=21, Elder Dragon=22, Dark Speech=23, Vah Shir=24, Unknown 1=25, Unknown 2=26)
quest::scribespells(); - Scribes all your spells up to the current level
quest::unscribespells(); - Unscribes all your spells
Hope that's what you're looking for.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote