Jump to content
  • 0

NPC SHOP TRADER


iubantot

Question


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

itemmall,2,54,5	trader	[A]Armor	4_M_MOC_SOLDIER,508,{
OnInit:
	sellitem Chain_Mail_, 65000;
	sellitem Formal_Suit, 55000;
	sellitem Tights_, 71000;
	sellitem Thief_Clothes_, 74000;
	sellitem Sniping_Suit, 90000;
	sellitem Meteo_Plate_Armor, 90000;
	sellitem Silk_Robe_, 8000;
	sellitem Mage_Coat_, 70000;
	sellitem Improved_Tights, 90000;
	sellitem Dragon_Vest, 90000;
	sellitem Diabolus_Manteau, 100000;
	sellitem Diabolus_Armor, 100000;
	sellitem Valkyrie_Armor, 150000;
}

Hello do we support this trader type of npc in rathena? im having troubles running this code on my server. i just saw this on SDE 1.1.8

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

that's just a normal shop in rathena.

doc/script_commands.txt#L278-L292

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

6 minutes ago, Emistry said:

that's just a normal shop in rathena.

doc/script_commands.txt#L278-L292

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

so i saw this on script commands.

and im having troubles on using it 

 

prontera,157,191,4	itemshop	ItemShop	101,7179,501:50,502:200,503:550,

Im using 2013 08 07 client

is there a way to change the text that appears on the shop?screenRow4001.thumb.jpg.2fae6016f055994e9b1b5074ba9c9af6.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

you cant change the text unless you know how to hex the client.

  • Love 1
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...