View Single Post
  #298  
Unread 04-24-2011, 10:05 PM
valesai valesai is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Crushbone
Posts: 174
Default

Quote:
Originally Posted by jseacreas View Post
Ok, I am new to this and have no idea what your talking about when you say to edit the files, such as

<!-- RUSH ORDER RECIPE DEFINITIONS -->
<!-- EDIT THE TOON NAME AND RECIPE NAME -->
<!-- ADD A LINE FOR EACH OF YOUR CRAFTING TOONS -->
<!-- DO NOT EDIT THE DEFAULT LINE! -->

what am i supposed to do there? the stuff i need to make is different with every rush order i get, and i have multiple toons i do the rush orders on, please let me know
I apologize, I thought it was self-explanatory.

<?xml version="1.0" encoding="utf-8"?>


<!-- RUSH ORDER RECIPE DEFINITIONS -->
<!-- EDIT THE TOON NAME AND RECIPE NAME -->
<!-- ADD A LINE FOR EACH OF YOUR CRAFTING TOONS -->
<!-- DO NOT EDIT THE DEFAULT LINE! -->

<Data Name="Default" Rush1="None"/> <------ IGNORE THIS LINE, DO NOT EDIT IT!
<Data Name="Valesai" Rush1="Kunzite Bracelet"/>

Toon Name
Recipe Name

Since you have multiple toons it's quite simple. For 3 toons it would look like this...

<Data Name="Default" Rush1="None"/> <------ IGNORE THIS LINE, DO NOT EDIT IT!
<Data Name="Toon1" Rush1="RecipeForToon1"/>
<Data Name="Toon2" Rush1="RecipeForToon2"/>
<Data Name="Toon3" Rush1="RecipeForToon3"/>

That make better sense to ya?
__________________

C R A - B R I G A D E 3 - R A I D L E A D E R - [DoV Kill List] | [App To Join]

EliteUI


Don't forget to add me to your favorite Mod's list!
Reply With Quote