nicolasdemartini Posted September 28, 2022 Group: Members Topic Count: 15 Topics Per Day: 0.02 Content Count: 33 Reputation: 0 Joined: 09/21/22 Last Seen: August 13, 2024 Share 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 Link to comment Share on other sites More sharing options...
Takuyakii Posted September 28, 2022 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Share 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 Link to comment Share on other sites More sharing options...
nicolasdemartini Posted September 28, 2022 Group: Members Topic Count: 15 Topics Per Day: 0.02 Content Count: 33 Reputation: 0 Joined: 09/21/22 Last Seen: August 13, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
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.