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

My game questions…


kundmat
 Share

Recommended Posts

I need all/most of these questions answered at some point…

:star: 1\. How do you add skills?
:bstar: 2\. Why do I ask so many questions?
:bstar: 3\. How do you put created NPCs into the game?
:bstar: 4\. How do you buy a player owned house in the game if you have one?
:bstar: 5\. Why is this guy's mouth square?  :O
:bstar: 6\. How do you make items for they can be eqquiped?
:bstar: 7\. How do you add spell scrolls?
:bstar: 8\. What's a good way for me to advertise my game?
:star: 9\. Which type of tile is for you can't walk through, say, a fence? (fringe, ground)
:bstar: 10\. Can someone really look like this?! :angry:
:bstar: 11\. Whats a morality setting on a NPC?
:star: 12\. Once a NPC attacks you, how do you attack back?
:bstar: 13\. What is sprite (on create a class)?
:bstar: 14\. Is there a way to open chat with an NPC?
:bstar: 15\. How do you change the main menu background to a picture
:rstar: 16\. Is there a way to change main menu music?

That's all I can think of right off hand,  I'll probaly add a lot more questions as i'm working on my game, too…  :embarrassed:

Please try to give as much detail as possible, remember, i'm a newb! :P
Gold Star: I got a full answer or found it out later.
Blue Star: I got an answer that helped, but still need a lot more detail.
Red Star: I don't have an answer for the question yet.

Thanks for all the help! :cheesy:

*Kundmat*
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

14\. Is there a way to open chat with an NPC?
Not at the moment, they just say one line back.
15\. How do you change the main menu background to a picture**?**
_(Questions have a question mark on the end.)_
Client –> GUI ---> Mainmenu (open with paint, photoshop, fireworks, whatever.) and paste the picture over the existing one. However, you'll need to make sure the buttons are still visible and people can click on them.
Link to comment
Share on other sites

16\. Is there a way to change main menu music?

Well I'm looking at the code and I think you add this to your config.ini in the client.

```
MenuMusic=MusicPath
```
An example is```
MenuMusic=fettevette.mp3
```
.midi doesn't seem to work though.

And elements make weapons better or worse against another element
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...