jackyjkchan
Recruit
i know there is one that already exists, i tried it and found a problem.
Error
the problem is aftr you view thier inventory, you are directed to Marnid's and Borcha's conversation screen, giving you a choice to seperate from them, after you choose to serperate, then when tell them to rejoin you, you get traped in a endless cycle of conversation.
the problem is caused because in the original code you were supose to add
directs you to Id 418 which is
that code then directs you to Id 419 giving you the choice to seperate.
Evaluation
After code in the conversation txt.
add
then add
go to the top and change the number 871 to 873.
The new code directs you to Id 448 which is the secound line of code you added, the line has the same opperation which alows you to access thier inventory, then you are directed to Id 434, which is where your unit says "anything else?"
message to Culnarion:
i am sorry, i'm not trying to take away your costumers, i posted the problem on your thread, but i fixed the problem before anyone else posted.
Error
the problem is aftr you view thier inventory, you are directed to Marnid's and Borcha's conversation screen, giving you a choice to seperate from them, after you choose to serperate, then when tell them to rejoin you, you get traped in a endless cycle of conversation.
the problem is caused because in the original code you were supose to add
Code:
131071 432 0 I_have_some_equipment_for_you. 418 0
directs you to Id 418 which is
Code:
65535 418 0 Of_course._Let_me_see_what_you_have_got. 419 1 10312 0 0
Evaluation
After code in the conversation txt.
Code:
65535 13 0 Your_orders_$sir/madam$? 432 0
add
Code:
131071 432 0 I_have_some_equipment_for_you. 448 0
then add
Code:
65535 448 0 Of_course._Let_me_see_what_you_have_got. 434 1 10312 0 0
go to the top and change the number 871 to 873.
The new code directs you to Id 448 which is the secound line of code you added, the line has the same opperation which alows you to access thier inventory, then you are directed to Id 434, which is where your unit says "anything else?"
message to Culnarion:
i am sorry, i'm not trying to take away your costumers, i posted the problem on your thread, but i fixed the problem before anyone else posted.