- Posts: 47
- Thank you received: 1
How to add various attack messages of mob?
- cry1004
- Topic Author
- Offline
- Senior Member
-
Less
More
7 months 1 week ago - 7 months 1 week ago #9737
by cry1004
How to add various attack messages of mob? was created by cry1004
This is my thoughts. You don't have to worry too much.
I would like the mob to display a wider variety of attack messages.
It seems to be done by using or adding SEX or chclass of char_player_data.
For example, snakes can only bite.
Lions can attack with their paws or bite with their teeth.
The current attack message is limited to:
The lion bit you with his teeth.
The lion bites you achingly.
The lion bite you sanely with his teeth.
I thought about how to set the attack method according to the chclass of char_player_data.
Choosing where you can attack
For a lion: 1. teeth 2. paws
For alligators: 1. teeth 2. tail
For humans: 1. Fist 2. Feet 3. Head 4. Sword
If the MOB's name is Tom
Tom beats you weakly with a fist.
Tom hit you with his head.
Tom kicked you to the point of distraction.
Tom swung you with a sword.
I thought it would be more realistic if I made it like this, so I wrote down my thoughts.
I'm sorry I don't have enough programming skills to implement this yet.
I would like the mob to display a wider variety of attack messages.
It seems to be done by using or adding SEX or chclass of char_player_data.
For example, snakes can only bite.
Lions can attack with their paws or bite with their teeth.
The current attack message is limited to:
The lion bit you with his teeth.
The lion bites you achingly.
The lion bite you sanely with his teeth.
I thought about how to set the attack method according to the chclass of char_player_data.
Choosing where you can attack
For a lion: 1. teeth 2. paws
For alligators: 1. teeth 2. tail
For humans: 1. Fist 2. Feet 3. Head 4. Sword
If the MOB's name is Tom
Tom beats you weakly with a fist.
Tom hit you with his head.
Tom kicked you to the point of distraction.
Tom swung you with a sword.
I thought it would be more realistic if I made it like this, so I wrote down my thoughts.
I'm sorry I don't have enough programming skills to implement this yet.
Last edit: 7 months 1 week ago by cry1004.
Please Log in or Create an account to join the conversation.
- thomas
-
- Offline
- Administrator
-
Less
More
- Posts: 693
- Thank you received: 130
7 months 1 week ago #9738
by thomas
Replied by thomas on topic How to add various attack messages of mob?
Please login to view the answers
The following user(s) said Thank You: cry1004
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds