manabeast Posted April 2, 2012 Posted April 2, 2012 i put monster spawn on script. spawn like below. is there anyway to make the mob size increase ? prontera,0,0,0,0 monster poring 1002,1,0,0,0 Quote
plankt Posted April 2, 2012 Posted April 2, 2012 (edited) https://rathena.svn....pt_commands.txt <map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event> The Event field can be used alternatively to specify other mob properties. Use2 to specify that the mob should be small, 4 for big monsters Edited April 2, 2012 by plankt Quote
manabeast Posted April 3, 2012 Author Posted April 3, 2012 (edited) still dun understand. the specify you mantion 4 for big should add at where? <map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event> <map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%10024%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event> 1002+4? or inside mob_db.txt? Edited April 3, 2012 by manabeast Quote
plankt Posted April 3, 2012 Posted April 3, 2012 (edited) Setting the event field to 4, for a big monster, would give you: <map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,4 Edited April 3, 2012 by plankt 1 Quote
manabeast Posted April 4, 2012 Author Posted April 4, 2012 wow.. it's work... thank you very much ^^. 4 is big .. if 5? i read the text it's write 8 is ai that attack other mob. if i put 48= big+ atk other mob? Quote
plankt Posted April 4, 2012 Posted April 4, 2012 Small: 2 Big: 4 AI: 8 Small and AI: 2+8 = 10 Big and AI: 4+8 = 12 You enter the red values as event. 1 Quote
manabeast Posted April 5, 2012 Author Posted April 5, 2012 i see... now finaly can make boss atk other creep xD! thank you plankt... you very much help. Quote
Question
manabeast
i put monster spawn on script. spawn like below. is there anyway to make the mob size increase ?
prontera,0,0,0,0 monster poring 1002,1,0,0,0
6 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.