How to add Custom Items using Renewal Client
Download this LUA FILES using TortoiseSVN or any SVN checker/downloader whatever!:
CLICK ME
:::INDEX:::
-Client Side
-Server Side
CLIENT SIDE:
lua files/data info/accname.lua
USE ANY EDITOR, or NOTEPAD EDITOR or WORDPAD
EXAMPLE:
Quote:
[ACCESSORY_IDs.ACCESSORY_BUNNYBAND] = "_�䳢�Ӹ���",
HOW TO ADD:
Quote:
[ACCESSORY_IDs.ACCESSORY_HEADGEARNAME] = "_SPRITENAME", <<<<---- UNDERSCORE+SPRITENAME +COMMA don't forget it!
We're now done on how to add the "SPRITE"... next step....
goto:
lua files/data info/accessoryid.lua
EXAMPLE:
Quote:
ACCESSORY_BUNNYBAND = 15,
HOW TO ADD:
Quote:
ACCESSORY_HEADGEARNAME = ViewID, <<--- + comma.. ----///// we need to use the ViewID later! and also the HEADERGEARNAME
We're now done on how to add the "ViewID"
--------------------------------------------------------------------------------------------
:::NEXT STEP:::
File to edits:
idnum2itemdesctable.txt
idnum2itemdisplaynametable.txt
idnum2itemresnametable.txt
num2itemdesctable.txt
num2itemdisplaynametable.txt
num2itemresnametable.txt
ABOUT THE:
idnum2itemdesctable.txt
num2itemdesctable.txt
I KNOW! YOU ALREADY KNOW HOW TO ADD/EDIT THAT ONE!
---------------
1st STEP:
idnum2itemdisplaynametable.txt
how to add:
Quote:
ITEMNUMBER#CLIENTITEMNAME#
---------------
2nd STEP:
idnum2itemresnametable.txt
how to add:
Quote:
ITEMNUMBER#SPRITENAME# <<<----so the sprite name! you need to remove the UNDERSCORE for it...
3rd STEP:
num2itemdisplaynametable.txt
Quote:
2214#Hat# <--- this is used for UNMAGNIFIED items.
how to add:
---------------
4th STEP:
num2itemresnametable.txt
how to add:
Quote:
ITEMNUMBER#SPRITENAME#
----------------
Server Side:
----------------
go to your db/item_db.txt or item_db2.txt
Quote:
2214,Bunny_Band,Bunny Band,5,20,,100,,2,,0,0xFFFFFFFF,31,2,256,,0,1,15,{ bonus bLuk,2; },{},{}
how to add:
Quote:
2214,Bunny_Band,Bunny Band,5,20,,100,,2,,0,0xFFFFFFFF,31,2,256,,0,1,ViewID,{ bonus bLuk,2; },{},{}
---- remember about the ViewID above? specied your own id!lol
END OF TUTORIAL!
::::LOGICALLY this guide is work on RENEWAL CLIENT the "RagexeRE CLIENTS" do not use other client it won't work!::::
ABOUT THE:
lua files/data info/accname.lua
lua files/data info/accessoryid.lua
-The HeadGEAR name or the ItemNAME must equal.so that the SPRITE and VIEWID will merge like XRAY client GUIDES...
Re: How to add Custom Items using Renewal Client
Re: How to add Custom Items using Renewal Client
I don't really edit the following files to add custom items lol
Code:
num2itemdesctable.txt
num2itemdisplaynametable.txt
num2itemresnametable.txt
Re: How to add Custom Items using Renewal Client
thanks man....it really helpful...
Re: How to add Custom Items using Renewal Client
hello sir..
so how or where i can insert the new sprites sir??
Re: How to add Custom Items using Renewal Client
@walandutpgn
to the sprite folder
Re: How to add Custom Items using Renewal Client
Question? Is the am I right the Sprite is unicode type? is it possible to convert the Unicode into just plain text so I can name my sprite with just a simple text?