Git Product home page Git Product logo

Comments (18)

 avatar commented on August 16, 2024

Why did you add blood?๐Ÿค” I just found a plugin for blood after searching a loot, and I think that improving the AI would be better for the players experience ๐Ÿคฃ

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

I've added Blood because it was easy to start with this first modification.
(And my child find this funny)

Il going to check how to improve what i've say below.
Could you tell me how to have damage done ton the entity on attack function ?

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

First test: benda95280@1169608

I'm not very happy for the part of the movement.
I'm looking to find something better ...

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

Some news:
benda95280@90787d9
Correction for the move of Boss + Damage indicator

Next step:

  • Find how to add block attack (Missed)
  • Show on Screen "Missed" insted of Damage / Life
  • Fix display of the text too close (Some times not visible)
  • Find a way because the Boss is to close to the player

from minibosses.

 avatar commented on August 16, 2024

Sorry, but I'm not programmer or something like that, with luck I can configure the plugins and update the API version if I need it๐Ÿคฃ๐Ÿคฃ but It's cool your idea, and hope you can improve the AI and add the things that you say like critical hit! I will be watching your news!

from minibosses.

 avatar commented on August 16, 2024

And do you know if the AI of the mobs act like the mobs in first place? I mean, that the slimes attacks jumping, and the entities that flies smash in the ground from the air or the blazes throw you fireballs? I'm curious about that

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

Sorry, but I'm not programmer or something like that, with luck I can configure the plugins and update the API version if I need it but It's cool your idea, and hope you can improve the AI and add the things that you say like critical hit! I will be watching your news!

I'm so sad ๐Ÿ˜ญ I was hopping to have some help ๐Ÿ˜ข

And do you know if the AI of the mobs act like the mobs in first place? I mean, that the slimes attacks jumping, and the entities that flies smash in the ground from the air or the blazes throw you fireballs? I'm curious about that

I think to add a new information/TAG to the entity about the move ( Dog / Zombie / Fly) To handle the move, and create a function with all move.
(Like you do for the Autoattack) but i'm not familiary with that yet.

from minibosses.

 avatar commented on August 16, 2024

I'm sure eventually someone will help you ;D and indeed I want to learn about programing this plugins in java but I don't know where to start๐Ÿ˜… and I got another idea (I'm not programmer but a little creative ๐Ÿคฃ) and is that the bosses have weaknesses, like to the axes, or the swords, or the shovels, even to the fire and stuff like that๐Ÿคทโ€โ™‚๏ธ

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

I'm sure eventually someone will help you ;D

If someone read this, hope you will write here :)

and indeed I want to learn about programing this plugins in java but I don't know where to start๐Ÿ˜…

Sorry, no skill in java

and I got another idea (I'm not programmer but a little creative ๐Ÿคฃ) and is that the bosses have weaknesses, like to the axes, or the swords, or the shovels, even to the fire and stuff like that๐Ÿคทโ€โ™‚๏ธ

Should be possible, maybe later i think.
I'll want to work on other thing before, like:

  • Can resurrect
  • Can spawn earthworms when die (And removed after killed, or 1 minute)

Maybe should write everything somewhere xD

from minibosses.

 avatar commented on August 16, 2024

And your doing all of this for your child?๐Ÿคฃ๐Ÿ˜ฎ

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

Yes, Small server for them to be able to have some fun.
I've done a little video to show on what i'm working.
https://youtu.be/PfC_CSELWqw

I'm working now on the jump feature, everything seems to be fine, but won't jump.

from minibosses.

 avatar commented on August 16, 2024

When I grow up I want to do the same for my kids ๐Ÿ˜‚ however your server looks cool, I'm doing something different, a custom skyblock like the one of hypixel on computer version. P.D. Are u the same in the slapper issue?

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

Are u the same in the slapper issue?

Yes :)

Sorry for the delay, working on some modifications for LuckyBlock Plugin + Textures / TheDropper plugin.

I'm still trying to find a solution for this plugin:

  • Everything seems near OK to make mob jump, but won't jump ...
  • Trying to make "missed" part of the mob, but don't work as expected, don't know how to prevent damade / cancel damage to the mob.

from minibosses.

 avatar commented on August 16, 2024

And about what is your server exactly?๐Ÿค”
When I see the plugin I thought they have a normal AI ๐Ÿ˜‚ Did you know any quests plugin, I thought there would be a loot of options but actually I only found 2 that don't work and I... (In sell๐Ÿ˜‚)

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024

And about what is your server exactly?๐Ÿค”

MiniGames for my child (many ...)
Money System with Job (Giant Mine + Giant Forest), Adventure World, Cityworld to buy plot and make a City.

When I see the plugin I thought they have a normal AI ๐Ÿ˜‚

? I'm going to update my currently work.

Did you know any quests plugin, I thought there would be a loot of options but actually I only found 2 that don't work and I... (In sell๐Ÿ˜‚)

Sorry, not yet checked this type of plugin.

from minibosses.

 avatar commented on August 16, 2024

Oh! Cool๐Ÿ˜‚ I still don't knowing how to make the slappers chat without the name of [Server] :'(

from minibosses.

benda95280 avatar benda95280 commented on August 16, 2024
  1. Add a plugin to send custom message to a player (addcommand ThePlugin {player} Custom message to say to the player)
  2. Create a plugin, with an only one command, usable only with slapper, that could send a message to the player that hit him. /slappersay Hello my friend
    (Example to create a plugin for slapper: https://github.com/jojoe77777/SlapperRotation/blob/master/src/SlapperRotation/Main.php)
    Should be possible easyly

from minibosses.

 avatar commented on August 16, 2024

Thanks! I've been worry with school but I'll try to do that๐Ÿ˜‚
Do you know why there are way more plugins for java edition and almost any for pocketmine?๐Ÿ˜ฅ

from minibosses.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.