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!

About Dungeon drop.

Newbie Spellweaver
Joined
Oct 13, 2014
Messages
88
Reaction score
8
Opened World68-terrain.scp(Hacked Code Disk Dungeon)
Code:
[CommDrop]	TerrainIdx	ItemKind	ItemOpt	DropRate	MinLv	MaxLv	Group	MaxDropCnt	OptPoolIdx	DurationIdx
added items, but it still wont drop , only alz.
Can someone tell me which line should i edit? or im correct about it?
 
Junior Spellweaver
Joined
Jul 5, 2010
Messages
104
Reaction score
2
Opened World68-terrain.scp(Hacked Code Disk Dungeon)
Code:
[CommDrop]    TerrainIdx    ItemKind    ItemOpt    DropRate    MinLv    MaxLv    Group    MaxDropCnt    OptPoolIdx    DurationIdx
added items, but it still wont drop , only alz.
Can someone tell me which line should i edit? or im correct about it?
world_drop.scp
 
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
88
Reaction score
8
all default drop in here sir? or only in dungeon side?
 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
[WorldDrop] Terrain_World DungeonID Terrain_Mob ItemKind ItemOpt DropRate MinLv MaxLv Group MaxDropCnt OptPoolIdx DurationIdx DropSvrCh EventDropOnly

6781 11 0 1497 437 0 0,01 1 200 0 0 58 0 0 0

here u have example, what i am working now.
Its a world_drop.scp
I think there is nothing to explain.
terrain_world = number of world where is mob which u want to add drop
terrain_mob = number of mob which have to drop that.
itemkind, itemopt u should know
and thats all.
 
Back
Top