MAA Special Operation 30
Spec Op 30
RE: MAA Special Operation 30 Posted on: 10/24/2015 9:44am
Quote Post

how to set the drop and hit rates for iso?
 

RE: MAA Special Operation 30 Posted on: 10/24/2015 10:38am
Quote Post

1000.99

RE: MAA Special Operation 30 Posted on: 10/24/2015 11:32am
Quote Post
JoKeRu Posted on: 10/24/2015 6:38am

1000.99



i meant to say where do i enter it
 

RE: MAA Special Operation 30 Posted on: 10/24/2015 5:59pm
Quote Post
chidorist Posted on: 10/24/2015 7:32am
JoKeRu Posted on: 10/24/2015 6:38am

1000.99



i meant to say where do i enter it
 



The Hit and KO but as of yet it is not dropping.  It usually starts after first day.  Not sure if its 24 hrs so it would be 8pm pt time.  Or it will be some time tomorrow.

RE: MAA Special Operation 30 Posted on: 10/24/2015 6:48pm
Quote Post

ya, it still dropping antitoxin, hope will be fixed tomorrow

RE: MAA Special Operation 30 Posted on: 10/24/2015 7:37pm
Quote Post

As of the release of spec op 30, KHUT instant win in pvp is causing CVE

RE: MAA Special Operation 30 Posted on: 10/24/2015 9:14pm
Quote Post

UISO are dropping in combat just fine if you don't alter the droprate, and have been since the SO started. If you want to guarantee UISO drops you need to swap their position in the lootTable as well. Open the xml for the mission you want and find the lootTable that looks something like this:

    <lootTable>
      <id>c2b69930-01c4-11e1-8314-000c295d00fe</id>
      <lootType>single</lootType>
      <lootTableRewards>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <rewardId>042cadc0061a05b56f67e3c7b2daafe4</rewardId>
          <weight>0.0</weight>
        </lootTableReward>
        <lootTableReward>
          <childLootTableId>4d03bc50-9dfe-11e1-8b7e-000c2941c9ad</childLootTableId>
          <weight>74.0</weight>
        </lootTableReward>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <expireDate>1447711200</expireDate>
          <rewardId>d7bf10dd98d479cfe90385d97b8c3d46</rewardId>
          <startDate>1445367600</startDate>
          <weight>26.0</weight>
        </lootTableReward>
      </lootTableRewards>
    </lootTable>

and change it to this:

    <lootTable>
      <id>c2b69930-01c4-11e1-8314-000c295d00fe</id>
      <lootType>single</lootType>
      <lootTableRewards>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <expireDate>1447711200</expireDate>
          <rewardId>d7bf10dd98d479cfe90385d97b8c3d46</rewardId>
          <startDate>1445367600</startDate>
          <weight>26.0</weight>
        </lootTableReward>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <rewardId>042cadc0061a05b56f67e3c7b2daafe4</rewardId>
          <weight>0.0</weight>
        </lootTableReward>
        <lootTableReward>
          <childLootTableId>4d03bc50-9dfe-11e1-8b7e-000c2941c9ad</childLootTableId>
          <weight>74.0</weight>
        </lootTableReward>
      </lootTableRewards>
    </lootTable>

The bit with <rewardId>d7bf10dd98d479cfe90385d97b8c3d46</rewardId> needs to be on top for the droprate of 1000 to guarantee UISO.

RE: MAA Special Operation 30 Posted on: 10/24/2015 10:23pm
Quote Post

PVE damage boost working again against group BOSS !!!

RE: MAA Special Operation 30 Posted on: 10/24/2015 11:15pm
Quote Post
Druzzle Posted on: 10/24/2015 5:14pm

UISO are dropping in combat just fine if you don't alter the droprate, and have been since the SO started. If you want to guarantee UISO drops you need to swap their position in the lootTable as well. Open the xml for the mission you want and find the lootTable that looks something like this:

    <lootTable>
      <id>c2b69930-01c4-11e1-8314-000c295d00fe</id>
      <lootType>single</lootType>
      <lootTableRewards>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <rewardId>042cadc0061a05b56f67e3c7b2daafe4</rewardId>
          <weight>0.0</weight>
        </lootTableReward>
        <lootTableReward>
          <childLootTableId>4d03bc50-9dfe-11e1-8b7e-000c2941c9ad</childLootTableId>
          <weight>74.0</weight>
        </lootTableReward>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <expireDate>1447711200</expireDate>
          <rewardId>d7bf10dd98d479cfe90385d97b8c3d46</rewardId>
          <startDate>1445367600</startDate>
          <weight>26.0</weight>
        </lootTableReward>
      </lootTableRewards>
    </lootTable>

and change it to this:

    <lootTable>
      <id>c2b69930-01c4-11e1-8314-000c295d00fe</id>
      <lootType>single</lootType>
      <lootTableRewards>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <expireDate>1447711200</expireDate>
          <rewardId>d7bf10dd98d479cfe90385d97b8c3d46</rewardId>
          <startDate>1445367600</startDate>
          <weight>26.0</weight>
        </lootTableReward>
        <lootTableReward>
          <agentLevelMin>5</agentLevelMin>
          <rewardId>042cadc0061a05b56f67e3c7b2daafe4</rewardId>
          <weight>0.0</weight>
        </lootTableReward>
        <lootTableReward>
          <childLootTableId>4d03bc50-9dfe-11e1-8b7e-000c2941c9ad</childLootTableId>
          <weight>74.0</weight>
        </lootTableReward>
      </lootTableRewards>
    </lootTable>

The bit with <rewardId>d7bf10dd98d479cfe90385d97b8c3d46</rewardId> needs to be on top for the droprate of 1000 to guarantee UISO.



Not working here. I tried it with droprate 1000.15 / 1000.04 and 1000.99, still just drops antitoxin all the time.

RE: MAA Special Operation 30 Posted on: 10/25/2015 2:11am
Quote Post
A1 to A0 architect.

A drop rate of 0.99 works for me. It just dorps everything until the limit of 20  drops per battle is reached.

ALso, if you can switch the drop reward to ISO, why wouldn't you change the reward id to other, more desirable things?




atdt *67
RE: MAA Special Operation 30 Posted on: 10/25/2015 3:54am
Quote Post

Hmm, been working for me all day. I just did a fight in 2.5.3 to double check. Took some screenshots but I don't have anywhere to upload them at the moment. My droprates are all set to 100.0, but I don't see why that would matter.


 

RE: MAA Special Operation 30 Posted on: 10/25/2015 5:30am
Quote Post
A1 to A0 architect.

I dunno. Whatever works.




atdt *67
RE: MAA Special Operation 30 Posted on: 10/25/2015 3:38pm
Quote Post

Seems to only work for some then, I still can't get anything other than antitoxin.


EDIT 1

Hm actually changing droprate to 0.99 gives me random drops instead of antitoxin. Gonna try some more values.


EDIT 2

10000.99, 1000.99, 100.99 produce only antitoxin.

1.99 drops random items EXCEPT u-iso.

0.99 drops random items AND u-iso.

RE: MAA Special Operation 30 Posted on: 10/25/2015 4:10pm
Quote Post
A1 to A0 architect.

I wonder if you could add <qty>100</qty> somewhere and have it work. It might mess up the lootLimit of 20




atdt *67
RE: MAA Special Operation 30 Posted on: 10/25/2015 4:27pm
Quote Post

I do not know what I changed yesterday but gave me Comand points, I think I changetd the weight 0.00 at some loot, but I was madeing so much changes and I was tired and I forgot to write it down. But anyway gave me an CVE. The same CVE wen I changed the timer to the group boss..I must work harder..LOL