Re: [Help] Number of attacks
Quote:
Originally Posted by
JungleByte
How do I change the number of attacks dealt by a certain skill?
For example change the maximum number of attack for phantom blow, which is 6, to 12? Do I change it through the XML then run the dumpskills.bat?
That's client sided, you'll have to wz edit it. (But yes, change your xml's too)
Re: [Help] Number of attacks
Quote:
Originally Posted by
kevintjuh93
That's client sided, you'll have to wz edit it. (But yes, change your xml's too)
Meaning those additional attacks I put in will be client sided? Those 6 more lines of damage shown will not deal any damage to the monster?
Re: [Help] Number of attacks
Quote:
Originally Posted by
JungleByte
Meaning those additional attacks I put in will be client sided? Those 6 more lines of damage shown will not deal any damage to the monster?
It means you will have to wz edit Skill.wz and make your players download it.
Re: [Help] Number of attacks
Quote:
Originally Posted by
kevintjuh93
It means you will have to wz edit Skill.wz and make your players download it.
Will those additional attack lines added in the XML, work without having the players to download the new wz?
Re: [Help] Number of attacks
Quote:
Originally Posted by
bbhing98
Will those additional attack lines added in the XML, work without having the players to download the new wz?
No. How would their client know that the number of attacks changed?
Re: [Help] Number of attacks
What Kevin is IMPLYING is that you have to force your players to download the new wz, the client doesn't read from your serverside WZ files. The only reason we have XMLs is because they are smaller and easier to edit (from what I know, I don't know if parsing or reading times were affected)
Re: [Help] Number of attacks
Okay, I have forced all players to download the new skill.wz. I have increased Phantom Blow's 6 hits to 12 hits, but the number 7th to 12th damage line isn't dealing any damage. It's client sided. :o