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

cheatking

Members
  • Posts

    4203
  • Joined

  • Last visited

    Never

Posts posted by cheatking

  1. Fixed it :) Changed this code in server

                    ' Check to make sure that the tile is walkable.
                    If TileType = TILE_TYPE_BLOCKED Or TileType = TILE_TYPE_NPCAVOID  Then
                        CanNpcMove = False
                        Exit Function
                    End If

    To

                    ' Check to make sure that the tile is walkable.
                    If TileType = TILE_TYPE_BLOCKED Or TileType = TILE_TYPE_NPCAVOID Or TileType = TILE_TYPE_ROOFBLOCK Then
                        CanNpcMove = False
                        Exit Function
                    End If
  2. 1\. How do you add skills? Type  /spelleditor in the chat
    2\. Why do I ask so many questions? …
    3\. How do you put created NPCs into the game? /mapeditor then click proprieties
    4\. How do you buy a player owned house in the game if you have one? /mapeditor then attributes
    5\. Why is this guy's mouth square?  :O ...
    6\. How do you make items for they can be eqquiped? in data .ini (server side) change paperdoll to 1
    7\. How do you add spell scrolls? /item editor then dropdown box to something forgot what.
    8\. What's a good way for me to advertise my game? Put a link in your siqqy
    9\. Which type of tile is for you can't walk through, say, a fence? (fringe, ground) Attributes then blocked
    10\. Can someone really look like this?! :angry: ...
    11\. Whats a morality setting on a NPC? Erm.,,
    12\. Once a NPC attacks you, how do you attack back? press ctrl
    13\. What is sprite (on create a class)? The charter graphic ID.
    14\. Is there a way to open chat with an NPC? Scripting
    15\. How do you change the main menu background to a picture: Ooen the gui folder
    16\. Is there a way to change main menu music? Yea but I forgot how to.
×
×
  • Create New...