bala1412
Member
- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
과일나무에서 과일을 모으고 싶어서 나무수집 스크립트를 참고하여 과일수집 스크립트를 만들었습니다. 문제는 위 사진처럼 과일나무를 추가해서 나무를 파냈더니 위 사진에 보이는 사과나무만 수집 가능하고 복숭아나무는 수집이 안된다는 점이었습니다.
The item IDs for peach trees are 0x0D9C and 0x0DA0 and I tried entering 0x4D9C,0x4DA0 by adding hex ID values, but it didn't work, so I tried entering the item IDs of 3492, 3496 as above, but it didn't work. As above, other trees did the same. There are trees that work and there are trees that don't work, so can I know why? Maybe I think I'm missing something because of my lack of knowledge, but I don't know what it is. I need help.#region Tile lists
private static int[] m_PearTile = new int[]
{
3492, 3496
};
#endregion