How i can Arena Coin as Drop from All Mos

Results 1 to 3 of 3
  1. #1
    AssassinS Silkroad arabcart is offline
    Grand MasterRank
    Sep 2011 Join Date
    664Posts

    How i can Arena Coin as Drop from All Mos

    Dears RZ Brother
    i want Arena Coin Drop from all Mobs how i can do it
    i know query to add new item drop from mobs
    but i want it Drop from all mobs


  2. #2
    Elite Member pr0xy1337 is offline
    Member +Rank
    Aug 2012 Join Date
    182Posts

    Re: How i can Arena Coin as Drop from All Mos

    Not 100%, but 99% it will work this way (*note: maybe you should make a backup first too :P)

    Code:
    INSERT INTO dbo._RefMonster_AssignedItemDrop
    (RefMonsterID, RefItemID, DropGroupType, OptLevel, DropAmountMin, DropAmountMax, DropRatio, RefMagicOptionID1, CustomValue1, RefMagicOptionID2, CustomValue2, RefMagicOptionID3, CustomValue3, RefMagicOptionID4, CustomValue4, RefMagicOptionID5, CustomValue5, RefMagicOptionID6, CustomValue6, RefMagicOptionID7, CustomValue7, RefMagicOptionID8, CustomValue8, RefMagicOptionID9, CustomValue9, RentCodeName)
    SELECT ID, 25834, 0, 0, 1, 1, 1, '0.5', 'NULL', 0, 'NULL', 0, 'NULL', 0, 'NULL', 0, 'NULL', 0, 'NULL', 0, 'NULL', 0, 'NULL', 0, 'NULL', 0, 'xxx'
    FROM dbo._Refobjcommon with(NOLOCK) where [Service] = 1 and Codename128 like 'MOB_%%'
    All mobs with drop ratio 50% (50% chance to drop from the killed mob, if you want to change this > change '0.5' to 1 (100%) 0.2 (20%) etc...

  3. #3
    AssassinS Silkroad arabcart is offline
    Grand MasterRank
    Sep 2011 Join Date
    664Posts

    Re: How i can Arena Coin as Drop from All Mos

    say wrong Columns Numbers the Insert Columns low than

    Any Help



Advertisement