PDA

View Full Version : [Request] Documentation


Dakam
10-27-2009, 11:10 AM
I've played graal for a long time, and have since once been on a server RC and that was a brief amount of time.

I understand the technical details to a server, small amounts of Gscript, but I need documentation on what everything does.

I'm looking for weapons in general at the moment, but I'd like a huge manual on this gserver.

Things I don't know.
-How to use the weapons in the folders.
-How to setup tilesets. (Y'know without the levels going crazy on you, and yes I know of addtiledef)
-The general inner workings of the gserver.

So, is there a manual on everything, or will I just have to ask in IRC?

demonspit777
10-27-2009, 12:24 PM
Ask Beholder

Nalin
10-27-2009, 12:37 PM
Unfortunately, I haven't written any documentation for the gserver yet. We try to make it as close to Graal's servers as possible, though.

Dakam
10-27-2009, 04:15 PM
Unfortunately, I haven't written any documentation for the gserver yet. We try to make it as close to Graal's servers as possible, though.

Got any Documentation on their servers? I'm confused as to how most things work as is.

Really, I'd be happy if I could get weapons to people's inventories then I could worry about what else needs to be done.

Beholder
10-27-2009, 05:08 PM
Really, I'd be happy if I could get weapons to people's inventories then I could worry about what else needs to be done.

toweapons Weapon Name; ? O_o (hint: adds that entire NPC as the weapon's scripting)

Dakam
10-27-2009, 05:18 PM
I've had troubles adding them to the players inventory from the RC, they just won't work there, but this Is a start I guess...

I am fairly new to this, and I wish there was a big book or something to read.

Beholder
10-27-2009, 05:45 PM
It depends on the script

toweapons Hello; if(weaponfired) shootarrow playerdir;

Nalin
10-27-2009, 07:18 PM
You should read the npc programming forum. You can see examples of weapons and npcs there.