Jump to content

Recommended Posts

Posted

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

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...