xMysth Posted February 11, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 03/09/14 Last Seen: January 28 Share Posted February 11, 2021 Hi. Is it possible to change the element with which a monster attacks? I have already tried different ways and they only attack with a neutral element. I used this to guide me, but so far it hasn't worked for me, even with monster abilities.https://github.com/rathena/rathena/wiki/Custom-Mobs Thanks!! Quote Link to comment Share on other sites More sharing options...
0 Humble_Bee Posted March 28, 2021 Group: Members Topic Count: 54 Topics Per Day: 0.03 Content Count: 112 Reputation: 9 Joined: 09/22/19 Last Seen: July 24, 2022 Share Posted March 28, 2021 Have you tried giving your monsters skills that change their weapon element? I know the taekwon class has a move that can do that, and there is an itemskill move that I believe has all the elements (The itemskill is called "ITEM_ENCHANTARMS", and if you can figure out what number that skill is, you could possibly add to a mob's skill list with a high % chance to use it). Outside of that, I did a dirty source mod that made it so that my monsters attack with neutral element 50% of the time and their defensive element 50% of the time. My code means that a dark monster would be using dark basic attacks 50% of the time. Quote Link to comment Share on other sites More sharing options...
0 holleyhull Posted April 27, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/27/21 Last Seen: April 27, 2021 Share Posted April 27, 2021 Thanks for the detailed explanation Quote Link to comment Share on other sites More sharing options...
Question
xMysth
Hi.
Is it possible to change the element with which a monster attacks? I have already tried different ways and they only attack with a neutral element.
I used this to guide me, but so far it hasn't worked for me, even with monster abilities.
https://github.com/rathena/rathena/wiki/Custom-Mobs
Thanks!!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.