nicolasdemartini Posted September 28, 2022 Posted September 28, 2022 hola muy buenas noches, a pasado años desde que toco un emulador quisiera preguntar si porfavor alguien me podria ayudar a crear un npc o script que venda items x pero a la vez que no acepte dinero,si no una moneda por ejemplo id 40096 se podra hacer eso de casualidad Quote
Takuyakii Posted September 28, 2022 Posted September 28, 2022 7 hours ago, nicolasdemartini said: hola muy buenas noches, a pasado años desde que toco un emulador quisiera preguntar si porfavor alguien me podria ayudar a crear un npc o script que venda items x pero a la vez que no acepte dinero,si no una moneda por ejemplo id 40096 se podra hacer eso de casualidad prontera,100,100,0 script Seller 437,{ menu "Yes",-,"No",De; next; callshop "YOURSHOPAME",0; end; De: next; mes "Thank you come again!~"; close; } - itemshop YOURSHOPNAME -1,7179,501:1 Just change 7179 to your own costom id-%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...} 1 Quote
nicolasdemartini Posted September 28, 2022 Author Posted September 28, 2022 13 hours ago, Takuyakii said: prontera,100,100,0 script Seller 437,{ menu "Yes",-,"No",De; next; callshop "YOURSHOPAME",0; end; De: next; mes "Thank you come again!~"; close; } - itemshop YOURSHOPNAME -1,7179,501:1 Simplemente cambie 7179 a su propio costom id-%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...} MUCHAS GRACIAS! Quote
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.