chromus28 Posted March 25, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted March 26, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share 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 Link to comment Share on other sites More sharing options...
Zezicla Posted March 26, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 121 Reputation: 1 Joined: 12/01/12 Last Seen: May 9, 2015 Share Posted March 26, 2014 haha thanks for writing it but i think he means mob spirits Quote Link to comment Share on other sites More sharing options...
chromus28 Posted March 26, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted March 26, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share 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 Link to comment Share on other sites More sharing options...
chromus28 Posted March 27, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted March 27, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 27, 2014 Try looking for spriters in the employment area Quote Link to comment Share on other sites More sharing options...
chromus28 Posted March 27, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted March 27, 2014 Try looking for sprites in the employment area thanks Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.