20-06-2009, 08:53 PM
Hyperion Wrote:deathknight Wrote:First, check your version of MS. This may not work with a different version if they've changes a few things.
Second, are you sure you are copying it correctly? This bit of code Client Side makes it show up on the map as a blue F.
Code:Case TILE_TYPE_FISHING
DrawText TexthDC, ((X * PIC_X) - 4) + (PIC_X * 0.5), ((Y * PIC_Y) - 7) + (PIC_Y * 0.5), "F", QBColor(Blue)
Yeah I fixed that part already and it started showing up and
Matt Wrote:InvSlot prolly equals 0.
What do you suggest I do to fix this?
I feel bad for asking so many questions >.<
Don't feel bad. First thing, you have to find the line that is passing the wrong number. Then you have to look at the code that gets you the inv slot. Something with it needs tweaked.