Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

cool spell

Have any cool screenshots and/or projects to show off? Post your content here!
(If you need somewhere to post your images, why not use our gallery?)
Locked
User avatar
ryancorp
Member
Member
Posts: 15
Joined: December 25th, 2010, 2:31 pm
Name: ryan

cool spell

Post by ryancorp »

spawn_reaper = [
r_type $ENT_SPELL
r_icon losehealth
r_description "steels targets soul"
r_name "reaper"
r_spell_gravity 60
r_spell_cost 0
r_spell_range 100
r_spell_effect 5
r_addeffect $STATUS_HEALTH -9999 9999 $ATTACK_MAGIC
r_addeffect $STATUS_HEALTH -9999 9999 (| $ATTACK_FIRE $ATTACK_EARTH $ATTACK_SLASHING)
r_addeffect $STATUS_DEATH 9999 9999
r_addeffect $STATUS_INVIS 9999 9999
r_interact [
r_select $rpginteract
r_pickup $rpgself
]
]

then in the projectile section put

r_proj_new //5
r_proj_projpart ( $PART_WATER $PART_SMOKE $PART_STEAM $PART_LIGHTNING $PART_SNOW)
r_proj_projsize 30
r_proj_projcol 0x222222
r_proj_basevel 200
r_proj_trailsize 2.5
r_proj_deathpart $PART_EDIT
r_proj_deathpartcol 0x3F8FFF
r_proj_deathfade 1000
r_proj_gravity -400
r_proj_deathdecal 2
r_proj_kickback 1000
r_proj_deathpartsize 4


this creates an awesome one hit kill spell that has a huge radius

watch video at http://www.youtube.com/watch?v=H51p6tan8Tw kind of grainy sry
The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at and repair.
Douglas Adams
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: cool spell

Post by chocolatepie33 »

maybe add a link from the original topic here, that might help.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: cool spell

Post by arcones »

Actually, providing a link from here to there would make more sense, as this is a double post. I had moved ryan's original topic from the Support Section, to the Show Off Your Work section, then this topic was created...
Image
Want a user bar like this one? PM Leo!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: cool spell

Post by PizzaLover101 »

so, double fail?
Anyway, cool spell
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: cool spell

Post by arcones »

No, it's happened before (with other people)...
Image
Want a user bar like this one? PM Leo!
User avatar
ryancorp
Member
Member
Posts: 15
Joined: December 25th, 2010, 2:31 pm
Name: ryan

Re: cool spell

Post by ryancorp »

link to first post viewtopic.php?f=10&t=2205
The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at and repair.
Douglas Adams
Locked