How make many items drop

Page 1 of 2 12 LastLast
Results 1 to 25 of 27
  1. #1
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    How make many items drop

    Hello. Help me please. How I can make drop many items from boss? (5-10 items)


  2. #2
    Account Upgraded | Title Enabled! oOSpikeOo is offline
    MemberRank
    Dec 2010 Join Date
    460Posts

    Re: How make many items drop

    yes yes yes the search option still remain the best.. :) use it o.O

  3. #3
    TheOne jaguar666 is offline
    MemberRank
    Aug 2012 Join Date
    Comfort RoomLocation
    407Posts

    Re: How make many items drop

    Quote Originally Posted by FarmHitman View Post
    Hello. Help me please. How I can make drop many items from boss? (5-10 items)
    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

  4. #4
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by jaguar666 View Post
    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
    no no, I want make as event on official server with snowmans, etc...

  5. #5
    RaGEZONER toast2250 is offline
    MemberRank
    Sep 2009 Join Date
    CabalLocation
    638Posts

    Re: How make many items drop

    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.
    Attached Thumbnails Attached Thumbnails cabal-130519-1428-ver369-0000-a  

  6. #6
    Member jcdgreatest is offline
    MemberRank
    Feb 2012 Join Date
    93Posts

    Re: How make many items drop

    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)

  7. #7
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by jcdgreatest View Post
    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

  8. #8
    Member jcdgreatest is offline
    MemberRank
    Feb 2012 Join Date
    93Posts

    Re: How make many items drop

    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.

  9. #9
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by jcdgreatest View Post
    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:
    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

    No one item cant drop... I get it bug after add item 150 - 180 LV, before add all mobs have drop...

  10. #10
    Member jcdgreatest is offline
    MemberRank
    Feb 2012 Join Date
    93Posts

    Re: How make many items drop

    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

  11. #11
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by jcdgreatest View Post
    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.
    But it char lvl, in mobs.scp golem 250Lv... And another mobs 200-230, but drop for 240-250 lvl's drop from 200-230 too

  12. #12
    Member jcdgreatest is offline
    MemberRank
    Feb 2012 Join Date
    93Posts

    Re: How make many items drop

    mob.jpgterrain.scp.png 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

  13. #13
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by jcdgreatest View Post
    mob.jpgterrain.scp.png 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
    I have 800+ items, if add in CommDrop or MobsDrop, server cant start...

  14. #14
    Member jcdgreatest is offline
    MemberRank
    Feb 2012 Join Date
    93Posts

    Re: How make many items drop

    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.

  15. #15
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: How make many items drop

    800+ item drop Bad Bad Bad
    Hahaha
    Why ?
    U want ?

  16. #16
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by GODSKIN View Post
    800+ item drop Bad Bad Bad
    Hahaha
    Why ?
    U want ?
    All orihalcon items 1/2 slots with all craft :D

  17. #17
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: How make many items drop

    Quote Originally Posted by FarmHitman View Post
    All orihalcon items 1/2 slots with all craft :D
    Make random Opt in optioonpool.scp

  18. #18
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by GODSKIN View Post
    Make random Opt in optioonpool.scp
    But... Wil be drop perfect craft too? Me need only 1Lv

  19. #19
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: How make many items drop

    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

  20. #20
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by GODSKIN View Post
    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:
    Code:
    59	100	100	100	100	100	100	100	80
    And add in world12-terrain.scp:
    Code:
    [MobsDrop]	TerrainIdx	SpeciesIdx	ItemKind	ItemOpt	DropRate	MinLv	MaxDropCnt	OptPoolIdx	DurationIdx
    0	0	1929	132	0	0.99000000000000000	170	5	59	3
    I get error:
    Code:
    ACE_ASSERT: file Game/OptionPool.cpp, line 70 assertion failed for 'script.GetRowNum() == iRowNum'.Aborting...

  21. #21
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: How make many items drop

    Code:
    Code:
    
    59	0	0	0	0	0	0	0	80

  22. #22
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by GODSKIN View Post
    Code:
    Code:
    
    59    0    0    0    0    0    0    0    80

    Must add 59 ID in OptionPoolFlag, OptionPoolLevel, OptionPoolSlot. And have not error.
    But with
    Code:
    59	0	0	0	0	0	0	0	80

    I have only non slot, not craft

  23. #23
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: How make many items drop

    Quote Originally Posted by FarmHitman View Post
    Must add 59 ID in OptionPoolFlag, OptionPoolLevel, OptionPoolSlot. And have not error.
    But with
    Code:
    59	0	0	0	0	0	0	0	80

    I have only non slot, not craft
    80 >>> 0

  24. #24
    Proficient Member FarmHitman is offline
    MemberRank
    Mar 2013 Join Date
    186Posts

    Re: How make many items drop

    Quote Originally Posted by GODSKIN View Post
    80 >>> 0
    How I find in world45,
    41 .0000 .0000 .0000 .0000 .0000 100.0000 100.0000 100.0000

    it is perfect craft... And ID 21 use for Lycanus

  25. #25
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: How make many items drop

    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



Page 1 of 2 12 LastLast

Advertisement