18-08-2009, 03:31 PM
its probably something simple but in my game i have this bug where items over #255 wont spawn on the map, and you cant buy them in stores.
any ideas? 8-)
any ideas? 8-)
Item Help
|
18-08-2009, 03:31 PM
its probably something simple but in my game i have this bug where items over #255 wont spawn on the map, and you cant buy them in stores.
any ideas? 8-)
18-08-2009, 03:33 PM
Most stuff in MS is done with bytes for that. If you want them to go higher you have to change all that crap. If you already have, then I dunno. It might be in your bltitem code.
18-08-2009, 03:44 PM
Check your MapItemRec, make sure "Num" is a long.
18-08-2009, 03:50 PM
hmm i have all MAX_ITEMS, MAX_NPCS, etc. set to As Long
i didnt have the Num inside MapItemRec as a Long, i changed that but it still seems to not be spawning items over 255 on the map.. hmm.. //EDIT\\ Thanks i was looking at the wrong thing, it finally spawned the item on the ground, just wont let me pick it up :o //EDIT 2\\ Fixed everything, thanks for your help 8-) |
« Next Oldest | Next Newest »
|