Jump to content
  • 0

Q>About Paid monster maker


chromus28

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

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;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   1
  • Joined:  12/01/12
  • Last Seen:  

haha thanks for writing it but i think he means mob spirits :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

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 :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  


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;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

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??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Try looking for spriters in the employment area

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

Try looking for sprites in the employment area

thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...