|
Post by Script on Jul 23, 2015 20:44:36 GMT
I am back again, I'm trying to post a new script everyday, make sure to reply with any script ideas you would like me to make and share with you guys, today I am doing PWRBTTN's Fireball Spell. It has 2 variants, one is easier to use and make, the other takes a bit longer, looks better with asthetics but is used differently. The first is a line of fire that shoots whichever way the player looks!
Script Name: Spells\Fireball
SetBlock [vrel:+1,0,0] [fire] SetBlock [vrel:+2,0,0] [fire] SetBlock [vrel:+3,0,0] [fire]
This pattern is continued as long as you want, reminder: Every line of SetBlock [vrel:x,y,z] [fire] is plus 1 block in length.
The next variant is used for better looks, but when the script is ran, the player must look exactly where they looked when they ran the script and stay looking there until all fire is gone.
Script Name: Spells\FireballV2
SetBlock [vrel:+1,0,0] [fire] Wait [500] SetBlock [vrel:+1,0,0] [none] Setblock [vrel:+2,0,0] [fire] Wait [500] SetBlock [vrel:+2,0,0] [none] SetBlock [vrel:+3,0,0] [fire]
Yet again, it is continued as long as you like, but make sure it has the block going [none] then [fire] then a Wait [500], etc...
I hope you guys like the new script and eventually implement it in your world!
VARIANT 1 FIREBALL MADE BY: PWRBTTN
|
|
|
Post by Script on Jul 23, 2015 20:45:28 GMT
Kawika it would be nice if you give me a colorful name or something to represent me as a good scripter and that i will post a new script everyday! Thanks
|
|
|
Post by Kawika on Jul 25, 2015 8:44:18 GMT
Very nice script I plan to use it in the arena for my RPG. I would like to apologize for not replying I've been very busy. My xbox is broken and have had limited access to TM and I've been busy with other stuff aswell.
As for the request for a colorful name, I've made it so that at 50 posts you'll become a Junior member and get a new color.
|
|