Jump to content
  • 0

skill


youtube

Question


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  171
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

156,9,6,1,6,0,0,1,1,yes,0,0x1,0,magic,0,        AL_HOLYLIGHT,Holy Light

 

how can i change this to double holy light like double strafe?

 

i dont know how to fix like DS.

 

i use EA SNV

Edited by youtube
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  01/22/12
  • Last Seen:  

156,9,6,1,6,0,0,1,1,yes,0,0x1,0,magic,0,        AL_HOLYLIGHT,Holy Light

 

how can i change this to double holy light like double strafe?

 

i dont know how to fix like DS.

 

i use EA SNV

Well I figure these sorta things out by looking at what is already there.

 

46,-5,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,          AC_DOUBLE,Double Strafe

 

Oddly, Double Strafe's row 3 is set to 6 which is single hit... so I am guessing that the double hit is scripted in the src?

 

No matter, because we can still easily make holy light like Double strafe!

 

Step 1:

set row 3 to 8 instead of 6, so that it shows multiple hits.

 

Step 2:

set it's row 9 to the number of hits, which in this case is 2. Keep in mind that -2 would mean it does the same damage as a single hit(Like double strafe), but appears in 2, and just adding a positive 2 would cause it to do double the damage.

 

The result:

 

156,9,8,1,6,0,0,1,-2,yes,0,0x1,0,magic,0,        AL_HOLYLIGHT,Holy Light

 

based on what you posted, your new line should look like the above example.

 

remember to change the -2 to positive 2 if you want it to do double damage.

 

----------------------------

Also! you can even set it to go up in hits as you raise the skill level by adding : marks like so:

 

156,9,8,1,6,0,0,5,1:2:3:4:5,yes,0,0x1,0,magic,0,        AL_HOLYLIGHT,Holy Light

 

In the above example I raised holy light's max level to 5 and gave it an additional hit per level.

 

I hope this helps.

Edited by grandsaga
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  171
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

i try master :D i wish is work 

/thx

Edited by youtube
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...