PapaZola Posted March 20, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted March 20, 2013 hello rA can i request some script db.. im like to make custom mob used skill make player 100% freeze when attacking the mob example mob code 2010 Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 20, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 20, 2013 (edited) OnNPCKillEvent: if (killedrid==2010) { pcblockmove getcharid(3),1; sleep2 5000 pcblockmove getcharid(3),0; } end; What do you mean by "freeze"? Is it to stop the player movement, or is it frozen in ice? Edited March 20, 2013 by nanakiwurtz Quote Link to comment Share on other sites More sharing options...
PapaZola Posted March 20, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted March 20, 2013 yeah random skill 100% example ice,sleep,curse or automatic die hahah anyway thanks for reply nanakiwurtz Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 20, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 20, 2013 Just create a custom mob, then set it's skill in mob_skill_db.txt 2010,mycustommob,angry,181,1,10000,0,5000,no,randomtarget,always,0,,,,,,, Quote Link to comment Share on other sites More sharing options...
PapaZola Posted March 22, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted March 22, 2013 Just create a custom mob, then set it's skill in mob_skill_db.txt 2010,mycustommob,angry,181,1,10000,0,5000,no,randomtarget,always,0,,,,,,, nanakiwurtz this for make player die when attacking the mob? Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 22, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 22, 2013 No, it's curse attack, you could add another skill to the custom mob, such as freeze, sleep, or what is exactly do you want for the mob? Quote Link to comment Share on other sites More sharing options...
PapaZola Posted March 22, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted March 22, 2013 how if want make attack wrong mob player automatic die hee thanks for ure reply Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 22, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 22, 2013 (edited) But honestly, I think it will be easier to script like this: prontera,155,180,3 script Popo 1031,{ areamonster "prontera",150,175,160,185,"Poporing",1031,10,"Popo::OnWrongKill"; areamonster "prontera",150,175,160,185,"Poporing",1031,1,"Popo::OnRightKill"; npctalk "Find the correct Poporing to receive the reward!"; end; OnWrongKill: areamonster "prontera",150,175,160,185,"Poporing",1031,1,"Popo::OnWrongKill"; atcommand "@die"; dispbottom "You kill the wrong Poporing!"; end; OnRightKill: killmonster "prontera","Popo::OnWrongKill",1031; announce strcharinfo(0)+" has killed the right Poporing!",0; getitem 501,1; end; } Edited March 22, 2013 by nanakiwurtz Quote Link to comment Share on other sites More sharing options...
PapaZola Posted March 23, 2013 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted March 23, 2013 aww thanks im just used the skill Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hello rA can i request some script db..
im like to make custom mob used skill make player 100% freeze when attacking the mob
example mob code 2010
Link to comment
Share on other sites
8 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.