Jump to content
  • 0

Missing textures upon using extended vending system


Question

Posted

Please somebody help me, where can i find this missing files, everytime i open vending skill it always shows up. (the part where you will select zeny or cash points) please please please!!!
I already searched the translated version by zackdreaver and i cannot find it there.

missing texture.png

6 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, wakefield21 said:

@GodKnows Jhomz i'm not really sure on how to do that. can you please give some examples. sorry for such a noob question haha

missing texture 1.png

Its just like how you add any custom items. but only drop sprite is required. Also you need to change the id of the zeny/cash because I think the id you used is already in the item_db.txt.
https://github.com/rathena/rathena/wiki/Custom_Items#defining-items-clientside-renewal-clients-
Check this for the clientside item addition. (You don't need the male/female, only the drop and texture(item/collection) ).
Or you can just use the coins sprite in itemInfo like this :

	//This is same sprite like Bronze Coin
	[ZenyItemID] = {
		unidentifiedDisplayName = "Zeny",
		unidentifiedResourceName = "µ¿È­",
		unidentifiedDescriptionName = { "" },
		identifiedDisplayName = "Zeny",
		identifiedResourceName = "µ¿È­",
		identifiedDescriptionName = {
			"Zeny Item Description.",
			"^FFFFFF_^000000",
			"Weight:^006600 0^000000"
		},
		slotCount = 0,
		ClassNum = 0
	},
	//This is same sprite like Mithril Coin
	[CashItemID] = {
		unidentifiedDisplayName = "Cash",
		unidentifiedResourceName = "¹Ì½º¸±È­",
		unidentifiedDescriptionName = { "" },
		identifiedDisplayName = "Cash",
		identifiedResourceName = "¹Ì½º¸±È­",
		identifiedDescriptionName = {
			"Cash Item Description.",
			"^FFFFFF_^000000",
			"Weight:^006600 0^000000"
		},
		slotCount = 0,
		ClassNum = 0
	},

Change the "ZenyItemID" and "CashItemID" to the one you use in extended vending system.
 

  • Like 1

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.

  • Recently Browsing   0 members

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