Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Documentation Request (https://forums.graalonline.com/forums/showthread.php?t=55524)

Admins 09-28-2004 03:15 PM

Documentation Request
 
Please post what kind of documentation you need, what makes most problems when building your playerworld, where would you like to get more code examples about.
We are already preparing some documentation and find people who want to help, some help about what is needed most would be appreciated.

xAndrewx 09-28-2004 03:22 PM

A document to learn how NPC Control would be nice, like how to add a class and what not..

Uploading, adding folders, deleteing folders (if its added yet?).. Stuff like that..
I learn't by asking my friends.. do a document what'll help people with RC..

VeX_RaT_Boy 09-28-2004 03:38 PM

What I would like some documentation on is Scripts in GANIs. Like what is it limited too? I know that triggeraction doesn't work in Gani scripts, but are there more stuff that don't work?

GoZelda 09-28-2004 05:01 PM

More information about the NPCserver, and gscript2.

Loriel 09-28-2004 06:30 PM

I would be interested in some documentation of low-level stuff, how variables and strings are handled internally, how events like if (created) or callnpc'd events are actually implemented, how strings are mangled for commands that take a variable number of string arguments, ...

osrs 09-28-2004 06:53 PM

That would help, indeed, some people are already helping us with ideas and even new documents. More help would be nice too. :)

Fry2 09-28-2004 07:36 PM

Sounds good, I would appreciate some documentation about good onwall checks, looking at other peoples checks is not very helpful.

Slash-P2P 09-28-2004 09:35 PM

Dynamic interactive menus
In other words, cool and not very laggy ways to make menus such as a Q-Menu.

I want to be able to make a cool item system like Graal Kingdoms where you can put items into chests and stuff but I wouldn't know where to start :frown:

matt8891 09-28-2004 10:22 PM

The basic controls of RC. Such as how to add staff RC's,upload, organize folder config.

osrs 09-29-2004 12:25 AM

Quote:

Originally Posted by matt8891
The basic controls of RC. Such as how to add staff RC's,upload, organize folder config.

That's not related to scripting.

Slash-P2P 09-29-2004 01:33 AM

Quote:

Originally Posted by matt8891
The basic controls of RC. Such as how to add staff RC's,upload, organize folder config.

*Notices he manages a server* :eek:

zell12 09-29-2004 02:12 AM

Quote:

Originally Posted by Slash-P2P
*Notices he manages a server* :eek:

*Notices that this is a request for documentation that will benefit not just your own server but new owners that don't have any knowledge on how to run a server*

Slash-P2P 09-29-2004 03:16 AM

Quote:

Originally Posted by zell12
*Notices that this is a request for documentation that will benefit not just your own server but new owners that don't have any knowledge on how to run a server*

There needs to be a tutorial on graal.net or something.

zell12 09-29-2004 04:40 AM

A tutorial of what?

Slash-P2P 09-29-2004 05:08 AM

Quote:

Originally Posted by zell12
A tutorial of what?

Starting a server and maintaining it.

VeX_RaT_Boy 09-29-2004 11:21 AM

Spark made a tutorial for that... Search the playerworld forum and you will find it.

Spark910 09-29-2004 12:37 PM

Quote:

Originally Posted by VeX_RaT_Boy
Spark made a tutorial for that... Search the playerworld forum and you will find it.

Spark really needs to get off his high-horse and update and HTML it :frown:
I'll try this weekend. :cool:

Here it is for now though:
http://spark910.vip.graal.net/PlayerworldGuide/

This would be nice if documents like mine above and NPC ones were in a global folder on all servers. Like that /globaldocs/ I tried - but if it was an actual global folder I wouldn't need to upload 150times ;)

Milkdude99 09-29-2004 01:53 PM

1 Attachment(s)
Anyone that would like a Doc made in Mircosoft Word converted to a PDF file just send it to me at [email protected] and I would be happy to do it for you. I did an example here of Sparks..

Darlene159 09-29-2004 02:58 PM

Quote:

Originally Posted by Spark910
This would be nice if documents like mine above and NPC ones were in a global folder on all servers. Like that /globaldocs/ I tried - but if it was an actual global folder I wouldn't need to upload 150times ;)

That is a very good idea...would be very helpful

Fry2 09-29-2004 04:13 PM

The staff list is.. somewhat outdated but very nice overall :)

Slash-P2P 09-29-2004 08:54 PM

Quote:

Originally Posted by Spark910
This would be nice if documents like mine above and NPC ones were in a global folder on all servers. Like that /globaldocs/ I tried - but if it was an actual global folder I wouldn't need to upload 150times ;)

Or a section on the website or forum board dedicated to documentation. That way you don't need RC to learn how to run a server.

Projectshifter 09-30-2004 09:11 PM

Quote:

Originally Posted by Milkdude99
Anyone that would like a Doc made in Mircosoft Word converted to a PDF file just send it to me at [email protected] and I would be happy to do it for you. I did an example here of Sparks..

Yes, or perhaps we could do it in a more standard file? I'm not fond of OpenOffice if I don't have to use it. RTF would not be so bad. I'm not sure if I even have a PDF reader installed on my mandrake =/ Also, putting file types that are made by microsoft doesn't seem totally intelligent, have you SEEN that thing they call an operating system ;)

Loriel 09-30-2004 09:34 PM

I cannot read this pdf. Try not forcing nonstandard fonts.

Slash-P2P 09-30-2004 09:40 PM

Wheres my making-a-mud/qmenu-documentation? :pissed:

Polo 10-01-2004 03:23 PM

Were doing them in html, as thats the most 'standard' format you can get which allows for layout. It was a decision between that and Rich Text, but I am aware that the Microsoft Word Rich Text is not compatible with other viewers, and so HTML was taken as the main choice.

Still open to suggestions on this though....

Loriel 10-01-2004 04:05 PM

Quote:

Originally Posted by Polo
Were doing them in html, as thats the most 'standard' format you can get which allows for layout.

Try xhtml.

xAndrewx 10-01-2004 05:34 PM

Can you actually finish the ones what have already been requested? :o

Polo 10-01-2004 06:01 PM

Quote:

Originally Posted by Loriel
Try xhtml.

Actually the one im doing is XHTML Strict (W3C) with inline CSS2, but I just call it HTML :P, but yeah, I'll try and make them as standardised as possible :D

Loriel 10-01-2004 06:09 PM

Quote:

Originally Posted by Polo
XHTML Strict

Sounds great, but why not go with xhtml 1.1? ;)

Polo 10-01-2004 06:22 PM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

Ok?

Loriel 10-01-2004 06:46 PM

Quote:

Originally Posted by Polo
XHTML 1.1 strict

Last I checked, there was no such thing as strict for 1.1 ^^


All times are GMT +2. The time now is 01:06 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.