Jump to content
  • 0

NPC ITEMSHOP CUSTOM


Chaoszinho

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  11/29/16
  • Last Seen:  

Hello Everyone !!

how to create a npc that swap for exemple a BG badge to Any other item. a itemshop npc like this

 

image.png.df239a3b964843b8b034f4f63e623df2.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

A few things you will need:

 

-%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...}


*callshop "<name>",<option>;

 

check >> Rathena/doc/script_commands.txt  for explaination

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  07/21/20
  • Last Seen:  

people here just keep on referring to the documentation. please give specific code example to really help people. thanks

 

//Here's an answer.

//Item Shop using Proof of Donation
// map,x,y,angle    typeOfShop    nameOfShop    sprite,currencyItem,item1:priceOfItem1,item2:priceOfItem2

prontera,147,166,3    itemshop    Donation Items    48,7179,12114:1,12115:1,12116:1,12117:1

Link to comment
Share on other sites

  • -1

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

not everything is a "general support"

https://github.com/rathena/rathena/blob/54ac2ae1327040289b8bc566e2b221a259144e4c/doc/script_commands.txt#L286

 

Moved to the right section .

 

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