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

can't pick up any keys, plans, designs. help...

iovy001

New Member
Joined
Oct 25, 2012
Messages
24
Reaction score
0
can't pick up any keys, plans, designs. help...


The code is ...

Code:
<Category ruleType="PickUp">	
		<!-- Pick up all rare items -->
		<ItemRule description="Rare Item">
			<StatRules>
				<Rule stat="Quality" value="Rare4" />
			</StatRules>
		</ItemRule>
		 <ItemRule stack="1" itemName="Plan*" /> 
  		<ItemRule stack="1" itemName="Design*" /> 
		<ItemRule stack="1" itemName="Key*" /> 

		
	
		<!-- Pick up all gold-->
		<ItemRule description="Gold" itemName="Gold">
			<StatRules>
				<Rule stacks="1000" />
			</StatRules>
		</ItemRule>
		
		
		  
	
		

    </Category>
 

Attachments

Last edited:
you can use the default Trinity loot rules
 
I know the default Trinity loot rules works. but I want to use my custom rule.

I don't think the "itemName" can work. I try a lot. but the problem is still there.

please help~~~
 
absolutely yes. I have checked it for several time. And I found the same problem with the #173, #176 of that thread.

I open the "rule.xml" in IE model. and checked it carefully to make sure that tags are correct.

So would you please checked it for me? thanks a lot!
 

Attachments

probably it has to do with Cn language or something
 
Back
Top