chromus28 Posted March 25, 2014 Posted March 25, 2014 what thread can i post on where can i find an paid monster maker? i mean he/she can make custom monster for me? Quote
sandbox Posted March 26, 2014 Posted March 26, 2014 Purely written in scratch prontera,100,200,4 script sample 46,{ mes .Npc_Name$; mes "Summon a monster for "+.Fee+" zeny"; mes "Please input monster ID"; input .@mid; next; mes .Npc_Name$; if(Zeny < .Fee) { mes "Not enough zeny"; close; } else if(!getmonsterinfo(.@mid,0)) { mes "Invalid monster id, please use @mi <monster name> to obtain ID."; close; } mes "Here you go!"; Zeny -= .Fee; getmapxy(.@map$,.@x,.@y,0); monster .@map$,.@x,.@y,--en--,.@mid,1; close; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; .Fee = 1000000; end; } Quote
Zezicla Posted March 26, 2014 Posted March 26, 2014 haha thanks for writing it but i think he means mob spirits Quote
chromus28 Posted March 26, 2014 Author Posted March 26, 2014 oh yeah mob sprite Purely written in scratch prontera,100,200,4 script sample 46,{ mes .Npc_Name$; mes "Summon a monster for "+.Fee+" zeny"; mes "Please input monster ID"; input .@mid; next; mes .Npc_Name$; if(Zeny < .Fee) { mes "Not enough zeny"; close; } else if(!getmonsterinfo(.@mid,0)) { mes "Invalid monster id, please use @mi <monster name> to obtain ID."; close; } mes "Here you go!"; Zeny -= .Fee; getmapxy(.@map$,.@x,.@y,0); monster .@map$,.@x,.@y,--en--,.@mid,1; close; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; .Fee = 1000000; end; } yeah sorry i mean mob sprite Quote
sandbox Posted March 26, 2014 Posted March 26, 2014 prontera,100,200,4 script sample 46,{ mes .Npc_Name$; mes "Disguise into a monster for "+.Fee+" zeny"; mes "Please input monster ID"; input .@mid; next; mes .Npc_Name$; if(Zeny < .Fee) { mes "Not enough zeny"; close; } else if(!getmonsterinfo(.@mid,0)) { mes "Invalid monster id, please use @mi <monster name> to obtain ID."; close; } mes "Here you go!"; Zeny -= .Fee; getmapxy(.@map$,.@x,.@y,0); disguise .@mid; close; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; .Fee = 1000000; end; } Quote
chromus28 Posted March 27, 2014 Author Posted March 27, 2014 prontera,100,200,4 script sample 46,{ mes .Npc_Name$; mes "Disguise into a monster for "+.Fee+" zeny"; mes "Please input monster ID"; input .@mid; next; mes .Npc_Name$; if(Zeny < .Fee) { mes "Not enough zeny"; close; } else if(!getmonsterinfo(.@mid,0)) { mes "Invalid monster id, please use @mi <monster name> to obtain ID."; close; } mes "Here you go!"; Zeny -= .Fee; getmapxy(.@map$,.@x,.@y,0); disguise .@mid; close; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; .Fee = 1000000; end; } uhm sir what i mean is is there any dev there that they can make me an custom mob sprite?? Quote
sandbox Posted March 27, 2014 Posted March 27, 2014 Try looking for spriters in the employment area Quote
chromus28 Posted March 27, 2014 Author Posted March 27, 2014 Try looking for sprites in the employment area thanks Quote
Question
chromus28
what thread can i post on where can i find an paid monster maker? i mean he/she can make custom monster for me?
7 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.