-
How to add an item (ex. Costume)
This is a step by step guide on how to add a costume to your server.
To begin you'll be needing some stuffs:
- Sweetscape 010 Editor (google is your friend)
- 010 Templates by Yamachi
- rar with files to follow the tutorial
- !! create backups !!
UPDATE: Here's the korean item.dec which I've corrected so all you need to do is copy the data to your item.enc without the 00 stuff. I've also reworked the guide a bit.
IK00C.rar
For this tutorial we'll be adding the item [Costume]Nevareth Pirate Outfit.
1. Getting the needed info.
To add an item we need the data for our files and we'll get that out of the korean test client. I've added all you'll need in the rar for this item so don't worry you're not on your own yet.
Open up the korean cabal_msg.dec and find "item2570".
http://www.upload.ee/image/1336373/sct1.png
You'll see some gibberish there but if you go to View -> Character Set -> international -> Korean you'll see Hangeul.
Using google translate won't amount to much but if you listen to the spoken words in korean you can make out Nevareth Pirate. Sometimes google translate is good but mostly not. This way you can try to find out what the item would be.
http://www.upload.ee/image/1336376/sct2.png
We now know 2570 is the costume and if you would check 2571 is the epaulet. The epaulet is the version of the costume that goes in the epaulet slot and which we'll need to link to in cabal.enc but that will all be clear in a min.
2. Editing item.enc
Now we know the item id of our costume: 2570 & 2571 so let's open up the korean item.dec and load & run ItemENCTemplate to get a nice structured view.
http://www.upload.ee/image/1336376/sct2.png
Go to id 2570 and copy the selected data. Go to your unpacked item.enc and run the template. Go to the last id and scroll down so you can paste right behind that.
Not needed with the updated file BUT you will have to do this if you ever add items from the korean test client from the unedited item.enc
Now change the ItemID and DescID so they are the same as the last ID in your item.enc. In my case this is 1458 but this does not mean it's the same as yours.
http://www.upload.ee/image/1336366/sct6.png
Repeat these steps for item 2571.
Save and repack.
3. Editing item.scp (server)
Open up your item.scp and scroll down a bit untill you see.
Code:
[Item] Type PriceSell Width Height Opt2/STRLmt1 DEXLmt1/Opt2Val INTLmt1/Opt3 Opt3Val/STRLmt2 DEXLmt2/Opt4 INTLmt2/Opt4Val AttckRate/Opt1 DefenRate/Opt1Val/PhyAttMax Defense/LEVLmt/MagAttVal ValueLv MaxCore dSTR1 dDEX1 dINT1 dSTR2 dDEX2 dINT2 LimitLv LimitClass LimitReputation Grade EnchantCodeLnk Property PeriodType PeriodUse
These are the names for every column of that table and in your item.enc the template uses the same names so you can easily find the data that you'll have to add in here.
So go to the end of the file and add a new line with the new item you just added in your item.enc.
Here's the first one, just edit the itemid to yours.
Code:
1458 @IDT_AVAN 0 2 1 63 0 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 3 1 1
Now add the second one yourself. The easiest way to do that is to open up excel and past that line of column names and then go search for the data in your item.enc, it's really simple. When you're done restart the server. Now start your game and send both items to yourself. You should already be able to retrieve them but the visuals aren't there yet.
http://www.upload.ee/image/1336429/sct7.png
4. Editing cabal_msg.enc
Open up your unpacked cabal_msg.enc and go to the last item name in my case
Code:
<msg id="item1430" cont="[Costume] Lovely Sweet Epaulet" />
and add
Code:
<msg id="item1458" cont="[Costume] Nevareth Pirate Outfit" />
<msg id="item1459" cont="[Costume] Nevareth Pirate Epaulet" />
Edit item id according to the items you just added in your files.
and for the description
Code:
<msg id="item_desc1458" cont="[Character Costume Item]_ _For the people from the open ocean._To instill the subject of terror_and fear in their foes._Feel the strenght of the pirates._" />
<msg id="item_desc1459" cont="[Character Costume Item]_ _For the people from the open ocean._To instill the subject of terror_and fear in their foes._Feel the strenght of the pirates._" />
.
Edit item id according to the items you just added in your files.
Save and Repack.
5. Adding the items visuals.
5.a. Item model and effects.
Go to http://forum.ragezone.com/f459/custo...n-echs-754420/ and download the FX / Item folder pack to simplify this. It includes all new effect files and that makes this step a lot easier.
In your item.enc at the start of the items you just added you'll see "fx\efx\item\pItem\avan_sigil_fun_53.efx". So if you want to see the items in your inventory you'll have to fetch the file from the Korean client. I've included it in the rar for this tutorial.
Now only copying that over to the right folder is not enough as .efx files need other files to make the full model with added effects and your client might not have them yet. The way we'll find out which files is pretty simple.
Open up the .efx file you just copied and run EFXTemplate. Go into the objects tree to see all files it uses to create the effects.
http://www.upload.ee/image/1337036/sct8.png
This .efx uses a total of 6 other files numbered 0-5. Selecting each of them step by step shows us where we can find the file but these are also included in the rar. All 6 of them being:
Code:
fx\src\ebs\magicsic_skilup_s.ebs
fx\src\eps\avan_sigil_blue.eps
fx\src\ebs\blr_ball2[red2].ebs
item\pitem\sigil_fun_53.ebm
fx\src\ebs\eye shine_red(asterisk).ebs
fx\src\ebs\eye shine_red(asterisk).ebs
After all this copying you'll see the items in your inventory.
http://www.upload.ee/image/1337050/sct9.png
5.b. Character model
You'll need the man11.ech and woman11.ech from the korean test client and you'll have to enable your cabalmain.exe to load them. For that I'll send you to another tutorial.
http://forum.ragezone.com/f460/cabal...llydbg-637582/
To load to 11 you'll have to edit with 0B and not 09.
Once that is out of the way copy over the man11.ech and woman11.ech to your client.
Go to http://forum.ragezone.com/f459/custo...n-echs-754420/ and download the ECH pack. It includes all ech files modified so they should load correctly.
Now to link the avatar item to the epaulet so it will show the costume on your character on equip you'll have to go into your cabal.enc and your item.enc. Go to the itemid of the avatar item you added and look at the data. At AttackRate_Opt1 you'll see 7 and at Opt2_STRLmt1 you'll see 63 so that means you'll have to go to <avatar type="7"> in your cabal.enc and add a new line there. You can copy over an existing line and then you have to set the id="63" which you found in the item.enc and the armor_item_id="" has to be the item id of the epaulet version of the costume you just added.
Save and repack and it's time to give it a test.
6. Aftermath
Well if all is well you should be looking at your first added item/costume.
http://www.upload.ee/image/1337108/sct10.png
Creditz
- Yamachi (templates)
- PX2000 (cabalmain.exe edit)
I hope this guide has helped you and given you a look at how to add stuff to your game yourself. If anything I said wasn't clear feel free to ask.
Good luck adding moar!! :3
UPDATE: Korean Test Client
You can download the Korean test client here
CABAL Online - The Revolution of Action
Greetz,
Speedy
-
Re: How to add an item (ex. Costume)
nice !!!!!!!! Thank So Much
Difficult to Understand
---------- Post added at 03:33 AM ---------- Previous post was at 03:02 AM ----------
Video Guidance will be easier
Thank you in advance
-
Re: How to add an item (ex. Costume)
Really a pretty nice job like "newbs" to understand the method of add customes.
-
Re: How to add an item (ex. Costume)
This ItemENCTemplate How to use
How to get it
Amaymon do help me with
This issue I'm concerned . But no success . Help Me
Give me the tools to be able to practice it
-
Re: How to add an item (ex. Costume)
On Step 2 :- Go to id 2570 and copy the selected data. Go to your unpacked item.enc and run the template. Go to the last id and scroll down so you can paste right behind that.
i Cannot Find even the number 2570 :S:S !! what to do!? i am opening ur Files !
-
1 Attachment(s)
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
This ItemENCTemplate How to use
How to get it
As stated at the very beginning of the post you can get the templates here http://forum.ragezone.com/f458/sweet...cripts-477467/
The software is 010 Editor, just google that and it's the first hit. To use the template click the 2nd button and browse to where you saved the templates. Then use the 4th to run it.
http://forum.ragezone.com/attachment...1&d=1305353039
Quote:
Originally Posted by
LocaSimon
On Step 2 :- Go to id 2570 and copy the selected data. Go to your unpacked item.enc and run the template. Go to the last id and scroll down so you can paste right behind that.
i Cannot Find even the number 2570 :S:S !! what to do!? i am opening ur Files !
So you've opened the item.dec I supplied you with and after running the correct template it doesn't go 2891?
-
Re: How to add an item (ex. Costume)
I Fixed it the other problem is this !
Now we know the item id of our costume: 2570 & 2571 so let's open up the korean item.dec and load & run ItemENCTemplate to get a nice structured view.
http://www.upload.ee/image/1336376/sct2.png
Go to id 2570 and copy the selected data. Go to your unpacked item.enc and run the template. Go to the last id and scroll down so you can paste right behind that.
i Press Alt+F and search for 2570 At the Item..dec of you.. and i find it buy all i see is numbers... Nothing else i dunno what to copy .. if u want to come on Team Viewer and See i Dont have any problem :) if not try to help me from this post please ;) !!! or make a photo so that i understand what i need to copy when i find 2570
This is what i see :-
[url=http://imageshack.us/photo/my-images/6/134ev.jpg/]ImageShack
-
Re: How to add an item (ex. Costume)
Code :
//--------------------------------------##
// Game: CABAL Online
// File Format: Item.enc
// Description: Template for CABAL's Item.enc file
//--------------------------------------##
// Author: Yamachi
// Team: The Divinity Project
// Website: The Divinity Project Forums
//--------------------------------------##
#include "Common_Cabal.bt"
//-Enumerations-------------------------
typedef enum <uint32> {
_1x1 = 0,
_1x2 = 1,
_1x3 = 2,
_1x4 = 3,
_2x1 = 4,
_2x2 = 5,
_2x3 = 6,
_2x4 = 7,
_3x1 = 8,
_3x2 = 9,
_3x3 = 10,
_3x4 = 11,
_4x1 = 12,
_4x2 = 13,
_4x3 = 14,
_4x4 = 15,
} SLOTS; // Width x Height
typedef enum <uint32> {
m_BATTLE = 1,
a_ARMOUR = 2,
z_MARTIAL = 0
} DISP;
typedef enum <uint32> {
NORMAL,
NO_DROP,
NO_TRADE,
BIND_ACT,
NO_SELL,
NO_DROPSELL,
NO_SELLTRADE,
BIND_ACT_NO_SELL,
NO_STOR,
NO_DROPSTOR,
NO_STORTRADE,
BIND_CHAR,
NO_SELLSTOR,
NO_DROPSELLSTOR,
NO_SELLSTORTRADE,
BIND_CHAR_NO_SELL
} PROP;
typedef enum <uint32> {
WA = 1,
BL,
WI,
FA,
FS,
FB
} CLASS;
typedef enum <ubyte> {
WA2 = 1,
BL2,
WI2,
FA2,
FS2,
FB2
} CLASSB;
typedef enum <uint32> {
IDT_UCOR = 0,
IDT_OCOR,
IDT_QDID,
IDT_QDIT,
IDT_WSCL,
IDT_MWPN,
IDT_1HND,
IDT_2HND,
IDT_SUIT,
IDT_GLOV,
IDT_BOOT,
IDT_HMET,
IDT_ALZS = 13,
IDT_PTON,
IDT_RING,
IDT_NLCE,
IDT_CLOK,
IDT_QSTS,
IDT_QSTN,
IDT_QDMI,
IDT_VEHI = 22,
IDT_PANT = 24,
IDT_SPOS = 27,
IDT_FMUC,
IDT_EXTR,
IDT_CTOL,
IDT_CLVU,
IDT_ERNG,
IDT_BSLI,
IDT_LOTT,
IDT_COEN,
IDT_FXTS,
IDT_FXTN,
IDT_BLBD,
IDT_WCCL,
IDT_RSRT = 42,
IDT_CURE,
IDT_CHNG,
IDT_RNCD,
IDT_RSPN,
IDT_GLDE = 50,
IDT_PETN,
IDT_FXFS,
IDT_AVAN = 54,
IDT_BALN,
IDT_GEND,
IDT_RPNS,
IDT_FTSM,
IDT_LKWP,
} TYPE;
typedef enum <uint32> {
Upgrade_Core = 0,
Force_Core,
DT,
Dungeon_Count,
Return_Stone,
Force_Controller,
Two_Handed_Sword,
One_Handed_Sword,
Suit,
Glove,
Boot,
Headgear,
Headgear2,
Alz,
Potion,
Ring,
Amulet,
Epaulet,
QSTS,
QSTN,
Dungeon_Mission,
Auto_Trap,
Astral_Bike_Card,
Skill_Curcuit,
Plasma_Coating_Kit,
Event_Item,
SerialS,
Special_Potion,
Formula_Card,
Slot_Extender,
CA_Transmuter,
Craft_License,
Earring,
Bracelet,
Chaos_Lamp,
Core_Enhancer,
FX_ItemS,
FX_ItemN,
Blessing_Bead,
Return_Core,
Summon_Card,
Special_Warp_Card,
Ressurrection_Potion,
Cure_Potion,
Change_Kit,
Rename_Card,
Remote_Shop_Pannel,
Treasure_Hunting_Kit,
Summoning_Ritual_Kit,
Epaulet2,
Guild_Emblem,
Summoning_Pet,
FX_Item_S,
FX_Item_N,
Avatar_Item,
Dialog_Bubble_Item,
Change_Gender_Item,
Remote_Shop_Pannel2,
Recall_Force_Tower,
Link_Weapon,
Recovery_Kit,
Pet_Rename_Card,
Pet_Seal_Item,
Pet_Buff_Remover,
Gamble_Ticket,
Pet_Change_Kit,
Remote_Consignment_Agency,
EventS,
EventN,
Lottery,
FontS,
Ability_Rune,
Event_Formula_Card,
Pet_Sleeping_Kit,
Anima_Lune,
Ability_Rune2,
Warp_Stone,
Skill_Book,
Belt
} TYPEN;
//-Structures---------------------------
typedef struct {
char VisualID[60];
char ItemID[60];
char DescID[60];
ubyte unk_0[20];
TYPE Type <read=commentType>;
DISP DisplayCode_pt1;
int32 DisplayCode_pt2;
ubyte unk_1[4];
float unk_2;
ubyte unk_3[4];
Vec2D Translate;
float unk_4a;
float unk_4b;
float unk_4c;
float unk_4d;
float unk_4e;
Vec2D Rotate;
float unk_5;
float Scale;
uint32 LimitLevel;
CLASS LimitClass;
uint32 LimitReputation;
ubyte unk_6[32];
uint32 dSTR2;
uint32 dDEX2;
uint32 dINT2;
uint32 PriceSell;
SLOTS SlotSpaces;
uint32 ValueLv;
uint32 AttackRate_Opt1;
uint32 DefenRate_Opt1Val_PhyAttMax;
uint32 Defense_LEVLmt_MagAttVal;
uint32 MaxCore;
uint32 Opt2_STRLmt1;
uint32 DEXLmt1_Opt2Val;
uint32 INTLmt1_Opt3;
uint32 Opt3Val_STRLmt2;
uint32 DEXLmt2_Opt4;
uint32 INTLmt2_Opt4Val;
uint32 dSTR1;
uint32 dDEX1;
uint32 dINT1;
PROP Property;
ubyte EnchantCodeLnk;
ubyte unk_7;
ubyte Grade;
ubyte unk_8;
CLASSB ClassID1;
CLASSB ClassID2;
ubyte PeriodType;
ubyte PeriodUse;
} ITEM;
//-Main---------------------------------
FSeek(0);
ITEM Items[FileSize() / 400] <optimize=false>;
//-English------------------------------
string commentType(TYPE &t) {
string s;
TYPEN tn = t;
SPrintf( s, "%s - %s (%i)", EnumToString(tn), EnumToString(t), t);
return s;
}
--------------------------------------------------------------------------------------
Use This Code ??????????????????????????????????
Set to run, but error
--------------------------------------------------------------------------------------
-
1 Attachment(s)
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
LocaSimon
i Press Alt+F and search for 2570 At the Item..dec of you.. and i find it buy all i see is numbers... Nothing else i dunno what to copy .. if u want to come on Team Viewer and See i Dont have any problem :) if not try to help me from this post please ;) !!! or make a photo so that i understand what i need to copy when i find 2570
After running the template you should see this
http://forum.ragezone.com/attachment...1&d=1305358268
And it is in that red zone I marked you have to scroll down to 'struct ITEM Items[2570]'
When you select that the whole section in the file that defines that item will be selected and all you have to do then is right click on the highlighted hex data in the editor and copy :)
@hoangthang: Are you trying to run it on the supplied item.dec or on your item.enc and if it's on your item.enc did you unpack it first?
-
Re: How to add an item (ex. Costume)
hmm i dont really see it :S:S ... Can u make a short video just about part 2 and post? i really really need to know how and i dont understand :S:S !
-
Re: How to add an item (ex. Costume)
Give me your file "ItemENCTemplate.bt" , Easier to practice
Yes! I ask you for the video. I find it hard to understand
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
LocaSimon
hmm i dont really see it :S:S ... Can u make a short video just about part 2 and post? i really really need to know how and i dont understand :S:S !
I'll upload some better quality, was out of time and had to go.
YouTube - clip0001.flv
Quote:
Originally Posted by
hoangthang
Give me your file "ItemENCTemplate.bt" , Easier to practice
Yes! I ask you for the video. I find it hard to understand
I use the exact same template so there really is no use in sending you the same file :S
-
Re: How to add an item (ex. Costume)
Wow Dude Really Thanks !! You Are Really a Nice Person :O never seen ppl do things to help like you ;) !!! Very Much Thanks and Alot of Respect !!:P i dont want to nudge u or something bcuz u are a nice guy...but if u are not busy and have free time .. try to make it from the start .. i mean from the momment u start the 010editor cuz i think my problem is at the start .. but if u are busy its okay ;) im just trying to add cosutmes 3 days already and its not working for me :P u see.. i add EP3 - EP4 costumes i see them but DC when use .. :S Thnx alot Really !! i hope you help me :P !!!
-
Re: How to add an item (ex. Costume)
BUG EXACT:
xecuting template 'C:\Documents and Settings\Administrator\Desktop\Template.bt' on 'C:\Documents and Settings\Administrator\My Documents\Downloads\Compressed\ItemAddTutFiles\item.dec'...
*ERROR Line 11: Could not locate include file.
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
BUG EXACT:
xecuting template 'C:\Documents and Settings\Administrator\Desktop\Template.bt' on 'C:\Documents and Settings\Administrator\My Documents\Downloads\Compressed\ItemAddTutFiles\item.dec'...
*ERROR Line 11: Could not locate include file.
Ah I see, you've only downloaded the one template you need. Every template needs Common_cabal.bt which you can also get at http://forum.ragezone.com/f458/sweet...cripts-477467/
Just put it in the same directory as the other template.
-
Re: How to add an item (ex. Costume)
Hey Devil In THe Video .. Hmmm What Temple You Run ?? i Runed ItemEncTmeple that i made by Yamachi Temples and nothing happen when i click it just open the msg that Yamachi have ... what to do?
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
LocaSimon
Hey Devil In THe Video .. Hmmm What Temple You Run ?? i Runed ItemEncTmeple that i made by Yamachi Temples and nothing happen when i click it just open the msg that Yamachi have ... what to do?
I'm sorry but I didn't quite get that, I'm using the exact same templates from yamachi's thread. Did you also download the Common_cabal.bt template?
-
Re: How to add an item (ex. Costume)
i Downloaded all Templates ... when i Run The ItemENCTemplate .. nothing happen... i dont get Templates Resualts or Anything... :S :S if u still dont understand you come on my team viewer to check ;) :) Thank you !
-
Re: How to add an item (ex. Costume)
I'm just stuck here's :-
Since EP3 there is a little change in the item.enc so run the template again so it shows your newly pasted data and unfold that and scroll to "unit 32 dSTR2". Add 00 right infront of that and scroll down to "ubyte PeriodUse" and delete 00 after that.
http://i876.photobucket.com/albums/a...ztra/item2.jpg
If i'm put 00 before unit 32 dSTR2. It's look like just replace value for dSTR2.
Then i cant find last 00 in my item.dec
http://i876.photobucket.com/albums/ab329/wztra/item.jpg
Hopes you can help me.. Thanks in advance :?::?:
-
Re: How to add an item (ex. Costume)
@mack: You didnt add 00 i think :) Make sure u Press Insert Button and Type 00 .. B:71B0h Should have 00 that you will need to delete later :)
Hope i helped ;) !! if not ill try to help more xD just say :D
BTW: SpeedDevil Thanks Very Much For Helping Me ;) !!!
-
Re: How to add an item (ex. Costume)
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
mack
I'm just stuck here's
In 010 editor you can set what you'll input to be inserted where your cursor is standing or to overwrite from where your cursor is. Pressing 'Insert' on your keyboard toggles between those 2. A thick cursor = overwrite, a small one = insert.
-
Re: How to add an item (ex. Costume)
Sorry for my mistake on Insert key.
-
Re: How to add an item (ex. Costume)
somebody can upload for me(us) item.enc from Korea?its too big client..i dont have an internet so good ...thanks
-
Re: How to add an item (ex. Costume)
the one uploaded by the SpeedDevil is the ITEM.enc of cabal korea
-
1 Attachment(s)
Re: How to add an item (ex. Costume)
I managed to insert the item perfectly. but the item does not appear in character, someone
know how to solve this
-
2 Attachment(s)
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
quenio
I managed to insert the item perfectly. but the item does not appear in character, someone
know how to solve this
That's the cap, those have to be added in cabal.enc at <avatar type="0">.
If you look in your item.enc you'll see that at 'AttackRate_Opt1' it defines the type of avatar item and at 'Opt2_STRLmt1' you'll find the id that in the cabal.enc links to the line which states what item id to get the visuals from.
This is an avatar costume
http://forum.ragezone.com/attachment...1&d=1305495716
This will link to your cabal.enc at id="63" under <avatar type="7">
And this is an avatar cap
http://forum.ragezone.com/attachment...1&d=1305495716
This will link to your cabal.enc at id="32" under <avatar type="0">
Greetz,
Speedy
-
2 Attachment(s)
Re: How to add an item (ex. Costume)
the problem still persists, follow the prints to better analyze
-
Re: How to add an item (ex. Costume)
in Step 2:
Instructions for me this Step
ubyte PeriodUse can not erase 00
unit 32 dSTR2 can not add 00
How to add and delete (00)
Help with!!!!!!!!Thanks !!!!!!!!!!!!!!!!!!
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
quenio
the problem still persists, follow the prints to better analyze
Well then is the armor_item_id="1855" the id of the helmet version of that cap? As with the costumes you need to add 2 items, one being the avatar version and the other being the normal version that equips into an inventory slot. It's only those that equip in an inventory slot that carry the displaycode.
And just a check but did you enable your cabalmain.exe to load man/woman11.ech?
Quote:
Originally Posted by
hoangthang
How to add and delete (00)
You have to click in the hex code and make sure you're set to insert (thin cursor). You can't do it from the template results window. I'm doing it in the video on page one.
Greetz,
Speedy
-
Re: How to add an item (ex. Costume)
can not add (00), it only inserts up old code
can not create new code
zzZZZZZ
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
can not add (00), it only inserts up old code
can not create new code
zzZZZZZ
In 010 editor you can set what you'll input to be inserted where your cursor is standing or to overwrite from where your cursor is. Pressing 'Insert' on your keyboard toggles between those 2. A thick cursor = overwrite, a small one = insert.
-
Re: How to add an item (ex. Costume)
Ok!!!!has been made
thank so much
---------- Post added at 04:28 AM ---------- Previous post was at 03:40 AM ----------
ID ITEM 1458
1458 @IDT_AVAN 0 2 1 63 0 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 3 1 1
=---------------------------------------------------------------------=
1459 : What is the code ?????????????????/
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
1459 : What is the code ?????????????????/
As I said the second one you have to make yourself. It's the easiest thing ever as the template uses the exact same names as the column names in the item.scp. So:
Code:
[Item] Type PriceSell
[Item] is the item id which in my case was 1459 so you fill in.
Code:
[Item] Type PriceSell
1459
Then the Type you look at 'enum TYPE Type' and it'll state 'Epaulet - IDT_CLOK (17)' so what you fill in will then be
Code:
[Item] Type PriceSell
1459 @IDT_CLOK
And PriceSell can be found at 'uint32 PriceSell'
Code:
[Item] Type PriceSell
1459 @IDT_CLOK 0
Now just follow that for all the columns.
Greetz,
Speedy
-
Re: How to add an item (ex. Costume)
Hello sorry for my bad english I am Brazilian and I come to ask SpeedDevil
if you could post a video tutorial teaching since the beginning till the end of how to do because I am not able to understand and very hard :D You could do this to me. Thank you for your attention
Tradução:
Olá desculpe-me por meu mal inglÊs sou Brasileiro e venho pedir ao SpeedDevil
se vocÊ poderia postar um Tutorial em Video ensinando deste o começo ate o fim de como fazer pois não estou conseguindo entender e muito dificil :D vocÊ poderia fazer isto para mim. Obrigado pela atenção
-
Re: How to add an item (ex. Costume)
apologize in advance for not being up on youtube
SpeedDevil video I made in step 2 !!!! Correct
If I'm wrong comment
Link : add item.7z
Thank for you
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
apologize in advance for not being up on youtube
SpeedDevil video I made in step 2 !!!! Correct
If I'm wrong comment
Link :
add item.7z
Thank for you
Looking good, but you forgot to remove 00 after the first item. ;)
-
Re: How to add an item (ex. Costume)
Lets say I already edited item.enc before.
Will i need to add that 00 to STR thing again?
-
Re: How to add an item (ex. Costume)
This is the best damn tutorial ever.This should be sticky.Really.
it cannot get more clearly than this.
I obey in front of you Speedy
Regards :thumbup::thumbup::thumbup::thumbup:
PS whre can i get the korean client you used?
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
Popa Andrei
whre can i get the korean client you used?
I can't remember where I got it exactly, I'll have a look tomorrow when I can see more clearly. You can do some sniffing around yourself btw CABAL Online - The Revolution of Action
-
Re: How to add an item (ex. Costume)
Ok, Made it receivable. I can't see it though, I did the man11/woman11 thing, still same.
My .exe can already load those, since I got kendo suit, etc. What's the problem? Also copied the files.
---------- Post added at 04:13 PM ---------- Previous post was at 04:03 PM ----------
Thers definetly something wrong.
uint32 Opt2_STRLmt1 is 0 for me, in both korea .enc and my .enc
-
2 Attachment(s)
Re: How to add an item (ex. Costume)
I just followed you tutorial very carefull and i sycronized item.dec with item.scp PERFECT.I cand drop the constumes without being disconected.
I remain with one problem.The epaulet works but do costume doesent show.
Any idea why?
-
Re: How to add an item (ex. Costume)
The instructions carefully
-
Re: How to add an item (ex. Costume)
Thanks for the video hoangthang
Could someone also send me a translation of Korean to English if they can help thank you ^ ^
Tradução:
Obrigado hoangthang pelo video
Alguém poderia também me manda uma tradução de Coreano para Inglês agradeço se poderem ajudar^^
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
The instructions carefully
really?how did you get to that conclusion?If didnt read them do you think that the epaulet would have worked?
If you want only to make post this is not the thread so f... off...
PS excuse to moderator for my last phrase but i hate this guys that replyes to a thread without any good or alt least in the subject answer.
-
Re: How to add an item (ex. Costume)
I have done successfully
video will be up to make it easier
Send video in the shortest time
Link files!!!!!!!!!!successfully
http://www.mediafire.com/?gb32i44cfgn78b2
Thanks posted speeddevil guide
-
Re: How to add an item (ex. Costume)
does the epaulet and costume works to?because mine it doesent work(the costume)
---------- Post added at 02:17 AM ---------- Previous post was at 01:49 AM ----------
hoatthang just used your files because you have the same as my server and still the same.The cosutme doesent work.Only the epaulet
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
xYbron
Thers definetly something wrong.
uint32 Opt2_STRLmt1 is 0 for me, in both korea .enc and my .enc
Opt2_STRLmt1 of the avatar item (Type IDT_AVAN) should be 63 and AttackRate_Opt1 should be 7.
Quote:
Originally Posted by
Popa Andrei
I just followed you tutorial very carefull and i sycronized item.dec with item.scp PERFECT.I cand drop the constumes without being disconected.
I remain with one problem.The epaulet works but do costume doesent show.
Any idea why?
If the epaulet works but the costume doesn't then it's either wrongly linked in your cabal.enc or the data of the item in item.enc is wrong. Also the epaulet and costume should be 2x1 and not 1x1.
Quote:
Originally Posted by
Popa Andrei
The cosutme doesent work.Only the epaulet
Check if you've linked to the correct item the correct way.
Quote:
Originally Posted by
SpeedDevil
If you look in your item.enc you'll see that at 'AttackRate_Opt1' it defines the type of avatar item and at 'Opt2_STRLmt1' you'll find the id that in the cabal.enc links to the line which states what item id to get the visuals from.
This is an avatar costume
http://forum.ragezone.com/attachment...1&d=1305495716
This will link to your cabal.enc at id="63" under <avatar type="7">
-
2 Attachment(s)
i made everithyng correct.Here are the files
succes.I didnt change the item.dec Opt2_STRLmt1 to match the value from cabal.dec from my client.
Now they work both of them.
Thanks for the hints.
1 Question.If i want to make the costume to be droped in port lux map by lets say some nobs of lvl 100 how do y do that?
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
SpeedDevil
Opt2_STRLmt1 of the avatar item (Type IDT_AVAN) should be 63 and AttackRate_Opt1 should be 7.
If the epaulet works but the costume doesn't then it's either wrongly linked in your cabal.enc or the data of the item in item.enc is wrong. Also the epaulet and costume should be 2x1 and not 1x1.
Check if you've linked to the correct item the correct way.
Yes but almost all options for me in the item.dec are 0 thats why I downloaded korea client to try do it.
-
*81 Question.If i want to make the costume to be droped in port lux map by lets say some nobs of lvl 100 how do y do that? ***
Read of chumpy droplist in forum
zzzzzz
When using not see transformation
Do not display avatar
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
When using not see transformation
Do not display avatar
Do you see it when equipping the epaulet version?
-
Re: How to add an item (ex. Costume)
Maybe I wrong copy EFFECT
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Maybe I wrong copy EFFECT
What effect are you talking about?
UPDATE: Added link to the korean test client to OP
-
Re: How to add an item (ex. Costume)
Dơnload Cabal Online Korea :
"Test Client Download" (1.44GB)
This must not ?????????
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Dơnload Cabal Online Korea :
"Test Client Download" (1.44GB)
This must not ?????????
No it is not needed for this guide, I added the link because some people asked for it. With it you can add more items yourself.
-
Re: How to add an item (ex. Costume)
Yo Dude Speedy i fixed the server ^.^ and add the old item.scp but now if i add the Costume to a charcter he cant log in he get DC when he try enter teh charcter ... Error Code 6
and if i put in bank he dc when he try to transfare from bank to inv... what to do bro ;) i know u Teached me :P but i forgot some stuff xD im using the same patch that we made togther ;)
-
Re: How to add an item (ex. Costume)
Cabal korea download file has not "cabal_msg.enc"
Not appear in the installation folder Cabal Korea
NO FILE "cabal_msg", DO NOT KNOW THE NAME OF ITEM
HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Re: How to add an item (ex. Costume)
Dude u Need to Edit Ur Cabal_msg alone!!!
-
Re: How to add an item (ex. Costume)
-
Re: How to add an item (ex. Costume)
You Cant Use Korean cabal_msg ... you need to use the one that is in your client ... Unpack... Edit (ADD THE LINES THAT U NEED TO ADD) Then Pack and Done :)
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Cabal korea download file has not "cabal_msg.enc"
Not appear in the installation folder Cabal Korea
It's in the Language/Korean folder.
Quote:
Originally Posted by
LocaSimon
You Cant Use Korean cabal_msg ... you need to use the one that is in your client ... Unpack... Edit (ADD THE LINES THAT U NEED TO ADD) Then Pack and Done :)
That's right but he couldn't find the file.
Quote:
Originally Posted by
LocaSimon
... and add the old item.scp but now if i add the Costume to a charcter he cant log in he get DC when he try enter teh charcter ... Error Code 6
The old item.scp? I hope you didn't forget you need to check the data in your item.scp matches the data in your item.enc. That would clarify that Error Code 6.
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
SpeedDevil
It's in the Language/Korean folder.
That's right but he couldn't find the file.
The old item.scp? I hope you didn't forget you need to check the data in your item.scp matches the data in your item.enc. That would clarify that Error Code 6.
Hehe dont worry Bro i fixed it ;) The problem was that the old item.scp with the ep4 costumes didnt copy good when i replaced it ! so lucky i found it again :P xD
heheh thnx anyway ;) ill talk to you later :)
-
Re: How to add an item (ex. Costume)
any1 remember this? http://i51.tinypic.com/2a9rxj5.jpg
used Forcium Blade as template.
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
Alin1337
Thats the Dark Matter blade Yamachi added in CABAL, you can find download links in his youtube video, the video link should be on his blog.
-
Re: How to add an item (ex. Costume)
in my picture , i show it added on my server. :)
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
Alin1337
in my picture , i show it added on my server. :)
Without giving credit where its due. Anyway, you should have elaborated that when you posted, instead of saying " Anybody remember this?" >_>.
EDIT: Making it glow white is uncool btw.
-
Re: How to add an item (ex. Costume)
Hello I ask if you can explain how to add the pirate hat and costume and hat Navy sailor please ?
Tradução
Olá peço se vocÊ pode explicar como adicionar o chapéu de Pirata e a fantasia de marinheiro e chapéu da marinha porfavor?
-
Re: How to add an item (ex. Costume)
i Think You Should Have It Already With The Costume Or Other ID ... but anyway if not like that there should be a special ID For the item you need to find it same like the Pirate Costume!
-
Re: How to add an item (ex. Costume)
Type the id of the Pirate Costume and puts in 63 to item.enc, and item.spc cabal.enc
what ids the pirate hat and costume and hat Navy sailor?
Could someone help me not getting to it already added the pirate hat but it does not appear as tidy becomes invisible?
Tradução:
Tipo a id da Fantasia do pirata e 63 para coloca no item.enc, item.spc e cabal.enc
quais as ids do chapéu de pirata e fantasia marinheiro e chapéu da marinha ?
Alguém poderia me ajudar pois não to conseguindo ja adicionei o chapéu do pirata mas ele não aparece fica invisivel como arrumo?
-
Re: How to add an item (ex. Costume)
@Liper , Well The Problem Is . if you Want to Get / Add Item You Will Have To Find It Your Self At Korea Test Client... SPeed Devil Showed The Way Already...
When i Installed Pirate i Think i Automaticlly Got The Hat .. Not Sure...
-
Re: How to add an item (ex. Costume)
Thanks now I could add the Pirate and Sailor Costumes and hat was easy ^ ^ :thumbup1:
Tradução:
Obrigado agora consegui adicionar as Fantasias de Pirata e Marinheiro e chapéis foi facil ^^ :thumbup1:
Here some pictures:
http://images.orkut.com/orkut/photos...X3Xmo47s_d.jpg
http://images.orkut.com/orkut/photos...0jjURpTEzf.jpg
-
Re: How to add an item (ex. Costume)
When I run "ItemENCTemplate" speech that has three lines wrong, give them shot, then give normal run, only give the code I put the item on my item.enc and run again "ItemENCTemplate" but there is a new item added,
My last item was 1866, hence I'm not 1867, someone help me?
sorry my english!
----------------------------------------------------------------
Quando eu executo o " ItemENCTemplate" fala que tem três linhas erradas , dai tiro elas , dai depois executo normal , só que dai eu coloco o codigo do item no meu item.enc e executo novamente o " ItemENCTemplate" mas não aparece um novo item adicionado ,
meu ultimo item era 1866 , dai não fico 1867 , alguem me ajuda ?
desculpe meu ingles !
-
Re: How to add an item (ex. Costume)
do anyone done with the horror halloween costume when summoned?
I done adding them but when I summoned the Force Archer and Force Shielder character the bow and shield doesnt work. its only visible on the hand.
just like this.
http://i52.tinypic.com/8vx2cx.jpg
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
prime23
do anyone done with the horror halloween costume when summoned?
I done adding them but when I summoned the Force Archer and Force Shielder character the bow and shield doesnt work. its only visible on the hand.
just like this.
http://i52.tinypic.com/8vx2cx.jpg
I'm also not getting someone to help us do this ^ ^ ?:wink:
-
Re: How to add an item (ex. Costume)
Liper ... Can You Tell me The ID Of The NAVY Costume? Also the Halloween Costumes? i dont understand Korean xD!
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
Liper
I'm also not getting someone to help us do this ^ ^ ?:wink:
I think so xD.
-
Re: How to add an item (ex. Costume)
Here are the costumes of IDS who asked me:
2358 - Costume Horror Halloween - Orb/Crystal
2359 - Costume Horror Halloween - Katana/Daikatana
2360 - Costume Horror Halloween - Sword/Amount
2570 - Costume Pirate Nevareth
2571 - Epaulette Pirate Nevareth
2573 - Costume Hat Pirate Nevareth
2574 - Hat 3 Tips Pirate Nevareth
2575 - Costume Navy Officer
2576 - Epaulette Navy Officer
2578 - Costume Navy cap
2579 - A Navy officer's cap
-
Re: How to add an item (ex. Costume)
Thank You Liper !!! if you have any problems with server just pm me i am here to help you anytime
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
Liper
Here are the costumes of IDS who asked me:
2358 - Costume Horror Halloween - Orb/Crystal
2359 - Costume Horror Halloween - Katana/Daikatana
2360 - Costume Horror Halloween - Sword/Amount
Might take a quick look at those during a break but exams can be a *****
-
Re: How to add an item (ex. Costume)
Hmmm Speed i Have a Problem i add Navy but cant see it :/ What can i do .. i forgot how we fixed last time :S!
I Did exactly Steps ;)!
-
Re: How to add an item (ex. Costume)
Sorry because I am Brazilian and I forgot to translate this part and fantasy: P
-
Re: How to add an item (ex. Costume)
-
Re: How to add an item (ex. Costume)
Please ID Crystal Full Set (Korea)
Weapons + Clothing (New Update Korea )
Thank so much~
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Please ID Crystal Full Set (Korea)
Weapons + Clothing (New Update Korea )
Thank so much~
Which set are you talking about? That new Black and Blue set?
-
Re: How to add an item (ex. Costume)
Sorry!!!!
Name Item : " Lycanus "
Weapons + Clothing (New Update Korea )
But I can not find the ID ( Client Korea )
Video:
http://www.cabal.co.kr/Default.aspx?wbs=0.3
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Sorry!!!!
But I can not find the ID ( Client Korea )
The armor + epaulettes are situated from 2710 to 2736.
Lycanus weapons should be from 2230 to 2235 if I'm not mistaken.
TIP: Might be interesting to put the weapons after the Forcium weapons as those are free slots that are unused but were initially meant for more weapons and that'll save you some itemid's :)
-
Re: How to add an item (ex. Costume)
Item ID 2710 I Reload
ADDITIONAL MATERIAL PRODUCTS Done
But do not displaying images
DEVILSPEED HELP!!!!!!
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Item ID 2710 I Reload
ADDITIONAL MATERIAL PRODUCTS Done
But do not displaying images
DEVILSPEED HELP!!!!!!
You're really hard to understand m8, so you're not seeing the armour? Then do you have the correct .ech files?
-
Re: How to add an item (ex. Costume)
file "item.enc" korea
ID: 2710 Do not display path
You give me the path of image file
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
file "item.enc" korea
ID: 2710 Do not display path
You give me the path of image file
Path to image file? 2710 is a piece of equipment that get's it's visuals from the ech's so it does not need a link to say a fx/efx/item/thingie.efx to be visible. It has a displaycode that it uses to look through the ech files.
-
Re: How to add an item (ex. Costume)
ok------------done!!!!!!!!!
Thank devilspeed
---------- Post added at 11:37 AM ---------- Previous post was at 11:22 AM ----------
But skill errors EP4 (stand still)
Display items
Use "wonman&man9-10-11.ech client korea
Help me !
-
Re: How to add an item (ex. Costume)
UPDATE: I've added an edited version of the korean item.dec so there is no need to add and remove 00 after copying the data from that file. I've also reworked the guide a bit.
-
Re: How to add an item (ex. Costume)
Good day to faulty item to add in 010 ta editor giving error in 3 lines and only the code to run if I remove the line that the error ... look at the pictures:
http://imageshack.us/photo/my-images/43/73151882.jpg/
http://imageshack.us/photo/my-images/651/25432283.jpg/
http://imageshack.us/photo/my-images/607/14536949.jpg/
help me solve these errors?
and excuse the bad english I'm Brazilian> <
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
KIDs
Good day to faulty item to add in 010 ta editor giving error in 3 lines and only the code to run if I remove the line that the error ... look at the pictures:
Go back to the thread you downloaded the template from and get Common_Cabal.bt, if you read that thread you should've read that it is needed for all the templates.
And don't just delete the line that creates the error, that's not going to fix it ;)
-
Re: How to add an item (ex. Costume)
Hello, I tried to add support for the items, but to log into my server the item or there is no picture, no name or anything and not to receive, or it appears and ta with the image of another costume in place.
How to solve? please if you can do a video lesson of how to add new items to facilitate everyone. Thanks
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
xrevoltado
Hello, I tried to add support for the items, but to log into my server the item or there is no picture, no name or anything and not to receive, or it appears and ta with the image of another costume in place.
How to solve? please if you can do a video lesson of how to add new items to facilitate everyone. Thanks
If you don't see an item in your inventory you didn't copy the correct efx files and their required extra files.
If you don't see a name you either forgot to edit the itemXXXX and item_descXXXX in the item.enc or to simply add the name in the cabal_msg.enc.
If you can't recieve it ingame it's because the server doesn't know that item exists so there's something wrong in your item.scp or you didn't restart it yet.
And if it's none of that you did something wrong during the copying from one item.enc to the other (which really just is right-click copy, right-click paste :/ )
-
Re: How to add an item (ex. Costume)
Devil instructions how to edit files. Ech
-
Re: How to add an item (ex. Costume)
Quote:
Originally Posted by
hoangthang
Devil instructions how to edit files. Ech
Use Yamachis ebm template.
-
Re: How to add an item (ex. Costume)