What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

DB Loot.xml

Energize

New Member
Joined
Jan 15, 2010
Messages
68
Reaction score
0
Hi,
kurze frage bin leide rmit der loot.xml noch net 100%tig drine.

Ich w?rde gern das er nur Blaue Items lootet die mind. lev 61 sind

momentan sieht das bei mir so aus.

Code:
      <ItemRule>
        <StatRules>
          <Rule stat="Quality" value="Magic1" />
        </StatRules>
      </ItemRule>

langt es wen ich einfach noch eine rule hinzuf?ge also zb. so

Code:
      <ItemRule>
        <StatRules>
          <Rule stat="Quality" value="Magic1" />
          <Rule stat="Level" minValue="61" />
        </StatRules>
      </ItemRule>

Hatte das probiert irgendwie hat es nicht geklappt hab ich irgendwas falsch gemacht ?

f?r jede hilfe dankbar.

MfG
 
Evtl. muss das in einen Tag. Probier mal...
Code:
       <ItemRule>
           [COLOR=#000080]<StatRules>[/COLOR]  
            [COLOR=#000080]<Rule stat=[COLOR=#0000FF]"Level"[/COLOR] minValue=[COLOR=#0000FF]"61"[/COLOR] quality=[COLOR=#0000FF]"Magic1"[/COLOR] />[/COLOR] 
          [COLOR=#000080]</StatRules>
 [/COLOR]​[COLOR=#4D5153]      </ItemRule>[/COLOR]
 
Evtl. muss das in einen Tag. Probier mal...
Code:
       <ItemRule>
           [COLOR=#000080]<StatRules>[/COLOR]  
            [COLOR=#000080]<Rule stat=[COLOR=#0000FF]"Level"[/COLOR] minValue=[COLOR=#0000FF]"61"[/COLOR] quality=[COLOR=#0000FF]"Magic1"[/COLOR] />[/COLOR] 
          [COLOR=#000080]</StatRules>
 [/COLOR]​[COLOR=#4D5153]      </ItemRule>[/COLOR]

haha cool jetzt funzt es :)

Ich danke dir

MfG
 
Back
Top