Update common from ryzom-data

main/yubo-dev
Nuno 3 years ago
parent 1f9694f108
commit 75a84c0e14

@ -234,7 +234,8 @@
<leaf name="ACCEPTED" type="I1" /> <leaf name="ACCEPTED" type="I1" />
<leaf name="MONEY" type="I64" /> <leaf name="MONEY" type="I64" />
<branch name="GIVE"> <branch name="GIVE">
<branch name="" count="8"> <branch name="" count="10">
<!-- Change in local_database.xml, player_trade.lua and NbExchangeSlots on server-->
<!-- Common Item Data --> <!-- Common Item Data -->
<leaf name="SHEET" type="I32" cppType="NLMISC::CSheetId" /> <leaf name="SHEET" type="I32" cppType="NLMISC::CSheetId" />
<leaf name="QUALITY" type="I10" /> <leaf name="QUALITY" type="I10" />
@ -265,7 +266,8 @@
</branch> </branch>
</branch> </branch>
<branch name="RECEIVE"> <branch name="RECEIVE">
<branch name="" count="8"> <branch name="" count="10">
<!-- Change in local_database.xml, player_trade.lua and NbExchangeSlots on server-->
<!-- Common Item Data --> <!-- Common Item Data -->
<leaf name="SHEET" type="I32" cppType="NLMISC::CSheetId" /> <leaf name="SHEET" type="I32" cppType="NLMISC::CSheetId" />
<leaf name="QUALITY" type="I10" /> <leaf name="QUALITY" type="I10" />

@ -207,7 +207,7 @@
<leaf name="INVALIDATE" sendto="EGS" /> <leaf name="INVALIDATE" sendto="EGS" />
<leaf name="END" sendto="EGS" format="" /> <leaf name="END" sendto="EGS" format="" />
<leaf name="SEEDS" sendto="EGS" format="u64" /> <leaf name="SEEDS" sendto="EGS" format="u64" />
<leaf name="ADD" sendto="EGS" format="u16 u16 u16" description="add an item from the bag(index_in_bag index_in_exchange quantity)" /> <leaf name="ADD" sendto="EGS" format="u16 u16 u16 u16" description="add an item from the bag(inventory_src index_in_bag index_in_exchange quantity)" />
<leaf name="REMOVE" sendto="EGS" format="u16" description="remove an item from the exchange" /> <leaf name="REMOVE" sendto="EGS" format="u16" description="remove an item from the exchange" />
</branch> </branch>
<branch name="DEBUG"> <branch name="DEBUG">
@ -245,6 +245,7 @@
<leaf name="REMOTE_ADMIN_ANSWER" sendto="EGS" format="u32 s s" description="client send the answer of the remote command" /> <leaf name="REMOTE_ADMIN_ANSWER" sendto="EGS" format="u32 s s" description="client send the answer of the remote command" />
<leaf name="SIT" sendto="EGS" format="b" description="client send to the server the sitting state" /> <leaf name="SIT" sendto="EGS" format="b" description="client send to the server the sitting state" />
<leaf name="AFK" sendto="EGS" format="b" description="AFK command is sent to EGS" /> <leaf name="AFK" sendto="EGS" format="b" description="AFK command is sent to EGS" />
<leaf name="SELFKILL" sendto="EGS" format="" description="client asks EGS to kill self" />
<leaf name="RANDOM" sendto="EGS" format="s16 s16" description="client asks EGS to roll a dice and tell result around" /> <leaf name="RANDOM" sendto="EGS" format="s16 s16" description="client asks EGS to roll a dice and tell result around" />
<leaf name="GUILDMOTD" sendto="EGS" format="s" description="client asks EGS to set the guild message of the day" /> <leaf name="GUILDMOTD" sendto="EGS" format="s" description="client asks EGS to set the guild message of the day" />
<leaf name="AUTOPACT" sendto="EGS" format="u8" description="client want set AUTOPACT to TRUE or FALSE" /> <leaf name="AUTOPACT" sendto="EGS" format="u8" description="client want set AUTOPACT to TRUE or FALSE" />

Loading…
Cancel
Save