? about terrain.scp

Newbie Spellweaver
Joined
Apr 25, 2009
Messages
77
Reaction score
1
Ok so I can edit item drops freely but I have a problem.

43 0 114 805316856 .04500000000000000 1 200 0 0 0 0
44 0 114 805317113 .04500000000000000 1 200 2 0 0 0

Ok this is a FS item 1 with samp 1 with mamp. In order for this to even work on server they cant be in same group or you get this error

ACE_ASSERT: file World.cpp, line 844 assertion failed for 'pTerrainData->iCommDropUnitNum[iGroup] <= MAX_COMMDROPUNITNUM'.Abort

Weird that above those drops I also have this

7 0 114 0 .04500000000000000 1 200 0 0 7 0

So I guess my question is what does groups do? Does it mean it only drops off a mob within that group and if so does that mean I have to edit mmaps to set it up where a FS can get both MAMP and SAMP?
 
group's are the group of mobs

your trying to force the script to let it drop 2 of the same kind in the same group (script dont look at optin)

you can try using the option pool to fill the slot i think is was option pool 9 to let it drop 1 slotted with random amp

the option pool is very easy if you want slotted / crafted drops
but i cant let every thing drop jet using option pool need to figure out more about how it works
 
Upvote 0
Back