[Help] Adding game entities

Added by agpmel1 almost 8 years ago

First I'd like to thank aquiles for the following great article.

http://dev.ryzom.com/wiki/ryzom/AddingGameEntities

I added heal spell with this guide, but I can't create heal spell.
I attached my screenshot and .sbricks files.
What's wrong with this?

bmdhtmp00005.sbrick (1.3 kB)

bmdhtea01.sbrick (1004 Bytes)

bmpa04.sbrick (1.6 kB)

Create_new_action.png (129.9 kB)


Replies (2)

RE: [Help] Adding game entities - Added by molator almost 8 years ago

Here some clues.

In bmdhtea01.sbrick, change "fo" for:

BMDHTMP

Don't forget to delete the .packed_sheets on the server, to force it to recompute.

You must update sheets_id.bin and the client sheets too and place everything in the client/user folder.
The default sap cost of the healing spell is 5.
If you don't update the client, it can't work, because the sap cost would be different in your server and your client.

To solve that case, i didn't change the sap cost and added one more counterpart.

Learn the bmdhtmp00005.sbrick:

/a learnBrick bmdhtmp00005.sbrick

RE: [Help] Adding game entities - Added by agpmel1 almost 8 years ago

It works. Thank you.

(1-2/2)