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

A few in-game questions


atticus
 Share

Recommended Posts

so, I made a shop in my game…. but I dont have money on my account..
how can I put money in my (and a new characters) account?

another question I have is:
is there a way to make your person walk, attack and do other actions with your mouse?
(like runescape, where you right click and can pick up or attack players)

one last thing..
is there a way to make a "mini-quest" kind like
go in order to a store, talk to the store clerk, go grab an item (With out being able to leave the store),
go back to the store clerk, pay for what you grabed, and THEN be able to leave?

if so, can I get an example of how this is done?
ill keep searching the forums to see if I can figure this out.. but if you can answer it before I find it,
that would be awesome..
thanks =]

**EDIT**
i forgot.. is there a way to add MORE sprites, items, arrmor..etc. into the game?
Link to comment
Share on other sites

I know the answer to your last question!
you simply just add them into your files in the GFX folder which is in the client folder. Wow, I made that complicated. Well, I think the items, weapons, and whatnot have to be 34x34? Or was it 32x32? Someone correct if I'm wrong on both.
Link to comment
Share on other sites

so.. all i have to do is get a spead sheet of items.. and size them to 34X34 (or 32X32) and put it in the folder?
do i have to make ALL the items like that? or just the picture that has all the items?
Link to comment
Share on other sites

ok.. so what do i do?
go into a folder and put currency as 5? or anything i want it to be? and
how can i collect money?

Example: you stumble apon some gold on the ground..
do you just click CTRL to grab it?
Link to comment
Share on other sites

@atticus:

> so, I made a shop in my game…. but I dont have money on my account..
> how can I put money in my (and a new characters) account?

The best way to do this, is create a new item, have it's item type "currency", then have NPCs drop this currency when you kill them.
Check this tutorial: http://www.touchofdeathforums.com/smf/index.php/topic,48098.0.html
There is a script for "starting items" (afew, actually) in the http://www.touchofdeathforums.com/smf/index.php/board,78.0.html also.
@atticus:

> another question I have is:
> is there a way to make your person walk, attack and do other actions with your mouse?
> (like runescape, where you right click and can pick up or attack players)

This requires editing the source code; you'll need a copy of Visual Basic 6, and depending on what version of Eclipse you're using, this tutorial: http://www.touchofdeathforums.com/smf/index.php/topic,28833.0.html
@atticus:

> one last thing..
> is there a way to make a "mini-quest" kind like
> go in order to a store, talk to the store clerk, go grab an item (With out being able to leave the store),
> go back to the store clerk, pay for what you grabed, and THEN be able to leave?
>
> if so, can I get an example of how this is done?
> ill keep searching the forums to see if I can figure this out.. but if you can answer it before I find it,
> that would be awesome..
> thanks =]

For quests, you'll need to script them yourself.
Ideally, this means learning how to program in sadscript (which I highly recommend you learn); there are already pre-made quest scripts (a moderate amount) in the http://www.touchofdeathforums.com/smf/index.php/board,78.0.html (there are also some "quest maker" programs, but they aren't the greatest, and without a basic knowledge of SadScript, you'll have some problems with them).
As for learning to script, I'd recommend checking the http://www.touchofdeathforums.com/smf/index.php/board,70.0.html as it really is easy to learn sadscript.
Here are some tutorials that can help you greatly:
http://www.touchofdeathforums.com/smf/index.php/topic,40682.0.html
http://www.touchofdeathforums.com/smf/index.php/topic,40746.0.html

http://www.touchofdeathforums.com/smf/index.php/topic,39867.0.html
http://www.touchofdeathforums.com/smf/index.php/topic,42156.0.html

http://www.touchofdeathforums.com/smf/index.php/topic,48978.0.html (for when you're ready to read a "book").

I hope this helps :azn:
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...