Jump to content
  • 0
eboni001

Making custom bullets

Question

hello guys im making some custom bullets but i have an error when i left click the bullets, does i need a drop sprite or something? the only things im using is collection, item and item_db2, i can generate the item and view the descripcion but when i left click on it i get gravity.

 

collection:

earth_bullet.pngfire_bullet.pnginmaterial_bullet.pngshadow_bullet.pngwater_bullet.pngwind_bullet.png

 

item_db2:

//Ammunitions
//=============================================================================
//Bullets
8121,fire_bullet,Fire Bullet,10,15,,0,15,,,,0x01000000,7,2,32768,,1,,3,{ bonus bAtkEle,Ele_Fire; },{},{}
8122,water_bullet,Water Bullet,10,15,,0,15,,,,0x01000000,7,2,32768,,1,,3,{ bonus bAtkEle,Ele_Water; },{},{}
8123,earth_bullet,Earth Bullet,10,15,,0,15,,,,0x01000000,7,2,32768,,1,,3,{ bonus bAtkEle,Ele_Earth; },{},{}
8124,wind_bullet,Wind Bullet,10,15,,0,15,,,,0x01000000,7,2,32768,,1,,3,{ bonus bAtkEle,Ele_Wind; },{},{}
8125,shadow_bullet,Shadow Bullet,10,15,,0,15,,,,0x01000000,7,2,32768,,1,,3,{ bonus bAtkEle,Ele_Dark; },{},{}
8126,immaterial_bullet,Immaterial Bullet,10,15,,0,15,,,,0x01000000,7,2,32768,,1,,3,{ bonus bAtkEle,Ele_Spirit; },{},{}
Edited by eboni001
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

all items need collection image, item image and drop sprite+act.

 

best way to make a drop sprite => convert your item image bmp to spr using sprconview.

as for the act file => you can use any act from any sprite that you have.

  • Upvote 1
Link to comment
Share on other sites

Yes you need drop sprite to make it work

 

so just grab original bullet sprite then rename it as you want then you are good

Link to comment
Share on other sites

all items need collection image, item image and drop sprite+act.

 

best way to make a drop sprite => convert your item image bmp to spr using sprconview.

as for the act file => you can use any act from any sprite that you have.

i already have the drop sprite but about the .act any .act? of any sprite? like cyclop eyes?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.



×
×
  • Create New...

Important Information

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