Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Item Help
#1
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-)
Reply
#2
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.
Reply
#3
Check your MapItemRec, make sure "Num" is a long.
Reply
#4
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-)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)