View Full Version : Any Guides on editing pkids?


AngelzUnit
11-13-2007, 01:48 AM
just wondering, because the one they have on the mm.bot manual isn't really helpful. I'd like to know how to edit in my own stuff.

One I'd like to know is how to edit an item depending on its crushing blow, for example if i want only to keep an Immortal king maul with 40% CB do i just put

"Ogre Maul" = "CB%40"

under the immortal king section?

Also

"Monarch" = "AC%8" & "!(1)" & "!(2)" & "!(3)"

what does the !(1) !(2) !(3) mean

Can anyone help me out lol?

Ragnarhox
11-13-2007, 02:52 AM
I believe that is right for the IK maul. It doesn't matter that it is under the IK section it just needs to be under the set items area.

The "!(#)" means it will not keep an item with that amount of sockets.
So if you wanted to add a line to pick up gray monarchs with 4 sockets you could put:
"Monarch" = "!(1)" & "!(2)" & "!(3)"
or
"Monarch" = "(4)"

I was going to write a guide about the pkid for mm.bot when I used to bot but never got around to it.