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

Kite

Members
  • Posts

    1315
  • Joined

  • Last visited

    Never

Posts posted by Kite

  1. Here is a [UPDATE]
    Currupt Data
    ![](http://i61.photobucket.com/albums/h46/haydenl90/corruptdata2.jpg)
    Currupt Data 2
    ![](http://i61.photobucket.com/albums/h46/haydenl90/corruptdata.jpg)
    Distort [NOTE] these 2 animate together to give it the effect of moving.
    ![](http://i61.photobucket.com/albums/h46/haydenl90/distort.jpg)
    ![](http://i61.photobucket.com/albums/h46/haydenl90/distort2.jpg)
    Then Harald
    ![](http://i61.photobucket.com/albums/h46/haydenl90/Harald-1.jpg)
    I know he looks bad,that was a quick one from memory,cause I can't find a pic to base it off of.
    Phyllo
    ![](http://i61.photobucket.com/albums/h46/haydenl90/Phyllo.jpg)
    Based off of this
    ![](http://i61.photobucket.com/albums/h46/haydenl90/Phyllo-1.jpg)

    Kite
  2. Some people say scrolling maps lag,but I have over 100 and they all scroll.
    So,go with what you think you should do.
    I would have to say scrolling though,cause it's a bigger map lol.
    If it's not scrolling then I think you would need more then 100 maps.
    Otherwise it would be a short game.
    Anyway just do what you think is best.

    Kite
  3. Well you have got the right idea about mask,and stuff,did you fringe the tree tops and stuff?But,I hear people say all the time,mixed themes is not a good thing.
    I'm not being mean,it would look better if the themes were not mixed.
    But hey,you learn by mistakes.
  4. Okay,this is only my 2nd script ever,it works but not exactly.
    I need it to add 10 to the stats points,instead it only changes them to 10.
    I had 15 and when I used it,it change to 10?
    Here is the script.

    case 2
            If GetPlayerAccess(Index) = 0 Then
            Call SetPlayerSTR(Index, + 10)
            Call PlayerMsg(Index, "The Golden Grunty rewarded you.",WHITE)
            Call TakeItem(Index, 27)
        End If
        Exit Sub
  5. It shows the message but after says error that is not a valid command.
    It is a /event it just tells the current event.
    What is the problem,is it the getplayeraccess?

    Case "/event"
        If GetPlayerAccess(Index) = 0 Then

                Call PlayerMsg(Index, "Data Corruption Event Last From Feb 23rd-March 2nd",White)
            End If
×
×
  • Create New...