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

Some questions for making a good game (script)


Raffa50
 Share

Recommended Posts

How can i make a dark and creepy map???

I've inserted the mount script, it works but i want that it will works only whit one classe
Ex: i've add a class: werewolf, the werewolf can transform himself in an uman (/dismount) or in a werewolf (/mount)… but this
Link to comment
Share on other sites

@Raffa50:

> How can i make a dark and creepy map???
>
> I've inserted the mount script, it works but i want that it will works only whit one classe
> Ex: i've add a class: werewolf, the werewolf can transform himself in an uman (/dismount) or in a werewolf (/mount)… but this

i dont get your second question so can you please explain that a little more.
your first question though would be using a dark and creepy tileset to map with check the http://www.touchofdeathforums.com/smf/index.php/topic,37984.0.html for that ;)
Link to comment
Share on other sites

To make it only work for one class, you'd need to add a class conditional, like so:

```
If GetPlayerClass(index) <> ### Then
    Exit Sub
End If
```
This would make the script stop for the class that is not ###. You can place that in your mount script, changing ### to the number of your werewolf class.
Link to comment
Share on other sites

@Raffa50:

> And Spell effects don't work! when i cast a spell,the monster die but nothing else!

did you turn animation on?

@Raffa50:

> Ok thanks for the script! it works…
>
> But now i need some tiles for the underground (dark and creepy) link me some one! help (thanks)

you can get these from request resources/ resources and look under tiles
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...