View Single Post
  #9  
Old 04-21-2018, 09:15 AM
ahamilton634's Avatar
ahamilton634
Sarnak
 
Join Date: Jul 2015
Location: Sunny California
Posts: 30
Default

It's essentially a race change quest using "quest::permarace(522);" (race 522 = Drakkin).
"drakkin_heritage" is a value (1-6 depending on the color) stored in the character_data table.
What I'm basically trying to find out is how to change the "drakkin_heritage" value in the character_data table with a quest script.
So when the player returns a red dragon scale, it will change their "race" to 522 and their "drakkin_heritage" to 1 and so on.
Depending on the value of "drakkin_heritage" the client will load a certain texture color for the hair, tattoo and horns.
1-Red
2-black
3-blue
4-green
5-white
6-yellow
Reply With Quote