Jump to content
  • 0

How to add more skills in Gank?


ganancia

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  12/15/12
  • Last Seen:  

Gives a chance to autocast StealMug, Divest Helm, Divest Shield, Divest Armor, Divest Weapon on the target when physically attacking, using its currently learned level.
Skill level affects the chance of steel.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

bonus3 bAutoSpell,sk,y,n;       	Adds a n/10% chance to cast skill sk of level y when attacking
bonus3 bAutoSpell,"RG_STRIPWEAPON",getskilllv("RG_STRIPWEAPON"),(getskilllv("RG_STRIPWEAPON") * 10);
bonus3 bAutoSpell,"RG_STRIPSHIELD",getskilllv("RG_STRIPSHIELD"),(getskilllv("RG_STRIPSHIELD") * 10);
bonus3 bAutoSpell,"RG_STRIPARMOR",getskilllv("RG_STRIPARMOR"),(getskilllv("RG_STRIPARMOR") * 10);
bonus3 bAutoSpell,"RG_STRIPHELM",getskilllv("RG_STRIPHELM"),(getskilllv("RG_STRIPHELM") * 10);
bonus3 bAutoSpell,"TF_STEAL",getskilllv("TF_STEAL"),(getskilllv("TF_STEAL") * 10);

 

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  12/15/12
  • Last Seen:  

7 hours ago, Emistry said:

bonus3 bAutoSpell,sk,y,n;       	Adds a n/10% chance to cast skill sk of level y when attacking

bonus3 bAutoSpell,"RG_STRIPWEAPON",getskilllv("RG_STRIPWEAPON"),(getskilllv("RG_STRIPWEAPON") * 10);
bonus3 bAutoSpell,"RG_STRIPSHIELD",getskilllv("RG_STRIPSHIELD"),(getskilllv("RG_STRIPSHIELD") * 10);
bonus3 bAutoSpell,"RG_STRIPARMOR",getskilllv("RG_STRIPARMOR"),(getskilllv("RG_STRIPARMOR") * 10);
bonus3 bAutoSpell,"RG_STRIPHELM",getskilllv("RG_STRIPHELM"),(getskilllv("RG_STRIPHELM") * 10);
bonus3 bAutoSpell,"TF_STEAL",getskilllv("TF_STEAL"),(getskilllv("TF_STEAL") * 10);

 

Thank you very much, but do I change this in skill.cpp?

Edited by ganancia
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...