Jump to content
  • 0

Lower headgears slotted problem


Question

Posted

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?

13 answers to this question

Recommended Posts

Posted (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 by bVersatile
Posted (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 by Brynner
Posted

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

Posted (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 by donkeyg
Posted

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.

Posted

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.

Posted

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

Posted (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 by JoWei

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...