Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Item IDS Explanation
#1
first sorry write this at english language, translation for russian sucks

why at character template head tarantula, ID is 701006
but in packet PROTOCOL_BASE_GET_CHARA_INFO_ACK, this ID turn into 1000700000.

and also after writeD(chara.Face);
what is the next value ? sometimes is a ID +40, sometimes not, could you help me ?
Ответ
#2
int и int (ItemId, Id (AUTO_INCREMENT).
he update client
https://forum.zone-game.info/showthread....post419526
Ответ
#3
Keep it simple. You can just put item id and its id in database.

For example in database in items table you have:

Код:
{ Id = 1 CharacterId = 1 ItemId = 701006 }

You can write:

[SRC="csharp"]Write<int>(itemFromDb.ItemId);
Write<int>(itemFromDb.Id);
[/SRC]
Ответ
#4
Thanks for the answers
Ответ
#5
PROGRAMMATOR Написал:Keep it simple. You can just put item id and its id in database.

For example in database in items table you have:

Код:
{ Id = 1 CharacterId = 1 ItemId = 701006 }

You can write:

[SRC="csharp"]Write<int>(itemFromDb.ItemId);
Write<int>(itemFromDb.Id);
[/SRC]

heyy programmator i have two questions, one is on
PROTOCOL_BASE_CREATE_NICK_ACK

5F E5 16 00 - 5F E5 16 40

this is a item ID, but i cannot find at my resources, probably is a coupon but i'm not sure, i still have not mapped coupon item IDS. if possible explain me what is that item id.

and also if possible, release some resource for coupons and quests too, i have to get all those things inside a database to work with hibernate, and all your help is being so welcome, ty.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Weapon,map,item Boris2105 1 1,543 01-11-2018, 12:36 AM
Последний пост: PROGRAMMATOR
  Delect Item&Weapon After 0 Hr. BallDev 0 1,120 11-21-2016, 07:18 PM
Последний пост: BallDev
  buy item 0 hour bug bmzproject 3 1,852 11-13-2016, 05:38 PM
Последний пост: kesz24
  Список предметов \ Item List PROGRAMMATOR 17 7,748 10-10-2016, 04:34 PM
Последний пост: bola

Перейти к форуму:


Пользователи, просматривающие эту тему: 4 Гость(ей)