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!

Setting 1/2 slot items as a drop

Newbie Spellweaver
Joined
Jul 20, 2008
Messages
43
Reaction score
1
Hello
Just found some nice thing, which of course works. You can edit given map drops table and if u put as an option 268435456 You'll always drop this item as one-slotted, however when you pun in option 536870912 You'll always drop this item as two-slotted. For people who don't follow this I'll show one line from file:

Code:
[MobsDrop]	TerrainIdx	SpeciesIdx	ItemKind	ItemOpt	DropRate	MinLv	MaxDropCnt	OptPoolIdx	DurationIdx

154	0	648	277	[COLOR="Red"]536870912[/COLOR]	1.00000000000000000	3	0	[COLOR="DarkOrange"]0[/COLOR]	0

Red colored thing is item's option, now it's set to drop Osmium Martialhelm 1-slotted (You won't be able to drop any other kind of it from set before option). DO NOT forget to change OptPoolIdx to 0, because in other way file won't start with Your server.

Example: You add to Monakus Karion's drop list Mithril Martialsuit (Wi) with 2 slots, how should it looks like?
Code:
222	0	111	146	[COLOR="red"]536870912[/COLOR] 	.00580298939882790	100	0	0	0

That's only example, You can edit it however You'd like to.

For all those who are new to cabal server files I'll show where to find given map's drops: /etc/cabal/Data/Data_World/worldxx-terrain.scp (where xx map's number -> to check map's number look for some guide in forum, there's one).


Thanks, hope You'll enjoy this.
 
Experienced Elementalist
Joined
Sep 8, 2008
Messages
213
Reaction score
17
its not working for me may client encounter error on it
 
Newbie Spellweaver
Joined
May 6, 2009
Messages
27
Reaction score
0
you can change the drop off slotted items in the itempool too
i have all on 13 (slotted amp and crafted) but i wanted more slots (empty)
see this part


(ect/cabal/data/optionpool.csp)
[OptionPoolSlot] Slot0 Slot1 Slot2 Slot3
1 94.9939 99.9939 100.0000 100.0000
2 94.9939 99.9939 100.0000 100.0000
3 94.9939 99.9939 100.0000 100.0000
4 94.9939 99.9939 100.0000 100.0000
5 94.9939 99.9939 100.0000 100.0000
6 .0000 99.9939 100.0000 100.0000
7 94.9939 99.9939 100.0000 100.0000
8 .0000 80.0000 100.0000 100.0000
9 96.9939 99.9939 100.0000 100.0000
10 93.9926 99.9926 100.0000 100.0000
11 96.9939 99.9939 100.0000 100.0000
12 .0000 .0000 100.0000 100.0000
13 .0000 .0000 .0000 100.0000
14 .0000 95.0000 100.0000 100.0000
15 .0000 100.0000 100.0000 100.0000
16 94.9939 99.9939 100.0000 100.0000
17 94.9939 99.9939 100.0000 100.0000

the pool option 12 give's you a 1 and 2 slotted empty
as you see option 13 give's me 3 slots 1 filled with amp and its crafted

so if you want more empty slots mybe this is an option to explore for your self
set for example 94.9939 in slot 0 to .0000 and most off the drops have an empty slot
dont go to 4 empty slots you will get non slotted

grz
Pascal
 
Initiate Mage
Joined
Jun 26, 2009
Messages
1
Reaction score
0
is it private server?what file should i edit?i cannot find (ect/cabal/data/optionpool.csp)...
 
Junior Spellweaver
Joined
Feb 10, 2009
Messages
139
Reaction score
1
It's in the linux server files? Should be there o_O Let me recheck when I get home.
 
Experienced Elementalist
Joined
May 17, 2009
Messages
238
Reaction score
46
Hi There...

Thnx for your nice guide...

But for me it is a little bit Different...

13 gives me 1 slot Filled with Amp and its Crafted...
12 gives me 2 slotted +X filled with Amp non crafted...

Regards
 
Last edited:
Joined
May 8, 2010
Messages
2
Reaction score
0
ok... im noob for this...
First time using winscp....
have winscp login window.....entered host, user and pass....

fail to connect.....it say error

"Network error: Connection timed out"

what that means?
 
Last edited:
Back
Top