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!

cabal ep8 map ID file or default data_world folder

Initiate Mage
Joined
Oct 28, 2021
Messages
5
Reaction score
0
hi, i just download a cabal ep25 offline server, but i dont know which file worldxx-terrain.scp is match with which map to fix the drop rate.

Bloody ice, green despair, desert scream and some other maps drop only potion of courage. is there someone know that, please?

Or can i have a default "Data_world" folder with a default drop rates same like cabal official?

thank you very much.
 
Initiate Mage
Joined
Jun 18, 2013
Messages
27
Reaction score
11
usually 1 to 12 is Bi to AT
Senillinea is 22, nostalgia forest is 21
worldxx-terrain.scp refers only to mobs on maps or dungeons.
For chests drop you must have World_drop.scp

From common.ini you can find every world what files loading,
Example:
[World-01]
ThreadMap=Data/Data_TMAP/world1-tmap.bin
MobsMap=Data/Data_World/Normal/Data_MOBS/world1-mmap.scp
Npc=Data/Data_NPC/world1-npc.scp
Terrain=Data/Data_World/Normal/Data_TERRAIN/world1-terrain.scp
SkillExp=1
 
Upvote 0
Initiate Mage
Joined
Oct 28, 2021
Messages
5
Reaction score
0
usually 1 to 12 is Bi to AT
Senillinea is 22, nostalgia forest is 21
worldxx-terrain.scp refers only to mobs on maps or dungeons.
For chests drop you must have World_drop.scp

From common.ini you can find every world what files loading,
Example:
[World-01]
ThreadMap=Data/Data_TMAP/world1-tmap.bin
MobsMap=Data/Data_World/Normal/Data_MOBS/world1-mmap.scp
Npc=Data/Data_NPC/world1-npc.scp
Terrain=Data/Data_World/Normal/Data_TERRAIN/world1-terrain.scp
SkillExp=1

hi,
i made this for shadowsteel katana drop in bloody ice, in world1-terrain.scp, but have never see it drop, just only alz dropped:

[CommDrop] TerrainIdx ItemKind ItemOpt DropRate MinLv MaxLv Group MaxDropCnt OptPoolIdx DurationIdx
0 0 49 0 10.001 1 100 0 0 0 0

maybe i was wrong somewhere?

and one more thing, can you guide me how to make the item dropped from mobs auto disappeare in a certain of time, if i do not pick up, please?
mob drops many potion of courage, but it wont disappeare if i dont pick it up.

thank you.
 
Last edited:
Upvote 0
Initiate Mage
Joined
Jun 1, 2018
Messages
19
Reaction score
0
Hi ^^
/etc/cabal/Data/Data_World in this section you gona see world1-terrain.scp. last words end whit terrain contains drop rates for mobs. open them and change wexp code what you like and then you gona see firs line [CommDrop] says. it is mobs whats drops. you can change dropped items or drop rates from here


Code:
2842=Potion of Luck
2843=Potion of Experience
2844=Potion of Skill
2845=Potion of Training
2846=Potion of Solidarity
2847=Potion of Honor
2848=Potion of Soul
2849=Potion of Courage
 
Upvote 0
Initiate Mage
Joined
Oct 28, 2021
Messages
5
Reaction score
0
Hi ^^
/etc/cabal/Data/Data_World in this section you gona see world1-terrain.scp. last words end whit terrain contains drop rates for mobs. open them and change wexp code what you like and then you gona see firs line [CommDrop] says. it is mobs whats drops. you can change dropped items or drop rates from here


Code:
2842=Potion of Luck
2843=Potion of Experience
2844=Potion of Skill
2845=Potion of Training
2846=Potion of Solidarity
2847=Potion of Honor
2848=Potion of Soul
2849=Potion of Courage

Ok thank you very much,
But the items drop so much, and it did not disappeare.
i can not pick up all and sell it to shops.

is there any way to fix the time that dropped item exist time? to make it disappeare when i dont pick in 20s?



where to download cabal ep25 ????

hi, i downloaded on
 
Upvote 0
Initiate Mage
Joined
Feb 1, 2012
Messages
50
Reaction score
1
Ok thank you very much,
But the items drop so much, and it did not disappeare.
i can not pick up all and sell it to shops.

is there any way to fix the time that dropped item exist time? to make it disappeare when i dont pick in 20s?





hi, i downloaded on



thx!!but this client is base on ep8
 
Upvote 0
Back
Top