Jump to content

Npc que venda items a la vez que no sea por dinero


nicolasdemartini

Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.02
  • Content Count:  29
  • Reputation:   0
  • Joined:  09/21/22
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.02
  • Content Count:  29
  • Reputation:   0
  • Joined:  09/21/22
  • Last Seen:  

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! ❤️

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
Reply to this topic...

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