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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Creating Spells
Re: Creating Spells
polymorphs are added through r_addpolymorph <model> <duration>
I think I added it after the release, so it's not available to you right now
I think I added it after the release, so it's not available to you right now
This is not a url, clicking it is pointless
-
- 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: Creating Spells
ah, thanks Hirato! Will that be added to the next release?

Want a user bar like this one? PM Leo!
- Leo_V117
- Support Team
- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
- Venima
- Support Team
- Posts: 259
- Joined: February 17th, 2010, 4:56 am
- Name: Tombstone
- IRC Username: Venima
- Location: Somewhere in the eternal planes between the living and the dead
Re: Creating Spells
challenge for you, create a spell that casts fairy dust. (hint: use the flame particle)arcones wrote:No problem! Glad to help![]()
(I can now upgrade to this(YES!
))
Arc
Tombstone's Tournament round 2 has begun! Tombstone's Posting Tournament
Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


-
- 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: Creating Spells
k will do!
Oh. You wouldn't want to hurt anybody with it would you? It's just a spell that showers pixie dust everywhere.
Oh. You wouldn't want to hurt anybody with it would you? It's just a spell that showers pixie dust everywhere.


Want a user bar like this one? PM Leo!
- Venima
- Support Team
- Posts: 259
- Joined: February 17th, 2010, 4:56 am
- Name: Tombstone
- IRC Username: Venima
- Location: Somewhere in the eternal planes between the living and the dead
Re: Creating Spells
It harms evil and slows them down.
Tombstone's Tournament round 2 has begun! Tombstone's Posting Tournament
Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


-
- 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: Creating Spells
OOHH!
In that case, you'd have to be careful where you fire your fairy dust!!
It'll hurt friend and foe alike.
In that case, you'd have to be careful where you fire your fairy dust!!
It'll hurt friend and foe alike.


Want a user bar like this one? PM Leo!
- Venima
- Support Team
- Posts: 259
- Joined: February 17th, 2010, 4:56 am
- Name: Tombstone
- IRC Username: Venima
- Location: Somewhere in the eternal planes between the living and the dead
Re: Creating Spells
This used to be fairy dust but I converted it into something a little different
try it out
Code: Select all
spawn_dust = [
r_type $ENT_SPELL
r_icon losehealth
r_description "sprays flames"
r_name "Flame Spray"
r_spell_type $STYPE_CONE
r_spell_gravity 60
r_spell_cost 5
r_spell_range 8
r_spell_effect 5
r_addeffect $STATUS_HEALTH -10 1
r_interact [
r_select $rpginteract
r_pickup $rpgself
]
]
Tombstone's Tournament round 2 has begun! Tombstone's Posting Tournament
Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


-
- 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: Creating Spells
Cool.
Don't forget to add the spell name at the bottom:
Don't forget to add the spell name at the bottom:
Code: Select all
spawn_player = [
r_additem item
r_additem item2
r_additem spell
r_additem spell2
r_additem frost
r_additem magicarrow
r_additem light
r_additem eth_vis1
r_additem minehelm
r_additem dust
]

Want a user bar like this one? PM Leo!
- Venima
- Support Team
- Posts: 259
- Joined: February 17th, 2010, 4:56 am
- Name: Tombstone
- IRC Username: Venima
- Location: Somewhere in the eternal planes between the living and the dead
Re: Creating Spells
you don't think I'd be able to create a spell with such great effects as that without even seeing it in action!?!
Tombstone's Tournament round 2 has begun! Tombstone's Posting Tournament
Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima


Try out my: CFG Easy Text Editor (Note: still in beta)
-----Venima

