Hello. Help me please. How I can make drop many items from boss? (5-10 items)
Hello. Help me please. How I can make drop many items from boss? (5-10 items)
yes yes yes the search option still remain the best.. :) use it o.O
I think we can't set the quantity of items to drop in a particular boss/mob because if we looked at in mmap.scp and const.scp there's no option on changing that matter. In const.scp we can set the item drop per mobs in general, meaning all mobs are with the same items to drop when it killed. If this is what you mean, change it at const.scp:
[Multiple_Base] Value Remark
0 25 ÇÁ¸®¹Ì¾ö ±âº» ¹èÀ²
1 100 ÇØ¿Ü ¹èÀ²
2 2 µå·Ó ȸ¼ö 2 item drop per mob
You can add the monsters and multiple drops from single monster via Event database.
cabal_ems_event_table / cabal_ems_droppool_table / cabal_ems_droppoolname_table / cabal_ems_event_monster_spawn_table / Event.scp (SpeciesIDX 1, changed bad santa to niperlug)
Custom EventID with monster_spawn_table (MultiDropMin/MultiDropMax) and DropPoolID.
Copy from Event.scp, I think all the events and probably drops already exist.
I could not find any specific setting for individual multi drops except in the server_mob.scp and world_drop.scp where you can edit number and type of drops for Forcecalibur event.
Test example:
UCH 3 min/max drop from EventID:2250, DropPoolID:2013, EventMonsterID:20 (Bad santa SpeciesIDX: 779 changed to 1)
But I had to specifiy 6 drops in the cabal_ems_droppool_table with 3 min/max, 15 min/max and 15 drops works well but not with 3 min/max and 3 drops,.. strange,.. maybe something with drop type.
this was discuss previously. you can change the quantity drop on a specified mob, open worldxx-mmap.scp. it is coded on like this:
[MMap] SpeciesIdx PosX PosY Width Height SpwnInterval SpawnDefault EvtProperty EvtMobs EvtInterval MissionGate PerfectDrop Type Min Max Authority Server_Mob Loot_Delay.
Edit columns:
Type=0 change to Type=1
Min=0 change to Min=1 or more
Max=0 change to Max=2 or more
you can also change authority=1 so that the drops are scattered (not piled on a line)
Thank you. It work, but I have problem with add many items to boss in Arcane Trace... If I add drop only in golem (world12-terrain), I cant start server, because in drop > 32 items. I solve it problem, I add in world_drop all drop from golem, I make him 160Lv and add drop to 150-180 Lv (MinLV and MaxLv), but drop only ALZ, and all mob have only ALZ too after add drop to golem. Lvl drop oin mob 185 - 230... Help me please...
PS: Sorry for my English
Check the server for synchronization with regards to exp/level. MinLv and MaxLv works fine. Probably you have different client lvl exp compared to your server lvl exp. check cabal.enc for client and level.scp on your server.
Client? It problem with server. What you meen about exp ? My golem have 160 lvl, another mobs 180-220
world-drop:
No one item cant drop... I get it bug after add item 150 - 180 LV, before add all mobs have drop...8652 12 0 0 3536 0 .00020000000000000 181 230 0 0 0 0 0 0
8653 12 0 0 3537 0 .00020000000000000 181 230 0 0 0 0 0 0
8654 12 0 0 3532 0 .00700000000000000 150 180 0 0 0 0 0 0
8655 12 0 0 3533 0 .00700000000000000 150 180 0 0 0 0 0 0
8656 12 0 0 3534 0 .00700000000000000 150 180 0 0 0 0 0 0
8657 12 0 0 3535 0 .00700000000000000 150 180 0 0 0 0 0 0
the equivalent exp of your client differs from your server. example your client exp for character is lvl 160=8634387670(found in cabal.enc.) while on your server level.scp, level 160=707242697. you have to synchronize this data. this exp values are for the characters/players. if a character that satisfies the required level exp that will kill a mob that you specified with minLv- maxLv on worldxx-mmap.scp will be the range an item will drop. example your character level is 160 and you kill a mob with minlv-180 and maxlvl-190 the result will give you only alz, while if you set a mob minlv-150 maxlvl-180 this is the instance a mob will drop an item.
Last edited by jcdgreatest; 29-05-13 at 03:36 PM. Reason: additional info
see attached screen shots above; the red squares on terrain.scp indicates common drop(all mob drops this item on a specified worldxx). while the green squares indicates exclusive drop of a mob/monster. while the minLv and maxLv denotes character level range which is only level within that range an item will be drop. see the red square with smooth edge, minlv=10 and maxlv=100; this figures shows that only characters that has level 10 to100 will drop an itemkind=9. below level 10 alz only and above level 100 alz only
there's a limit on drops, on exclusive drops as i remember only 10 itemkind per mob,the 11th and above itemkind will not be drop base on cabalEP2. 800+ item drop its too much.
800+ item drop Bad Bad Bad
Hahaha
Why ?
U want ?
Lv 1 2 3 4 5 6 7
All Drop Can
[B]
Optionpool.scp
0 = Enable
100 = Disble
RareNum0-7 = Craft Lv 1-7
Sample Drop Craft Lv 2 Only
Code:[OptionPoolRareNum] RareNum0 RareNum1 RareNum2 RareNum3 RareNum4 RareNum5 RareNum6 RareNum7 1 0 0 0 100 100 100 100 100
Sample Drop Craft Lv 1 2 3
Code:[OptionPoolRareNum] RareNum0 RareNum1 RareNum2 RareNum3 RareNum4 RareNum5 RareNum6 RareNum7 1 100 20 30 50 100 100 100 100
I add this line:
And add in world12-terrain.scp:Code:59 100 100 100 100 100 100 100 80
I get error:Code:[MobsDrop] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MinLv MaxDropCnt OptPoolIdx DurationIdx 0 0 1929 132 0 0.99000000000000000 170 5 59 3
Code:ACE_ASSERT: file Game/OptionPool.cpp, line 70 assertion failed for 'script.GetRowNum() == iRowNum'.Aborting...
Code:Code: 59 0 0 0 0 0 0 0 80
Lycanus item type UNIQUE = Use Num 21
Drop type UNIQUE Drop 3 Craft
And Slot 2 3 Extender Can not increase Another option
3 Craft + 1 Option in Slots = 4
Option is max 4
[OptionPoolFlag] LR LS RS LRS UNIQUE
21 1 1 1 1 1
You do not understand ???
Sorry for bad English
![]()