Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

hey everyone

Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
im starting again to my cabal just to spend some time coz i like this game so much
im adding gear cant figure out what im dooing wrong here
Also in dec i added the keep line´s
item scp
[Item]TypePriceSellWidthHeightOpt2/STRLmt1DEXLmt1/Opt2ValINTLmt1/Opt3Opt3Val/STRLmt2DEXLmt2/Opt4INTLmt2/Opt4ValAttckRate/Opt1DefenRate/Opt1Val/PhyAttMaxDefense/LEVLmt/MagAttValValueLvMaxCoredSTR1dDEX1dINT1dSTR2dDEX2dINT2LimitLvLimitClassLimitReputationGradeEnchantCodeLnkPropertyPeriodTypePeriodUseFixTypePrice2UniqueGradeMaxReputation
3932​
@IDT_SUIT
109350​
2​
4​
59​
59​
531​
10000​
10000​
10000​
500​
398​
397​
105​
4​
1​
1​
9​
0​
0​
0​
105​
3​
-19​
11​
5​
0​
0​
0​
1​
109350​
0​
20​
effect scp
92​
93​
3938​
3944​
3932​
3950​
3​
0​
37​
cabal dec
<set_equip set_index="93" name="set_effect29" glove="3938" boots="3944" suit="3932" helmet="3950" set2="3" set3="0" set4="37" />

<set_epaulet epaulet="3925" set_index="93" name="set_effect29" set2="0" set3="0" set4="37" />
item dec
010Editor_fHmzjFEPiU - hey everyone - RaGEZONE Forums

i can see the item in game in inventory i can drop etc but cant put it on

thx annyone helping me
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
what level is your character?
i made the char lvl 200 and gave dex int str 5000 for testing gear even its over the numbers of the gear i see the item show up in the inventory but cant use it on the char dont know what i do wrong its setup for wiz and im wiz
I dont realy know where to get the set2,3,4 numbers from
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Apr 2, 2023
Messages
198
Reaction score
88
Run the following in SSMS and check if the ID is equal to (or higher than) that item id.
That is, if you're adding the item as a completely new one.

SQL:
USE Server01
SELECT Top 1 KindIdx FROM cabal_itemserial_table order by KindIdx DESC

If it is not, then you can just use the following.
SQL:
USE Server01
EXEC AddItemSerialData 3932
 
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
Run the following in SSMS and check if the ID is equal to (or higher than) that item id.
That is, if you're adding the item as a completely new one.

SQL:
USE Server01
SELECT Top 1 KindIdx FROM cabal_itemserial_table order by KindIdx DESC

If it is not, then you can just use the following.
SQL:
USE Server01
EXEC AddItemSerialData 3932
I can add the item to my client with the toolz but i can not turn on the item dont know why

I Dont think items are in mssql
Item scp item effect scp and client
 
Upvote 0
Junior Spellweaver
Joined
Apr 2, 2023
Messages
198
Reaction score
88
I can add the item to my client with the toolz but i can not turn on the item dont know why

I Dont think items are in mssql
Item scp item effect scp and client

I recommend you just try what I just said.
And frankly, if you are not aware of what power that table has over your items, then that's just another reason why you should start paying attention to your database.
 
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
I recommend you just try what I just said.
And frankly, if you are not aware of what power that table has over your items, then that's just another reason why you should start paying attention to your database.
Ill try tomorrow

Ill try tomorrow
it didnt work 1st thing you typed came up with 3999

Ill try tomorrow


it didnt work 1st thing you typed came up with 3999
I do t know why i cant right klick the armour to turn it on

hey i stil dont get it working is there in the db also a thing like item scp to setup or ?

like mith blader is man_keep 1414 how do i get this number the ech is man3 for me
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
Learnd something new again
Well i whas looking true
data.enc
And found the keep numbers for armours and found out they link to
cabal.enc
to the keep numbers of fx15
Now the item i shown you earlyer the 3932 i got the efx and the efx needed files is there something
I see the item in the inventory but cant use the suit on the character
im missing something here ?
 
Last edited:
Upvote 0
Experienced Elementalist
Joined
Feb 17, 2015
Messages
263
Reaction score
119
Learnd something new again
Well i whas looking true
data.enc
And found the keep numbers for armours and found out they link to
cabal.enc
to the keep numbers of fx15
Now the item i shown you earlyer the 3932 i got the efx and the efx needed files is there something im missing here ?

I don't think anyone will take the time to explain this here, because other people who have the same question will not be able to find the answer on google due to the topic title
 
Upvote 0
Newbie Spellweaver
Joined
Jun 12, 2022
Messages
13
Reaction score
10
I probably forgot a lot of stuff, but that 10000 numbers in item.scp maybe change them to 1 for now. Maybe those are numbers of stats which you have to have to equip? Or those were different numbers?
 
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
These where not the stats req ill try this soon difnt think of that though

I probably forgot a lot of stuff, but that 10000 numbers in item.scp maybe change them to 1 for now. Maybe those are numbers of stats which you have to have to equip? Or those were different numbers?
i completely removed the 10k numbers stil cant turn it on
this is the item that i see in my inventory i made it smaller to fit more in the inventory
but if i right klick nothing happens
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Junior Spellweaver
Joined
Mar 10, 2011
Messages
170
Reaction score
23
kép_2023-08-16_165626945 - hey everyone - RaGEZONE Forums
this is suspicious to me. try remove class recomend, and may try equip with other class.
 

Attachments

You must be registered for see attachments list
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
Yea thats what i whas saying aswell i dont know why though thx for helping anny way

Yea thats what i whas saying aswell i dont know why though thx for helping anny way
i just setup the item to mithrill lets see what happens

Yea thats what i whas saying aswell i dont know why though thx for helping anny way


i just setup the item to mithrill lets see what happens
stil dousnt work :s
 
Last edited:
Upvote 0
Back
Top