GPChannel Posted April 9, 2018 Share Posted April 9, 2018 hello guys Maybe can somebody tell how to setup for an NPC to drop a green diamond or crystal like the shadowtrooper do? Link to comment
AshuraDX Posted April 9, 2018 Share Posted April 9, 2018 hello guys Maybe can somebody tell how to setup for an NPC to drop a green diamond or crystal like the shadowtrooper do? I think that is hardcoded to the npc class or even name and not doable by other means, except maybe some icarus scripting vodoo.But I'm not sure on this so take it with a grain of salt. Link to comment
Langerd Posted April 10, 2018 Share Posted April 10, 2018 Look in the code of the game. I think it is for npc class shadowtrooper. Make new npc with this class and check if crystal is dropped or not The crystal is as i remember correctly called item_force. I think it is like for npcs - you must set many things in the npc file right to make it to work. The best way - copy npc file of shadowtrooper change nodel to kyle and change the name and spawn it I remember because i wanted to make a bonus in my arena mod - to give player this crystal or spawn it. Sadly i couldnt do it. There is no good description for this item and i couldnt set the count of spawned crystals. GPChannel likes this Link to comment
GPChannel Posted April 10, 2018 Author Share Posted April 10, 2018 Look in the code of the game. I think it is for npc class shadowtrooper. Make new npc with this class and check if crystal is dropped or not The crystal is as i remember correctly called item_force.I think it is like for npcs - you must set many things in the npc file right to make it to work. The best way - copy npc file of shadowtrooper change nodel to kyle and change the name and spawn itI remember because i wanted to make a bonus in my arena mod - to give player this crystal or spawn it. Sadly i couldnt do it. There is no good description for this item and i couldnt set the count of spawned crystals.Thanks i will try it Link to comment
the_raven Posted April 10, 2018 Share Posted April 10, 2018 I think I once tried assigning the shadowtrooper class to other npcs to make them invisible, but I don't remember them dropping crystals on death. Not sure if they even became invisible at that :|Look in the code of the game. I think it is for npc class shadowtrooper. Make new npc with this class and check if crystal is dropped or not The crystal is as i remember correctly called item_force.I think it is like for npcs - you must set many things in the npc file right to make it to work. The best way - copy npc file of shadowtrooper change nodel to kyle and change the name and spawn itI remember because i wanted to make a bonus in my arena mod - to give player this crystal or spawn it. Sadly i couldnt do it. There is no good description for this item and i couldnt set the count of spawned crystals. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now