Jump to content
  • 0

Custom Item Implementation Error


Evrard

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/27/13
  • Last Seen:  

Before anything I have to clarify that I already visited the wiki, checked the topics and still can't seem to find a solution.

 

Now to the problem, I wanted to implement 2 coins, the Helgard coin and the lesser helgard coin, taking a grade coin and b grade coin's sprite.

 

item_db.txt

30000,helgard_coin,Helgard Coin,3,20,,0,,,,,,,,,,,,,{},{},{}
30001,l_helgard_coin,Lesser Helgard Coin,3,20,,0,,,,,,,,,,,,,{},{},{}

 

 
idnum2itemdesctable:
#
30000#
Helgard Coin
Helgard Ragnarok Online Oficial Courrency, used in a many kind of transactions
^ffffff_^000000
Weight :^777777 0^000000
#
30001#
Lesser Helgard Coin
Less valuable Helgard Coin, 10 can be exchanged for a helgard coin in the Coin Trader
^ffffff_^000000
Weight :^777777 0^000000

 

idnum2itemdisplaynametable

30000#Helgard_Coin#
30001#Lesser_Helgard_Coin#
 

 

idnum2itemresnametable

30000#°í±ÞÄÚÀÎ#
30001#°í±ÞÄÚÀÎ#

 

and when I go in game and spawn the item it comes out as an unknown item.... I'm using RagexeRE 2012-04-18

 

can anybody help me please >_<?

 
 
Edited by Evrard
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  04/23/13
  • Last Seen:  

u use rathena with luafiles? then choose this guide:

http://rathena.org/wiki/Custom_Items

 

is this °í±ÞÄÚÀÎ the name of the sprite to show u want?

 

 


30000#
Helgard Coin
Helgard Ragnarok Online Oficial Courrency, used in a many kind of transactions
^ffffff_^000000
Weight :^777777 0^000000
#
30001#
Lesser Helgard Coin
Less valuable Helgard Coin, 10 can be exchanged for a helgard coin in the Coin Trader
^ffffff_^000000
Weight :^777777 0^000000
#
Edited by Bayne
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/27/13
  • Last Seen:  

yes I followed that guide, and yes thats the name of the sprite,

 

A grade coin and B grade Coin

30000#°í±ÞÄÚÀÎ#
30001#°í±ÞÄÚÀÎ#

 

and the one I created

30000#°í±ÞÄÚÀÎ#
30001#°í±ÞÄÚÀÎ#

 

ps: the scripted items are on db/item_db2.txt that where they're suposed to be right?

Edited by Evrard
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

I'm using RagexeRE 2012-04-18

The launcher doesn't use idnum2itemdesctable & co. since ~2012-04-10 if I remember

 

It use System/itemInfo.lua

http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/

 

Search in the client forum for more informations

http://rathena.org/board/forum/98-client-side/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/27/13
  • Last Seen:  

 

I'm using RagexeRE 2012-04-18

The launcher doesn't use idnum2itemdesctable & co. since ~2012-04-10 if I remember

 

It use System/itemInfo.lua

http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/

 

Search in the client forum for more informations

http://rathena.org/board/forum/98-client-side/

will do, thanks. 

PS: changed the system/iteminfo.lub and its still an unknown item... heading over the client forums to post over there....

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