Group: Member
Posts: 23
Type: Developer
RM Skill: Intermediate
Hello everybody, so I need a crafting script which would support different crafting methods. For example, Weapon ID 1 is Iron Sword. You can craft it with for example 3 ways (OR MORE): With Item ID 1 - Iron Bar or With Item ID 2 - Recollected Iron or With Weapon ID 1 - Rusty Sword and Item ID 3 - Rusty Metal
Just an example. I tried PrexCraft, it's very great but if I add different methods, then you can duplicate the item... So I am requesting a Crafting System, or a MODIFICATION to PrexCraft to support different methods.
Group: +Gold Member
Posts: 1,523
Type: Scripter
RM Skill: Undisclosed
Please wait 36 hours before bumping a topic
I don't really see the problem with having the duplicating the item, take my example:
NR's Example
I can make an iron sword in 1 of 2 ways, the first I can sacrifice 2 bronze swords, and the second way is by using a potion on the bronze sword.
I just slightly changed the name to reflect the compenents, the first way I unite the items, the second I heal the item.
I'm guessing you would prefer
img
No need to be impressed by my amazing photoshop skills. Where you can select in that bottom right window the specific recipe to use, and they are grouped because they have the same name and result
__________________________
K.I.S.S. Want help with your scripting problems? Upload a demo! Or at the very least; provide links to the scripts in question.
Group: Member
Posts: 23
Type: Developer
RM Skill: Intermediate
QUOTE (Night_Runner @ Mar 19 2012, 02:39 PM)
Please wait 36 hours before bumping a topic
I don't really see the problem with having the duplicating the item, take my example:
NR's Example
I can make an iron sword in 1 of 2 ways, the first I can sacrifice 2 bronze swords, and the second way is by using a potion on the bronze sword.
I just slightly changed the name to reflect the compenents, the first way I unite the items, the second I heal the item.
I'm guessing you would prefer
img
No need to be impressed by my amazing photoshop skills. Where you can select in that bottom right window the specific recipe to use, and they are grouped because they have the same name and result