Author Topic: Tings - Recipe Issues?
Webscar 
Title: /Yiffs in Hell [face_furry]
Posts: 68,467
Registered: Nov 30, '02
Extended Info (if available)
Real Post Cnt: 67,847
User ID: 743,384
Subject: Tings - Recipe Issues?
Hello,

I just noticed that there are some issues with Adepts' Gems... It appears that Tings doesn't have the complete process for them, and doesn't always split the peas (seems it does it for some of em?)...

Is there something I can edit to add in these additions? happy

For a list of the steps if you are interested please go here.

Went back in game and figured out how to get some more info

Here is the programmed recipes;

Some of them are like this:
[Tings] M: Adept's Gem of Regeneration
1:Treated Vitriol and Hyssop Crucible
2:Powdered Bloodstone
[Tings] M: Treated Vitriol and Hyssop Crucible
1:Aqua Vitae
2:Vitriol and Hyssop Crucible
[Tings] Done.
[Tings] Out of Quicksilver Pea

Which is incomplete, they should all be like this:

[Tings] M: Adept's Gem of Piercing Protection
1:Treated Quicksilver and Hyssop Crucible
2:Powdered Hematite
[Tings] M: Treated Quicksilver and Hyssop Crucible
1:Aqua Vitae
2:Quicksilver and Hyssop Crucible
[Tings] M: Quicksilver and Hyssop Crucible
1:Crucible with Quicksilver Potion
2:Hyssop
[Tings] M: Crucible with Quicksilver Potion
1:Crucible
2:Quicksilver
[Tings] M: Quicksilver
1:Splitting Tool
2:Quicksilver Pea
[Tings] Done.


Except it should also have a notation to get Hyssop and Powdered Hematite from Peas as well

 

-----signature-----
Vagina Purse: 'A daily blog about what I find inside me' ~Ticky
Link to this post
mrFlipo 
Posts: 476
Registered: Jun 24, '03
Extended Info (if available)
Real Post Cnt: 465
User ID: 815,685
Subject: Tings - Recipe Issues?
ok,
Will take a look at it.

 

-----signature-----
(none)
Link to this post
mrFlipo 
Posts: 476
Registered: Jun 24, '03
Extended Info (if available)
Real Post Cnt: 465
User ID: 815,685
Subject: Tings - Recipe Issues?
Find file named TingsChief.XML should be in \Program Directory\Flipo

Open in notepad

Find ( should be top two lines)
<Tings>
<formulas>

Add Line below <formulas> and then insert below. Save it and give it a try.


<formula>
<Make>Crucible with Vitriol Potion</Make>
<Src>Crucible</Src>
<Dest>Vitriol</Dest>
<GroupName>Gems Basic</GroupName>
<Skill>Alchemy</Skill>
<SkillLevel></SkillLevel>
<Health></Health>
<Mana></Mana>
<quantity>1</quantity>
<SrcType>base</SrcType>
<DestType>base</DestType>
</formula>
<formula>
<Make>Vitriol and Hyssop Crucible</Make>
<Src>Crucible with Vitriol Potion</Src>
<Dest>Hyssop</Dest>
<GroupName>Gems Basic</GroupName>
<Skill>Alchemy</Skill>
<SkillLevel></SkillLevel>
<Health></Health>
<Mana></Mana>
<quantity>1</quantity>
<SrcType>made</SrcType>
<DestType>made</DestType>
</formula>
<formula>
<Make>Aqua Vitae</Make>
<Src>Concentrated Aqua incanta</Src>
<Dest>Pyreal Mote</Dest>
<GroupName>Gems Basic</GroupName>
<Skill>Alchemy</Skill>
<SkillLevel></SkillLevel>
<Health></Health>
<Mana></Mana>
<quantity>1</quantity>
<SrcType>made</SrcType>
<DestType>base</DestType>
</formula>



 

-----signature-----
(none)
Link to this post
mrFlipo 
Posts: 476
Registered: Jun 24, '03
Extended Info (if available)
Real Post Cnt: 465
User ID: 815,685
Subject: Tings - Recipe Issues?
Not splitting pea is probably just missing the instructions for that Pea.

Below is formula for splitting Quicksilver Pea. You can just change name and insert into the xml.


<formula>
<Make>Quicksilver</Make>
<Src>Splitting Tool</Src>
<Dest>Quicksilver Pea</Dest>
<GroupName>Split Peas</GroupName>
<Skill>Alchemy</Skill>
<SkillLevel></SkillLevel>
<Health></Health>
<Mana></Mana>
<quantity>20</quantity>
<SrcType>Tool</SrcType>
<DestType>Tool</DestType>
</formula>

 

-----signature-----
(none)
Link to this post
Webscar 
Title: /Yiffs in Hell [face_furry]
Posts: 68,467
Registered: Nov 30, '02
Extended Info (if available)
Real Post Cnt: 67,847
User ID: 743,384
Subject: Tings - Recipe Issues?
awesome, tyvm Flipo grin

BTW, I am getting 50 from each pea, does that make a difference?

 

-----signature-----
Vagina Purse: 'A daily blog about what I find inside me' ~Ticky
Link to this post
mrFlipo 
Posts: 476
Registered: Jun 24, '03
Extended Info (if available)
Real Post Cnt: 465
User ID: 815,685
Subject: Tings - Recipe Issues?
Qty setting has no impact on ability to make items.

At most it would throw off the calculations of max # of item can make. But i've never worried much about the Max # when I use Tings. I just tell it what I want to make and then supply it with whatever it says its out of.

 

-----signature-----
(none)
Link to this post
Webscar 
Title: /Yiffs in Hell [face_furry]
Posts: 68,467
Registered: Nov 30, '02
Extended Info (if available)
Real Post Cnt: 67,847
User ID: 743,384
Subject: Tings - Recipe Issues?
cool grin ty again

 

-----signature-----
Vagina Purse: 'A daily blog about what I find inside me' ~Ticky
Link to this post

Valid XHTML 1.0 Transitional Powered by PHP