Okay so after a long time of trying to work out what my errors were telling me, i found nothing.
The errors that were showing, were very similar to these two threads:
http://forum.ragezone.com/f483/world...sh-o-o-699841/
http://forum.ragezone.com/f483/world...-crash-695925/
However, i chose to start over, and slowly find out the real issue causing the errors.
I started by adding some items into the general Lui.
this worked fine, and no errors were showing.
Of course, i added my edited character.inc into the data subs needed, (including the client, etc.) and still no errors anywhere.
I then proceeded into the game, to check out the shop. no dcing, nothing.
Now i face the issue of.. the items not showing up -.-
Basicly, all the other items in shops are fine. But when i add any, they dont appear. Invisible you might say.
I'm pretty sure this isnt an issue IVE done, but i could of course be wrong. This is the code i am using for the general Lui:
I would really like some help on this, i took a lot of time looking through every thread in the flyff help section on this, and i have found literally nothing that has been resolved close to this case.Code:MaFl_Lui
{
setting
{
AddMenu( MMI_DIALOG );
AddMenu( MMI_TRADE );
AddVendorItem( 0, IK3_BCHARM, -1, 20, 20, 50 );
AddVendorItem( 0, IK3_RCHARM, -1, 20, 20, 50 );
AddVendorItem( 0, IK3_ARROW, -1, 5, 5, 50 );
AddVendorItem( 0, IK3_COOKING, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_REFRESHER, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_DRINK, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_SCROLL, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_TEXT_GM, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_POTION, -1, 100, 101, 50 );
AddVendorItem( 0, IK3_POTION_BUFF_INT, -1, 100, 101, 50 );
AddVendorItem( 0, IK3_TEXT_DISGUISE, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_TEXT_DISGUISE, -1, 19, 20, 50 );
AddVendorItem( 1, IK3_POTION_BUFF_STR, -1, 19, 20, 50 );
AddVendorItem( 1, IK3_POTION_BUFF_STA, -1, 19, 20, 50 );
AddVendorItem( 1, IK3_POTION_BUFF_DEX, -1, 19, 20, 50 );
AddVendorItem( 1, IK3_POTION_BUFF_INT, -1, 19, 20, 50 );
AddVendorItem( 1, IK3_POTION, -1, 19, 20, 50 );
AddVendorItem( 2, IK3_SCROLL, -1, 17, 18, 50 );
AddVendorItem( 1, IK3_POTION_BUFF_DEFENSE, -1, 19, 20, 50 );
AddVendorItem( 0, IK3_BALLOON, -1, 19, 20, 50);
m_nStructure= SRT_GENERAL;
SetImage
(
IDS_CHARACTER_INC_000038
);
m_szDialog= "MaFl_Lui.txt";
}
SetName
(
IDS_CHARACTER_INC_000039
);
AddVendorSlot( 0,
IDS_CHARACTER_INC_000041
);
AddVendorSlot( 1,
IDS_CHARACTER_INC_000042
);
AddVendorSlot( 2,
IDS_CHARACTER_INC_000043
);
}
I will be very generous with the 'THANK' button if anyone is able to help me out a bit ]:
Thanks.

