Nick,
In the below topic you mentioned IDs for Aardwolf items. Is this working yet and can I use it? How do I get the item IDs from the MUD?
http://www.gammon.com.au/forum/bbshowpost.php?id=8936&page=2
In the below topic you mentioned IDs for Aardwolf items. Is this working yet and can I use it? How do I get the item IDs from the MUD?
http://www.gammon.com.au/forum/bbshowpost.php?id=8936&page=2
Quote:
The stats are delivered on-the-fly using a special request/reply sequence Lasher and I worked out. It looks something like this:
Client sends:
invdetails 2067752
Server replies:
{invdetails}
{invheader}2067752|0|3|Weapon|3|2wield|v3|||||1|
{weapon}spear|5|pierce|Pierce|
{statmod}Dexterity|1
{/invdetails}
The number is the item "id" number which is now generated for every item on Aardwolf. There is no central database, although you could gradually build one up, it may not be accurate because of item enhancements.
The stats are delivered on-the-fly using a special request/reply sequence Lasher and I worked out. It looks something like this:
Client sends:
invdetails 2067752
Server replies:
{invdetails}
{invheader}2067752|0|3|Weapon|3|2wield|v3|||||1|
{weapon}spear|5|pierce|Pierce|
{statmod}Dexterity|1
{/invdetails}
The number is the item "id" number which is now generated for every item on Aardwolf. There is no central database, although you could gradually build one up, it may not be accurate because of item enhancements.