donkeyg Posted June 23, 2012 Posted June 23, 2012 2219,Flu_Mask_,Flu Mask,5,300,,100,,0,,1,0xFFFFFFFF,7,2,1,,0,0,8,{ bonus2 bResEff,Eff_Silence,1000; },{},{} why still cant put kiel card inside it? is it rathena style is changed? Quote
PewN Posted June 23, 2012 Posted June 23, 2012 (edited) 2219,Flu_Mask_,Flu Mask,5,300,,100,,0,,1,0xFFFFFFFF,7,2,1,,0,0,8,{ bonus2 bResEff,Eff_Silence,1000; },{},{} why still cant put kiel card inside it? is it rathena style is changed? . before the 0xFFFFFFFFF change it on 0 lool it will look like this 2219,Flu_Mask_,Flu Mask,5,300,,100,,0,,0,0xFFFFFFFF,7,2,1,,0,0,8,{ bonus2 bResEff,Eff_Silence,1000; },{},{} Edited June 23, 2012 by bVersatile Quote
Brynner Posted June 23, 2012 Posted June 23, 2012 (edited) ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } no slot 2219,Flu_Mask_,Flu Mask,5,300,,100,,0,,0,0xFFFFFFFF,7,2,1,,0,0,8,{ bonus2 bResEff,Eff_Silence,1000; },{},{} with slot 2219,Flu_Mask_,Flu Mask,5,300,,100,,0,,1,0xFFFFFFFF,7,2,1,,0,0,8,{ bonus2 bResEff,Eff_Silence,1000; },{},{} and also don't forget to change your itemslotcounttable for your client side. Edited June 23, 2012 by Brynner Quote
donkeyg Posted June 23, 2012 Author Posted June 23, 2012 =.= yes, this is what i typed in my item_db.. still not working even restart server + reloaditemdb 2219,Flu_Mask_,Flu Mask,5,300,,100,,0,,1,0xFFFFFFFF,7,2,1,,0,0,8,{ bonus2 bResEff,Eff_Silence,1000; },{},{} and also i have edit Bao effect 553,Bun,Bao,0,1,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 15,15; },{},{} not working too=.= Quote
Rikimaru Posted June 23, 2012 Posted June 23, 2012 Hmm...Does your Mapserver give you any errors? Quote
Tizoc Posted June 23, 2012 Posted June 23, 2012 maybe you edit wrong files if you use renewal mode edit in db/re/item_db.txt if not edit in db/pre-re/item_db.txt Quote
Emistry Posted June 23, 2012 Posted June 23, 2012 edit your Kiel Card...change the slottable part to include lower headgear ... ( i think this is the problem if i am not mistaken ) Quote
donkeyg Posted June 23, 2012 Author Posted June 23, 2012 (edited) maybe you edit wrong files if you use renewal mode edit in db/re/item_db.txt if not edit in db/pre-re/item_db.txt i copied all the files from renewal to conf/db folders.... edit your Kiel Card...change the slottable part to include lower headgear ... ( i think this is the problem if i am not mistaken ) not only kiel card, every card of headgear also cant put in EDITED: my fault... i should not copied out the files to db folder... in addition, how could i see that whether im using pre-re or renewal?? bump Edited June 23, 2012 by donkeyg Quote
Arcenciel Posted June 23, 2012 Posted June 23, 2012 EDITED: my fault... i should not copied out the files to db folder... in addition, how could i see that whether im using pre-re or renewal?? rA defaults to Renewal unless you've edited REMODE in the source. Quote
Emistry Posted June 23, 2012 Posted June 23, 2012 https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL uncomment it... and this has been discussed numerous time is other topic.. if you are hardoworking enough..a simple search will surely give you some answer. Quote
Rikimaru Posted June 23, 2012 Posted June 23, 2012 So you didn't get an error in your Mapserver,but the card is still not equipable on the flu mask? Why don't you try to check if you're editing the correct folder : /db/pre-re or /db/re Quote
JoWei Posted June 26, 2012 Posted June 26, 2012 (edited) As Brynner stated, you also have to modify the itemslotcounttable.txt to enable the slot in the client side. Because the client side will also detect if it is slottable before sending the information to the server that an user has slotted a card in an equip. Going in itemslotcounttable.txt that should be in your client's data folder or GRF if you have read data folder disabled, just find the line 2219#0# and change it to 2219#1# to enable the slot, unless it doesn't exist because it's a custom item then add that last line in it with the required number before it. Format: ItemID#Slot count# Also make sure you're using the right DB as the other stated. Edited June 26, 2012 by JoWei Quote
Question
donkeyg
why still cant put kiel card inside it? is it rathena style is changed?
13 answers to this question
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.