Jump to content
  • 0

how do i make the npc like this?


Question

4 answers to this question

Recommended Posts

  • 1
Posted (edited)

 

It's kind of like this.

mapname,Y,X,Direction script NPCname NPClook,{

 

mes "[Donation Manager]";
mes "Welcome to the Donation Ticket Shop!";
mes "note : $1 =  1 Donation Ticket";
close3;
swith(select("open the shop:Cancel")){


case 1:
callshop "barters shop name";
end;

case 2:
end;
}
}

Edited by zigk
  • 0
Posted
12 hours ago, zigk said:

 

It's kind of like this.

mapname,Y,X,Direction script NPCname NPClook,{

 

mes "[Donation Manager]";
mes "Welcome to the Donation Ticket Shop!";
mes "note : $1 =  1 Donation Ticket";
close3;
swith(select("open the shop:Cancel")){


case 1:
callshop "barters shop name";
end;

case 2:
end;
}
}

prontera,190,130,7    script    Guild Pack    100,{

 

mes "[Donation Manager]";
mes "Welcome to the Donation Ticket Shop!";
mes "note : $1 =  1 Donation Ticket";
callshop "Guild_Pack";
}

 

Thanks man 😄

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