CeB or Client en Bois is a <Mtp> chat client written using C++ and Qt4. It ultimately replaced Klients as the interface for accessing the support chat for Ryzom.

Contents

Development

Features

Below is a list of a few of the main features:

Access from within Ryzom

Chat commands

There are a wide variety of chat commands available

Filters

This feature of CeB makes it possible to apply a "filter" to what you type. Only certain things can go through the filter and this will have a certain output, depending on the filter applied naturally. Those familiar with Lua should have no problem making use of filters.

calc

This filter allows one to do calculations in CeB as well as use certain special os functions. Basic calculations as well as many more complex ones can be done with this filter applied, it should be noted though that this filter makes heavy use of Lua math library for more complex calculations.

Below is a list of more commonly used functions and operators, for a full list of Lua math functions see the Lua Math Library and for a full list of Lua os functions see the Lua Os Library.

Operators

Trigonometry

Note: The output of these functions are in radians, to convert it to degrees make use of math.deg(<operand>)

Os

Other

code

justify

See also

References

Retrieved from "https://en.wiki.ryzom.com/w/index.php?title=Client_en_Bois&oldid=10066"