Blood Pentagram Guide
From DFI Wiki
[edit] General
The Blood Pentagram comes in 34 pieces. When properly arranged, it looks like this:
We have numbered the parts to make it easier to trade them. However the numbering on UOR and AOS is different.
[edit] UOREvery single part can be loot either from Hell monsters (semi-bosess and Dark Father) or 4 kinds of monsters outside of Hell:
1 - TWK 8 - UCL 15 - BDL 22 - VCL 29 - EXK 2 - WWK 9 - TCL 16 - WCL 23 - BXK 30 - NCL 3 - VWK 10 - IXK 17 - CXK 24 - XWK 31 - OCL 4 - GXK 11 - HXK 18 - AXK 25 - ICL 32 - LCL 5 - FXK 12 - ZWK 19 - HCL 26 - SCL 33 - MCL 6 - UWK 13 - KCL 20 - RCL 27 - PCL 34 - DXK 7 - JCL 14 - CDL 21 - EDL 28 - QCL
display okcancel press ok then target penta piece
if #dispres = cancel
{
halt
}
set #targcurs 1
while #targcurs = 1
{
wait 1
}
finditem #ltargetid
set %piece #findtype
if %piece = TWK
display ok Part 1
if %piece = WWK
display ok Part 2
if %piece = VWK
display ok Part 3
if %piece = GXK
display ok Part 4
if %piece = FXK
display ok Part 5
if %piece = UWK
display ok Part 6
if %piece = JCL
display ok Part 7
if %piece = UCL
display ok Part 8
if %piece = TCL
display ok Part 9
if %piece = IXK
display ok Part 10
if %piece = HXK
display ok Part 11
if %piece = ZWK
display ok Part 12
if %piece = KCL
display ok Part 13
if %piece = CDL
display ok Part 14
if %piece = BDL
display ok Part 15
if %piece = WCL
display ok Part 16
if %piece = CXK
display ok Part 17
if %piece = AXK
display ok Part 18
if %piece = HCL
display ok Part 19
if %piece = RCL
display ok Part 20
if %piece = EDL
display ok Part 21
if %piece = VCL
display ok Part 22
if %piece = BXK
display ok Part 23
if %piece = XWK
display ok Part 24
if %piece = ICL
display ok Part 25
if %piece = SCL
display ok Part 26
if %piece = PCL
display ok Part 27
if %piece = QCL
display ok Part 28
if %piece = EXK
display ok Part 29
if %piece = NCL
display ok Part 30
if %piece = OCL
display ok Part 31
if %piece = LCL
display ok Part 32
if %piece = MCL
display ok Part 33
if %piece = DXK
display ok Part 34
|
[edit] AOSAll parts can be found in Blood Elementals in Felucca. When you double-click a part, its number is displayed, so you do not need any additional scripts for recognizing the parts. Note: The numbers of AOS parts differ from UOR in order to match ItemID of the parts. |




