adding skill to creature

11/21/2016 19:41 claro28111#1
guys how can i add skill to a pet by GM commands
11/21/2016 23:03 ThunderNikk#2
[Only registered and activated users can see links. Click Here To Register...]

I dont think you can add a skill that is not in their tree with just a GM command but you can do it in SQL
11/22/2016 05:13 claro28111#3
creature_learn_skill

Parameters: (skill_id, get_creature_value(creature_handle, "handle"), charname)
Usage: specified creature learns specified skill

i found it thanks but i really very noob in this :P can you explain how to make a code

i stopped here
/run creature_learn_skill (skill id ,
11/22/2016 12:43 ThunderNikk#4
Well you would need to put the number of the skill ID where you see skill ID there...

/run creature_learn_skill (skill id , get_creature_value(creature_handle, "handle"), charname)

Try just substituting skill ID with the number and your character name, that one may also be a herlock gameserver only command which would mean writing it in the herlock window with the hashtag...

#creature_learn_skill (skill id , get_creature_value(creature_handle, "handle"), charname)

Not really sure myself I just use...

#learn_creature_all_skill("YourPetName","Character Name")

They level and learn all of the skills in their skill tree and if it is a soul pet and they get a skill I dont like I replace it in telecaster.dbo.skill
11/22/2016 19:24 sapir619#5
Quote:
Originally Posted by claro28111 View Post
creature_learn_skill

Parameters: (skill_id, get_creature_value(creature_handle, "handle"), charname)
Usage: specified creature learns specified skill

i found it thanks but i really very noob in this :P can you explain how to make a code

i stopped here
/run creature_learn_skill (skill id ,
Lets say you would like to add "Miracle" to your creature skill list, for this example I'll use my name here(sapir619) as the character name and write the line for the first pet in my formation.
Miracle id: 63206
get_creature_handle(0) - return the creature_handle for you first pet in formation(can be found in your Character table)
/run creature_learn_skill (63206 , get_creature_value(get_creature_handle(0), "handle"), "sapir619")
08/09/2018 00:24 brunohreaper#6
i can create a offline private server ? if yes, how ?
08/09/2018 02:02 ThunderNikk#7
Well for starters you could look at the sticky threads in the forum and other thread that are less than a year old. They contain a lot more up to date information.

To really get started start in the guide...

[Only registered and activated users can see links. Click Here To Register...]

I am closing this thread because it is unrelated and old and should have been left resting in peace.