Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   New Server: Botony Graal-Lots of Staff Positions! (https://forums.graalonline.com/forums/showthread.php?t=29325)

RiViR 05-17-2002 05:34 AM

New Server: Botony Graal-Lots of Staff Positions!
 
Botony Graal
A new server, Botony Graal, is looking for a good team of staff!
Botony Graal Web Page

Spark910 05-18-2002 12:39 AM

Re: New Server: Botony Graal-Lots of Staff Positions!
 
Quote:

Originally posted by Botony
Botony Graal
NEWS

RiViR-4/5/02
Got new software to make the site, Macromedia Dreamweaver 2, Thanks mom!

Hmm thats not a very nice site, Try getting HTML commands of FREE Source sites and making a better one!

Also no one (well not many) will join without:

Screenshots Of LEVELS on YOUR server.
A Woth While Story Line.

Also May I Add:

Putting a PASSWORD Shower on your Graal site isnt that good, It has nothing to do with graal really, Why not put your MAP up.

Also you say 43 Levels, You NEED atleast 400 (Maybe 450 Now)

RiViR 05-27-2002 01:21 AM

Ok, thanks for the tips,
WE dont have a map yet because we dont have the faintest idea how to do a good one, and we DO have a storyline. Plus, Angelfire doesnt like screenshots .:rolleyes:

UrashimaX 05-27-2002 01:28 AM

Eek, DreamWeaver. And v2 :(

iniquitus 05-27-2002 01:31 AM

OMG! OMG! OMG! LIK?! CAN I BE CO-OWNER!?!?! I 4M 1337 STAFF!!! I C4N M4K3 1337 W3BSIT3Z TOO!!!

Urizen :rolleyes:

RiViR 05-27-2002 01:48 AM

I dont use Dreamweaver nemore, too hard, plus i am about to put up somne Screenshots
No you may not be CO, i already have one
Wat about admin?

iniquitus 05-27-2002 02:16 AM

Quote:

Originally posted by RiViR

*snip*
Wat about admin?

::shakeshead in disgust::

Why would you hire somone you don't know as an admin? I was being sarcastic, but I guess I'll need to be blunt with you.

You don't want to hire alot of staff before your server gets online; maybe once it's sent in to be reviewed you can pick up a GP, FAQ, or something, be caredul who you make staff, and how much power you give. Make all your staff work to advance. Oh, and don't trust-- pay attention. Humans are imperfect beings, trusting one another will only cause pain when that trust is inevitabily broken.

Urizen :o

RiViR 05-27-2002 02:26 AM

Please note thats why i dont do the hiring
The only ones i hire are those that I aproach because i now there good.
PShow do you make maps using the "m" buton?

UrashimaX 05-27-2002 02:29 AM

Quote:

Originally posted by RiViR
I dont use Dreamweaver nemore, too hard.
:megaeek: :megaeek: :megaeek: WTF!? TOO HARD?! Dammit, that is the easiest html editor I know of! x_X;

RiViR 05-27-2002 02:32 AM

Microsoft Word is way easier

albus777 05-27-2002 02:36 AM

Quote:

Originally posted by UrashimaX

:megaeek: :megaeek: :megaeek: WTF!? TOO HARD?! Dammit, that is the easiest html editor I know of! x_X;

FrontPage is pretty easy.

iniquitus 05-27-2002 02:40 AM

Make an NPC first, usualy the map goes in your system NPC:

-----------------------------
// NPC made by Urizen (Admin)

if (created) {
setmap ,overworld_map.txt,,;
setminimap ,overworld_map.txt,,;
}

if (playerenters) {
if (!isweapon) {
toweapons -system-;
}
}

-----------------------------

*Note that creating the NPC with "-"'s arround the name makes it hidden.

your overworld_map.txt should contain the levels in order:

e.g. for a 4 level map (2 x 2) your map file would contain:
-----------------------------

"overworld_0,0.graal","overworld_1,0.graal"
"overworld_0,1.graal","overworld_1,1.graal"

-----------------------------

you can also set images for your map's most people now-a-days leave the "m" map image blank, but add one for the mini-map. I like to do both.

Here is an example of the modified system NPC with map images:

-----------------------------
// NPC made by Urizen (Admin)

if (created) {
setmap big-map-image.png, overworld_map.txt,0,0;
setminimap mini-map-image.png, overworld_map.txt,0,0;
}

if (playerenters) {
if (!isweapon) {
toweapons -system-;
}
}

-----------------------------

Hope that helped a little.

Urizen :o

RiViR 05-27-2002 02:44 AM

no, not really,
this is what i have in the txt file (called overworld_map.txt)
its not wrapped though
"ba-1.graal","bb-1.graal","bc-1.graal","bd-1.graal","be-1.graal","bf-1.graal","bg-1.graal","bh-1.graal","bi-1.graal"
"ba-2.graal","bb-2.graal","bc-2.graal","bd-2.graal","be-2.graal","bf-2.graal","bg-2.graal","bh-2.graal","bi-2.graal"
"ba-3.graal","bb-3.graal","bc-3.graal","bd-3.graal","be-3.graal","bf-3.graal","bg-3.graal","bh-3.graal","bi-3.graal"
"ba-4.graal","bb-4.graal","bc-4.graal","bd-4.graal","be-4.graal","bf-4.graal","bg-4.graal","

RiViR 05-27-2002 02:45 AM

for petes sake, i didnt get it all!
"ba-1.graal","bb-1.graal","bc-1.graal","bd-1.graal","be-1.graal","bf-1.graal","bg-1.graal","bh-1.graal","bi-1.graal"
"ba-2.graal","bb-2.graal","bc-2.graal","bd-2.graal","be-2.graal","bf-2.graal","bg-2.graal","bh-2.graal","bi-2.graal"
"ba-3.graal","bb-3.graal","bc-3.graal","bd-3.graal","be-3.graal","bf-3.graal","bg-3.graal","bh-3.graal","bi-3.graal"
"ba-4.graal","bb-4.graal","bc-4.graal","bd-4.graal","be-4.graal","bf-4.graal","bg-4.graal","bh-4.graal","bi-4.graal"

RiViR 05-27-2002 02:46 AM

so i put that in the folder like the other guy told me to do and go into lvl editor and hit "m"
it tries to"map" one of the tutorial levels!!!!
AARGH!!!!!!!!

iniquitus 05-27-2002 02:50 AM

Did you make an NPC to set the map?

Urizen :rolleyes:

RiViR 05-27-2002 02:54 AM

no, right now im trying to make theimage, but ill try that 2

RiViR 05-27-2002 02:56 AM

THANK YOU GOD!!!!!!!!!!!!!!!!!!!!!

iniquitus 05-27-2002 02:57 AM

It's not looking good for you if your trying to start a PW and you don't even know the basics of making a map...

Urizen :rolleyes:

mhermher 05-27-2002 03:35 AM

I would never know i would be this dissapointed. :o

1. I found illegal graphics thats on Faheria.
2. I found illegal image that graal uses
3. This is the worst, even graals tileset use stolen images.
4. I found small trees and mountains i seen in alota places, like Doragon Koden, Pandora and alota more i dont remembero ff... theres a skelleton image thats stole too... graal uses it!

RiViR 05-27-2002 04:25 AM

oh, i will post my map a bit l8r now.
when i put it up i need an estimate of where the 0,0 coordinates should be, thanks!
I am good with the other things, i jsut could never figure out the maps, i have been nat chief and lat chief on other servers

RiViR 05-27-2002 08:27 AM

oh, lets see if i can figure out how to put up these images, btw, i figured out my question

http://www.angelfire.com/rpg2/botony.../bg_bigmap.png

http://www.angelfire.com/rpg2/botony...bg_minimap.png
Note:these are only the levels that I have done for the overworld!
there are another 50 or so levels

RiViR 05-27-2002 08:29 AM

peice of shoot
goto
http://www.angelfire.com/rpg2/botonypw/images/

at the end type in either bg_bigmap.png
or bg_minimap.png

RiViR 05-27-2002 10:17 AM

Ok, your answers helped me wonderfully, but i want my players to seee the whole map without all the walking!


All times are GMT +2. The time now is 11:39 AM.

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