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.

My spell won't work

Chat and ask questions about the RPG Maker Mode here.
Post Reply
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

My spell won't work

Post by lzrstrm »

I'm trying to make a fire ball spell so I took a look at the one used in rosestorm and made this

Code: Select all

r_item_use_new_weapon

r_item_use_name "Fire Ball"
r_item_use_description "Fire is conjoured from the caster's finger tip and shot at its target."
r_item_use_cooldown 1000
r_item_use_chargeflags $CHARGE_MAG.
r_item_use_new_status 3 $ATTACK_MAGIC 0.3

r_item_use_slots $SLOT_LHAND
r_item_use_skill $SKILL_MAGIC

r_item_use_pflags $P_TIME
r_item_use_angle 0
r_item_use_lifetime 2000
r_item_use_gravity 0
r_item_use_projeffect 3
r_item_use_traileffect 4
r_item_use_deatheffect 5
r_item_use_ammo -1
r_item_use_cost 15
r_item_use_kickback 10
r_item_use_recoil 10
r_item_use_target $T_MULTI
r_item_use_speed 2

Status 3

Code: Select all

r_status_friendly 0
r_status_addgeneric $STATUS_HEALTH -160 0

But every time I spawn it, it spawns some rc called "Tough Cookie"
Its driving me crazy
I also tryed equiping the spell on one of my criiters so the critter will attack me with it but it doesn't work.
Virus 44
Image
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: My spell won't work

Post by arcones »

What's the spell path?

Because it would seem that you inadvertently placed the spell in the wrong file.
Image
Want a user bar like this one? PM Leo!
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Re: My spell won't work

Post by lzrstrm »

What do you mean spell path?
I put it in the items folder
Virus 44
Image
Post Reply