How can I edit starting items that sends in special inventory? Thanks.
Printable View
How can I edit starting items that sends in special inventory? Thanks.
Have to enable in premium.scp value 1
Then edit specialinventory.scp what kind item and what level.
Where can I find that file? Sorry I'm newbie.
In server side lol..
Thanks, btw How can i edit the item? Example Bday ring has 1000% sword skill amp. How can i change that?
It wont work. But u can search epic option id.
Someone already post. Ring cant fill with amp..
Hmmm, another question. How can I delete the bday ring who have in their characters? I mean all characters have that.?
Go into their character and delete 1 by 1.
Or edit at item.scp. change anything in that item.
Let that item be bug item. And player will sold at npc.. Huhu
Ohh okay okay, thanks. What's the gm tool is the best?
Bega tool
Where's item here?
[LevelRange] Index MinLev MaxLev
0 1 1 51
1 2 52 79
2 3 80 109
3 4 110 139
4 5 140 169
5 6 170 190
[Reward] RewardIdx BattleStyle LevelRangeIndex ElapsedTime ItemIdx ItemOpt
0 1 1 1 15 944 0 WA
1 2 2 1 15 944 0 BL
2 3 3 1 15 944 0 WI
3 4 4 1 15 944 0 FA
4 5 5 1 15 944 0 FS
5 6 6 1 15 944 0 FB
6 7 1 6 20 2255 1372 WA
7 8 2 6 20 2255 1372 BL
8 9 3 6 20 2255 1372 WI
9 10 4 6 20 2255 1372 FA
10 11 5 6 20 2255 1372 FS
11 12 6 6 20 2255 1372 FB
Did u know itemidx mean?
[Reward] RewardIdx BattleStyle LevelRangeIndex ElapsedTime ItemIdx ItemOptQuote:
[Reward] RewardIdx BattleStyle LevelRangeIndex ElapsedTime ItemIdx ItemOpt
0 1 1 1 15 944 0 WA
1 2 2 1 15 944 0 BL
2 3 3 1 15 944 0 WI
3 4 4 1 15 944 0 FA
4 5 5 1 15 944 0 FS
5 6 6 1 15 944 0 FB
6 7 1 6 20 2255 1372 WA
7 8 2 6 20 2255 1372 BL
8 9 3 6 20 2255 1372 WI
9 10 4 6 20 2255 1372 FA
10 11 5 6 20 2255 1372 FS
11 12 6 6 20 2255 1372 FB
0 1 1 1 15 944 0 WA
944 - item;
0 - Opt
15 - time (min)
What exactly u want.. To many post from u. Actually all post already have guide. U just need to search.
you define.Quote:
How about starting items that sendings in Cash Inventory? Where can I change that?
specialinventory or Cash?
Cash Inventory.
If i not wrong,Need to edit create new character sp.
You can change equiped items and the actual inventory items of a starter for each class, this is the most efficient way imho.
To do that you need to edit Server01.dbo.cabal_new_character_data in the database.
As for how to do that, they items are in a hexadecimal form, each item is 36 hex numbers/letters, google is your friend.
The first 4 digits are the item IDX if I remember, the rest is position and options and so on, the best you can do is try them out because I honestly don't remember which bytes represented what.
Although, you have to remember that the first 4 digits are INVERTED, that means if you have item idx 2850 in decimal (the numbers we use), it will be 0B22 in hex, inverted makes it 220B.
I hope you keep on learning, it will take some time and effort though.
Also I strongly recommend learning SQL as it will make your life easier.
Best of luck mate ^^