Jump to content

Recommended Posts

Posted

okay so like there is a magic pluging for bukkit but i was wondering, can that also just be a made as a mod, something like that?

because my mod is all about magic and stuff, i already have a few items and blocks and now i want to create magic spells that do all sorts of things (mainly attack).

so i dont know how to do that, do i make a bow item thing, that has all sorts of special stuff or?

i want it to be where you have a magic missle, and a beam of magic that does constant damage aslong as you get hit, but im not that good at coding so yeah.....

i was wondering, maby someone here knows or could help?

thanks in advance!

(the plugin i mean is like the one they use on the play.potterworldmc.com server. i want to be able to make spells like that)

 

-mac

Posted

Well I created some spells and the easiest thing would be creating a custom entity that flies in a certain distance and applies damage on collision. I cant show you my code  right now however. You will need to learn this stuff if you want to mod so take a look at how Minecraft handles projectiles. 

Posted
7 hours ago, _mac___ said:

okay so like there is a magic pluging for bukkit but i was wondering, can that also just be a made as a mod, something like that?

because my mod is all about magic and stuff, i already have a few items and blocks and now i want to create magic spells that do all sorts of things (mainly attack).

So, like, ya-know, probably, if you, like, maybe use, say, real English, with, like, fewer, uh, "filler" words?

 

And maybe talk in specifics instead of generalities?

As I told a former boss of mine, "I can code this to do anything you want, but you have to tell me what you want."

 

"Magic spells" is basically my actual job and covers a lot of tasks and virtually every function I write is a spell of one sort or another.

  • Like 1

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

okay sorry, i wa think about a entity that acts like a ghast fireball (without the explosion) that has the color green(doesnt look like a fireball anymore but looks like a green light ball) and look like it emits light, and leaves bihind a trail of particles, is that clearer? sorry if i wasnt clear enough with what i wanted.

do i need a sort of bow item that uses this entity as ammo?

Posted

Start by looking at the vanilla fireball.

Get that working.

Figure out why it is the color it is (its probably a texture) and change it.

Then look into particles.

Light is going to be difficult as vanilla only calculates light from either the sky (infinite everywhere) or from blocks.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.