Christoper MMORPG
Number of posts : 117 Age : 33 Location : Philippines Job/hobbies : Developer Humor : Humble Infected Bar : Registration date : 2008-11-23
| Subject: [Guide]How to Make Custom Item's Sat Nov 29, 2008 3:54 am | |
| - How to add Custom item's - * - i make it step by step so you will learn how to add custom item's* - i made this guide original i don't copy to others its so easy* - if you din't understand my guide ur dam " noob "- Requirements - * - Brain* - Common Sense* - Make Your Eyes Sharp* - Don't ask for teamviewer or anything stupid remote* - and all of all " RELAX "* - Let say i will use Cloud Wings for ( TuTorial )* - I make it image by actor and photoshop cs2Server Side 1stGo to YourServer\db\item_db.txtMake New item For Example I make Cloud Strife Wings - Code:
-
16051,_Cloud,_cloud,5,,,10,,10,,4,2147483647,7,2,1,,1,1,1118,{ bonus bStr,500; bonus bDex,500; },{},{} Understanding item_db.txt 16051 = item id Take Note : You can change it what ever you want _cloud = client side will be read 5 = type - Don't Change this 10 = Weight Take Note : You can change it what ever you want 10 = Defence Take Note : You can change it what ever you want 4 = slot Take Note : 0 - 4 2147483647 = all job can use Take Note : You can change it what ever you want 1118 = View Take Note : You can change it what ever you want Question : What use of this 1118 ?Answer : its us on visionary_tab.txt on client sideNow Save Your Item_db.txtServer Side
2nd Go to Your Client Take Note : original location C:\Program files\Gravity\Ro Now Make Your Data
Patern how to make your own data
1st : sprite and open the sprite folder and make again name ¾ÆÀÌÅÛ and ¾Ç¼¼»ç¸® and open ¾Ç¼¼»ç¸® and make new folder with name ¿© and ³² and go back to data. 2nd : On Your Data Make New Folder Name texture and open texture And Make New Folder Again With Name À¯ÀúÀÎÅÍÆäÀ̽º and open À¯ÀúÀÎÅÍÆäÀ̽º and make new folder again with name collection and item Now make txt file idnum2itemdesctable idnum2itemdisplaynametable idnum2itemresnametable itemslotcounttable num2itemdesctable num2itemdisplaynametable num2itemresnametable visionary_tab
Now Download Cloud Wings HERE Extract On Desktop or where you want Open Data folder
You Will See A Folder Name Sprite Open it open ¾ÆÀÌÅÛ and check if there is cloud.act and cloud.spr if you see make sure that you put ( _ ) example _cloud Make Sure that cloud file have ( _ ) we need that thing for newbie ^^ But for pro they no need to follow these. now go to folder ¾Ç¼¼»ç¸® and open you will see ¿© And ³² open first the ¿© and you will see like this _cloud put at front ¿©_cloud do it same on spr. Now go to folder ³² you will see _cloud make put at the fron ³² so it will like these ³²_cloud do the same on _cloud spr.
Understanding sprite Qestion : What mean of this ¿© And ³² Answer : ¿© = for female and ³² = for male
Now sprite is now ready now go to texture open À¯ÀúÀÎÅÍÆäÀ̽º and open folder name collection now you will see cloud.bmp size 75x100 now put at the front of cloud.bmp ( _ ) to read of the server its like this _cloud now go to item foder you will see cloud.bmp size 24x24 now put at the front _could to read of your server.
Now Texture is ready
Lets go to txt file Go to Data Folder And Open idnum2itemdesctable.txt - Code:
-
16051# A Powerful Wings By Cloud Strife. Str + 500 Dex + 500. Class :^777777 Headgear^000000 Defense :^777777 10^000000 Equipped on :^777777 Lower^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 #
and save Now open the idnum2itemdisplaynametable.txt - Code:
-
16051#Cloud_Strife_Wings# You can change it Save it now open idnum2itemresnametable.txt - Code:
-
16051#_cloud# Here it will read the Sprite and texture _cloud Now save it do the same on this list num2itemdesctable.txt num2itemdisplaynametable.txt num2itemresnametable.txt And Open now the itemslotcounttable.txt - Code:
-
16051#4# item slot save it Open the visionary_tab.txt - Code:
-
!1118 _cloud So it will read the sprite it will show the item you make. Finish Now Test it.
[ Credits ]
Christoper Original Post On mmorpg-development.co.nr | |
|