Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Orake the GM

Members
  • Posts

    60
  • Joined

  • Last visited

    Never

Posts posted by Orake the GM

  1. ok in that case
    Bug 1
    ' Directional blocking
    If isDirBlocked(Map(mapNum).Tile(player(index).Char(TempPlayer(index).CurChar).Pet.x, player(index).Char(TempPlayer(index).CurChar).Pet.y).DirBlock, DIR_DOWN + 1) Then
    CanPetMove = False
    Exit Function
    End If
    Else
    CanPetMove = False
    End If

    Bug 2

    Case DIR_RIGHT

    ' Check to make sure not outside of boundries
    If x <= Map(mapNum).MaxX And x > 0 Then
    If y <= Map(mapNum).MaxY And y > 0 Then
    n = Map(mapNum).Tile(x + 1, y).Type

    ' Check to make sure that the tile is walkable
    If n <> TILE_TYPE_WALKABLE And n <> TILE_TYPE_ITEM And n <> TILE_TYPE_NPCSPAWN And n <> TILE_TYPE_NPCAVOID Then
    CanPetMove = False
    Exit Function
    End If

    If anyone can fix it thankyou!
    and Sherwin ur still alive :O what happened to you lol
  2. Hey the first error happens when i summon a pet and the top of a map.

    the second error happens when i summon a pet on the side of a map.

    can someone help me out and show me the fixed version of this code? thanks :D
  3. I've tried so hard for so long to download VB6 Alot of people gave me download links but even affter i download it i get errors and stuff and it never ends up working…
    i also herd its hard to download it on windows 10..
    Can someone please help :'( i want to realise my game to everyone (it'd ready and i want to have it up now) , But theirs a pet bug that errors server so i need to fix it.. I realy need vb6 if anyone can help.. Please, and thankyou
×
×
  • Create New...