Frhysthia Posted October 20, 2013 Posted October 20, 2013 (edited) Whats the problem here? i can see the description , but when i wear it , theres no sprite. Edited October 20, 2013 by heidernskk01 Quote
anacondaq Posted October 20, 2013 Posted October 20, 2013 maby because maximum ID of item is 30000? Quote
LuLu Posted October 20, 2013 Posted October 20, 2013 maby because maximum ID of item is 30000? that's not its ID. check comma's? Quote
eJay Posted October 21, 2013 Author Posted October 21, 2013 (edited) Whats the problem here? i can see the description , but when i wear it , theres no sprite. Oh i see you forgot the comma on both , <---- Copy and paste this men don't forget to use lua files before lub because some of client "read lua files before lub" that already diff or default NOTE: Don't forget to use [Tab] accessoryid <TAB>ACCESSORY_ARCH_GOLD = 1082, accname <TAB>[ACCESSORY_IDs.ACCESSORY_ARCH_GOLD] = "_ARCH_GOLD", maby because maximum ID of item is 30000? that's not its ID. check comma's? Yes, you should check the comma first or double check all the stuff. Edited October 21, 2013 by eJay Quote
Frhysthia Posted October 21, 2013 Posted October 21, 2013 problem solve. i cant see the sprite because its a garment type. i search about garment types and i solve it. and its perfectly working on headgear type. Quote
caizercafe Posted October 24, 2013 Posted October 24, 2013 Video Coming Soon 1st Step: go to: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection add your sprite for Example: Blood_Helm >data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item Blood_Helm 2nd Step: go to data Open idnum2itemdesctable 17000# Str + 10 Class :^777777 Headgear^000000 Defense :^777777 0^000000 Equipped on :^777777 Lower^000000 Required Level :^777777 ??^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 # idnum2itemdisplaynametable 17000#Blood Helm# //<---------------- In game name idnum2itemresnametable 17000#Blood_Helm# 3rd Step: Go to data/sprite/¾ÆÀÌÅÛ This file (¾ÆÀÌÅÛ) is for Drop item which is act. and spr. Blood_Helm.act and Blood_Helm.spr 4th Step: Go to data\sprite\¾Ç¼¼»ç¸®\¿© Put the following files, This sign "¿©" is for Female Character. ¿©_Blood_Helm.act and ¿©_Blood_Helm.spr 5th Step: Go to data\sprite\¾Ç¼¼»ç¸®\³² Put the following files, This sign "¿©" is for Male Character. ³²_Blood_Helm.act and ³²_Blood_Helm.spr 6th Step: go to data\lua files\datainfo Open accessoryid.lua as Notepad <TAB>ACCESSORY_BLOOD_HELM = 1001, Open accname.lua as notepad <TAB>[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", and also config it to server, go to db/item_db2.txt at the last line in notepad for example 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{} <----You'll see 1001 at the last part that is View ID that you put on accessoryid.lua http://rathena.org/board/public/style_emoticons/#EMO_DIR#/smile.png @eJay i have a question regarding accname.lua ex. of my accname.lua is like this [ACCESSORY_IDs.ACCESSORY_EVIL_MARCHER_HAT_J] = "_»ç¾ÇÇѸ¶ÄªÇÞ_J", and my accname_eng.lua is like this [ACCESSORY_IDs.ACCESSORY_TONGUE_CHARM] = "_TONGUE_CHARM" now where to put this? [ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", at accname.lua? or accname_eng.lua? Quote
eJay Posted October 24, 2013 Author Posted October 24, 2013 (edited) Video Coming Soon 1st Step:go to: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection add your sprite for Example: Blood_Helm >>>data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\itemlockquote>Blood_Helm2nd Step:go to dataOpenidnum2itemdesctable >17000#Str + 10Class :^777777 Headgear^000000Defense :^777777 0^000000Equipped on :^777777 Lower^000000Required Level :^777777 ??^000000Weight :^777777 10^000000Applicable Job :^777777 Every Job^000000# idnum2itemdisplaynametable 170 00#Blood Helm# //<---------------- In game name idnum2itemresnametable 17000#Blood_Helm# 3rd Step:Go to data/sprite/¾ÆÀÌÅÛ This file (¾ÆÀÌÅÛ) is for Drop item which is act. and spr. Blood_Helm.act and Blood_Helm.spr 4th Step:Go to data\sprite\¾Ç¼¼»ç¸®\¿© Put the following files, This sign "¿©" is for Female Character. ¿©_Blood_Helm.act and ¿©_Blood_Helm.spr 5th Step:Go to data\sprite\¾Ç¼¼»ç¸®\³² Put the following files, This sign "¿©" is for Male Character. ³²_Blood_Helm.act and ³²_Blood_Helm.spr 6th Step:go to data\lua files\datainfoOpen accessoryid.lua as Notepad <TAB>ACCESSORY_BLOOD_HELM = 1001, Open accname.lua as notepad <TAB>[ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", and also config it to server, go to db/item_db2.txt at the last line in notepadfor example 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{} <----You'll see 1001 at the last part that is View ID that you put on accessoryid.lua http://rathena.org/board/public/style_emoticons/#EMO_DIR#/smile.png @eJay i have a question regarding accname.lua ex. of my accname.lua is like this [ACCESSORY_IDs.ACCESSORY_EVIL_MARCHER_HAT_J] = "_»ç¾ÇÇѸ¶ÄªÇÞ_J", and my accname_eng.lua is like this [ACCESSORY_IDs.ACCESSORY_TONGUE_CHARM] = "_TONGUE_CHARM" now where to put this? [ACCESSORY_IDs.ACCESSORY_BLOOD_HELM] = "_BLOOD_HELM", at accname.lua? or accname_eng.lua? accname.lua is fine. [ACCESSORY_IDs.ACCESSORY_EVIL_MARCHER_HAT_J] = "_»ç¾ÇÇѸ¶ÄªÇÞ_J", <--- This is default just ignore it's from kRO and it is just translated to korean but both accname.lua and accname_eng.lua seems the same i think, sorry about that because i was inactive about client side in rathena long time ago. and i've never heard about accname_eng.lua maybe a new update but it probably the same as accname.lua. Edited October 24, 2013 by eJay Quote
caizercafe Posted October 25, 2013 Posted October 25, 2013 (edited) alright!, thanks for your answer eJay anyway, i have another question 1.) is it ok to put this -> 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{} in db/pre-re/item_db.txt? or only in item_db2.txt? coz im using a renewal client, but i disable the renewal settings here src/config/renewal.h 2.) about the ID range of my custom weapon, i dont know what ID im going to put in my four(4) custom weapons, coz, some says, if the weapon is out of range, you cant see the weapon when attacking, Edited October 25, 2013 by caizercafe Quote
eJay Posted October 25, 2013 Author Posted October 25, 2013 (edited) alright!, thanks for your answer eJay anyway, i have another question 1.) is it ok to put this -> 17000,Blood_Helm,Blood Helm,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,1001,{},{},{} in db/pre-re/item_db.txt? or only in item_db2.txt? coz im using a renewal client, but i disable the renewal settings here src/config/renewal.h 2.) about the ID range of my custom weapon, i dont know what ID im going to put in my four(4) custom weapons, coz, some says, if the weapon is out of range, you cant see the weapon when attacking, Your question 1 seems fine and your question about in db/pre-re/item_db.txt? or only in item_db2.txt? I already answered your question http://rathena.org/board/topic/88927-about-custom-items/?p=229012 2.) you can copy the sword script from item_db.txt // 1-Handed Swords 1101,Sword,Sword,4,100,,500,25,,1,3,0x000654E3,7,2,2,1,2,1,2,{},{},{} and just edit itemID and name for easiest way. Edited October 25, 2013 by eJay Quote
LuLu Posted October 25, 2013 Posted October 25, 2013 // 1-Handed Swords 1101,Sword,Sword,4,100,,500,25,,1,3,0x000654E3,7,2,2,1,2,1,2,{},{},{} and just edit itemID and name for easiest way. I think that's not what he mean. specific weapons sprite only shows up on certain item number not itemID. If you make a sword on item number of 30000 in the item_db2.txt. the sword won't show but it will be a weapon. Quote
caizercafe Posted October 25, 2013 Posted October 25, 2013 alright thank you eJay and Lulu for your answers Quote
Yato Posted November 2, 2013 Posted November 2, 2013 hey am i the only one using LUB files here ? can you pls help me am i going to change these lub files into lua before i edit them ? pls help any reply would be appreciated Quote
eJay Posted November 4, 2013 Author Posted November 4, 2013 (edited) Just put lua files into the same directory of lub files then the client will read lua before lub. Edited November 4, 2013 by eJay Quote
Yato Posted November 5, 2013 Posted November 5, 2013 hey guys BIG problems here i added a custom item in my server but unfortunately it has no picture/description and in short It is UNKNOWN item i have been looking for a guide to solve my problem but there seems to be no guide that can solve my problem ?? i already did what i could do i looked everywhere and not a single guide helped me pls ? im using a 2013-07-03 client and a updated lua files PLS ? help me ? i've been working on this custom item shit for like 5 days and 4 nights Quote
eJay Posted November 6, 2013 Author Posted November 6, 2013 hey guys BIG problems here i added a custom item in my server but unfortunately it has no picture/description and in short It is UNKNOWN item i have been looking for a guide to solve my problem but there seems to be no guide that can solve my problem ?? i already did what i could do i looked everywhere and not a single guide helped me pls ? im using a 2013-07-03 client and a updated lua files PLS ? help me ? i've been working on this custom item shit for like 5 days and 4 nights I understand your feeling dude, when I was a newbie back then I also tried a custom item for 1 and half weeks hahaha. lots of shit hey well first of all i need to check your client side to see whats going on idnum2itemdesctable, idnum2itemdisplaynametable, idnum2itemresname and your lua files accname.lua and accessoryid.lua Quote
gyroguevarra Posted November 19, 2013 Posted November 19, 2013 Bakit ganun po bat sakin ayaw lumabas pag suot ko? na double check ko po lahat pero wala po nalabas pag suot ko na. May kulang pala ako, pero ngayo kumpleto problem naman ngayon nag crcrash yung RO ko. tas pag tinanggal ko yung mga add ko sa accename, accesorryid wala na error Quote
eJay Posted November 30, 2013 Author Posted November 30, 2013 Pwede ko po ba ma check yung accname at accessoryid ? Quote
potactaguro Posted December 4, 2013 Posted December 4, 2013 di ko po maintindaihan ung 3rd step at 4th step. ano po ba un? ggawa pa ako ng files na spr at act ? pano po di ko gets. newbie lng po ty sa help Quote
caizercafe Posted December 5, 2013 Posted December 5, 2013 (edited) una, mag download ka muna ng custom headgear madami dyn sa download section. pag nka DL ka na, meron na yang .spr at .act, ilagay mo lang sa tamang paglagyan dun sa client mo ex. data/sprite at sa data/texture/collection tapos sundan mo tong tutorial na to http://rathena.org/board/topic/83136-adding-custom-items-renewal/ Edited December 5, 2013 by caizercafe Quote
eren00 Posted December 15, 2013 Posted December 15, 2013 Di ko po makita eto sa data folder .. idnum2itemdisplaynametable idnum2itemresnametable https://rathena.svn.sourceforge.net/svnroot/rathena/ eto po gamit kong SVN ng rathena Quote
eJay Posted January 2, 2014 Author Posted January 2, 2014 Di ko po makita eto sa data folder .. idnum2itemdisplaynametable idnum2itemresnametable https://rathena.svn.sourceforge.net/svnroot/rathena/ eto po gamit kong SVN ng rathena Try this link http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ Quote
Joker Posted January 3, 2014 Posted January 3, 2014 please help me unknown item nalabas ginawa ko na lahat ndi ko alam kung saan error neto T_T Quote
eJay Posted January 3, 2014 Author Posted January 3, 2014 please help me unknown item nalabas ginawa ko na lahat ndi ko alam kung saan error neto T_T Patingin ako nung item_db for this item. Try all capital letter in accname and accessoryid Quote
Joker Posted January 3, 2014 Posted January 3, 2014 View ID nya po is 2000 kung ano ung nakalagay sa acceid.lua please help... Quote
eJay Posted January 3, 2014 Author Posted January 3, 2014 item_id must be the same as your itemidnum2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.