Katazui Posted July 30, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Share Posted July 30, 2013 How do you make a mob (Bomb Poring), once you touch the mob, it kills you? And maybe add an explosion effect? Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 30, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 30, 2013 like constants monsters? db/.../mob_skill_db.txt // MobID,Dummy value (info only),State,SkillID,SkillLv,Rate,CastTime,Delay,Cancelable,Target,Condition type,Condition value,val1,val2,val3,val4,val5,Emotion,Chat 1738,Constant@NPC_SELFDESTRUCTION,attack,173,1,10000,1000,0,no,self,always,0,,,,,,, 1738,Constant@NPC_SELFDESTRUCTION,chase,173,1,2000,1000,0,no,self,always,0,,,,,,, 2 Quote Link to comment Share on other sites More sharing options...
Katazui Posted July 31, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Author Share Posted July 31, 2013 Not like a self destruct. Mobs, like when touch it, or walk close to it, it kills you right there. Is there any possible way? Quote Link to comment Share on other sites More sharing options...
Evelynn Posted July 31, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted July 31, 2013 (edited) I do not think there is a script command for a mob collision... However if you create an NPC and disguise it as a monster, you can use the OnTouch function, or even clicking it. To make it walk, you can use npc walk function. I don't know if theres a script function for something similar, but incase there isn't... this is probably your best bet X: Edited July 31, 2013 by Evelynn Quote Link to comment Share on other sites More sharing options...
GmOcean Posted July 31, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted July 31, 2013 Or, you could just make a monster with a ridiculously high amount of attack and dex/luk to garantee a hit. But this type of thing is best simulated with an NPC. 1 Quote Link to comment Share on other sites More sharing options...
Katazui Posted July 31, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Author Share Posted July 31, 2013 Oh, in that case. How do I summon about 100+ of the same npcs o.o. Do I have to duplicate all of them? Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 31, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 31, 2013 yes you need to duplicate them all Quote Link to comment Share on other sites More sharing options...
Katazui Posted August 3, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Author Share Posted August 3, 2013 like constants monsters? db/.../mob_skill_db.txt // MobID,Dummy value (info only),State,SkillID,SkillLv,Rate,CastTime,Delay,Cancelable,Target,Condition type,Condition value,val1,val2,val3,val4,val5,Emotion,Chat 1738,Constant@NPC_SELFDESTRUCTION,attack,173,1,10000,1000,0,no,self,always,0,,,,,,, 1738,Constant@NPC_SELFDESTRUCTION,chase,173,1,2000,1000,0,no,self,always,0,,,,,,, Is there a way to lower the time for the bomb to explode? Like One second? Quote Link to comment Share on other sites More sharing options...
Evelynn Posted August 3, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted August 3, 2013 1738,Constant@NPC_SELFDESTRUCTION,attack,173,1,10000,1000,0,no,self,always,0,,,,,,, The red area is where you edit the cast time. 173 is Self Destruct 1 is Skill Level 10000 = 100% 1000 = 1 Second 1 Quote Link to comment Share on other sites More sharing options...
Katazui Posted August 3, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 167 Reputation: 23 Joined: 11/23/11 Last Seen: May 25, 2023 Author Share Posted August 3, 2013 1738,Constant@NPC_SELFDESTRUCTION,attack,173,1,10000,1000,0,no,self,always,0,,,,,,, The red area is where you edit the cast time. 173 is Self Destruct 1 is Skill Level 10000 = 100% 1000 = 1 Second Thanks! Quote Link to comment Share on other sites More sharing options...
Question
Katazui
How do you make a mob (Bomb Poring), once you touch the mob, it kills you? And maybe add an explosion effect?
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.