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

ryandoo

Members
  • Posts

    43
  • Joined

  • Last visited

    Never

Posts posted by ryandoo

  1. Agreed, I am Dragon and I made maps 8&9 as you can see on the screenshots which I am not geting any credit for because TPK is a jerk. And I also made the evolution chamber which I spend hours on and also not getting any credit for along with other maps. Their rules are the most dumbest rules you can ever think of , you couldnt even take a dump without asking with their rules!
  2. @Athagekin:

    > I'm going to guess you're new to SadScript, yes?  Anyways, the syntax is trash, so this would never work.  Here's the right way:
    >
    > ```
    > Sub ChangeSprite(Index)
    >
    > If GetPlayerLevel(Index) >= # Then
    >       Call SetPlayerSprite(Index, #)
    >   ElseIf GetPlayerLevel(Index) <= # Then
    >       Call PlayerMsg(Index, "You're not the right level!", RED)
    >
    >       End If
    >   End Sub
    > ```
    > The # is the level that you want to put.
    >
    > Don't worry, we all started out like you at some point.  With a little practice, you'll get better.  ;)

    this didnt work :(
  3. Hello, ive been trying to make a script to make a scripted tile that changes a certain sprite at a certain level. How can i get the following script to work?

    If sprite 1 Then
      (Index, If True Then If Level > 19 Change to Sprite 2)
      If False Call PlayerMsg (Index, Your not the right level!" RED)
    End If

    Thanks for your help.
  4. Hello , i was wondering what are the commands such as party invite friend request exc. And could i have a menu come up if a player is right clicked with party friend request exc? If so how?
  5. Well, i keep getting a error saying " Error loading scripting engine. " ive read and done everything a tutorial said to do to fix this. As putting msscript from the data folder in system 32 but i keep getting this error when i type regsvr32 msscript.ocx in run. I have 64 bit windows 7.
  6. Is there a program that has a bunch of sprites , and i can add items on them like wings exc. and then it makes the sprite + paperdoll? i had this once before but i was even more nubbish to know how to add items  so i uninstalled it  :renzo:
  7. @Kinjiru:

    > Its explained in this tutorial
    > http://www.touchofdeathforums.com/smf/index.php/topic,54366.0.html

    This doesn't explain what im talking about…
  8. Hello , ive been looking for how to add your own items to eclipse but I cant seem to find out how.Can anyone help? ( New item Tiles like new swords or armor. When I try to replace a tilesheet with the one  thats already there and i try to start the game it says invalid or something like that)
×
×
  • Create New...