Revision 1, 493 bytes
(checked in by jinshiro, 17 years ago)
|
|
Rev | Line | |
---|
[1] | 1 | // item id,sprite id |
---|
| 2 | // Replaces an item client-side while keeping them separate server-side. |
---|
| 3 | // Think of it as a way to disguise items. |
---|
| 4 | // If 0 is used then item will be disabled. |
---|
| 5 | 2240,2241 //Beard - Grampa Beard |
---|
| 6 | |
---|
| 7 | //Treasure Hunters Quest Items |
---|
| 8 | //use these aliases if your game client doesn't support them normally |
---|
| 9 | //7950,7021 |
---|
| 10 | //7951,7042 |
---|
| 11 | //1998,1250 |
---|
| 12 | //1999,1472 |
---|
| 13 | |
---|
| 14 | //St. Patric's Day Quest (2008) Items |
---|
| 15 | //Enable if you plan to use the quest. |
---|
| 16 | //12715,7721 |
---|
| 17 | //7915,673 |
---|
| 18 | //7916,675 |
---|