Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   For New Playerworld Owners (https://forums.graalonline.com/forums/showthread.php?t=66684)

Andy0687 06-15-2006 02:55 AM

For New Playerworld Owners
 
1 Attachment(s)
Hello,

So youve decided to purchase the very first playerworld you have ever had! Maybe you want it for a hobby, or maybe you want it for fun for you and all of the friends you know and play graal with.

No matter what the reason you have a server under control, and its time to use it! Only you are not really sure how. :\

Well dont fret, graal comes with a plethora of default scripts....

Well it used to anyways, but dont worry you can find some npcs somewhere and get to work! Oh but wait, most of them are gs1, and the use of gs1 is starting to become more and more discouraged with gs2 being simpler, cleaner, and more effective.

All of these decisions and choices must be overwhelming for a first time buyer who may have not been completely prepared for what he or she was facing, and to think, you just wanted to have fun!

Well the first thing is first, lets go ahead and get gs2 running on that server you own, go ahead and make a support center support ticket for it if you don't already have it. More support is happening for gs2 anyways.

Default npcs, oh, thats right, none exist. So get to learning!

Like I would end this post that way ^^

You could dig through the wiki or graal.net, but here I have compiled* and written some scripts which may be very basic in nature, but are really helpful for all starting playerworlds. They work on and off of a gmap.

Maybe someone can and will eventually do it better, and maybe you will one day also, but for now this will help get you pushed in the right direction, and make sure that you have at least something to play with on that playerworld you own! Maybe if you are new to gs2, this will push you on the road to knowledge as well.

This Package Contains:
Bow
:: Basic Projectile bow, using angel.gani from mainfiles as the example
Bomb
:: Basic Bomb, great for gmaps (Thanks napo_p2p)
Jumprope
:: Simple Second Counting Jumprope
Tailor
:: Changes the look of player clothing on EX: "skin blue" (Thanks xXziroXx)
Staff/Boots
:: Staff Boots with speedlimit when this.speedlimit > 0
Neon-Suit
:: Very Simple Neon-Suit which changes player suit colors very quickly


The boots are more of a gimmick thing then anything, but they are fun to play with, and I hope you enjoy them and the other npcs in this little package.

Happy Times for you and the server and I hope you enjoy.

I will be more then glad to lend scripting support to new users, as well as playerworlds that need the help.

*Notes: Bomb npc taken from forum post by napo_p2p and edited very slightly and Tailor script taken from forum post by xXziroXx and edited slightly

xXziroXx 06-15-2006 03:18 AM

Good job! Heres some better boots though..

PHP Code:

//#CLIENTSIDE
function onCreated()
{
  
this.speed 1;
  
setTimer(.05);
}

function 
onKeyPressedkeyname)
{
  if ( 
name == "z" ) {
    if ( 
this.on == player.chat "-- Staff Boots On --";
    else 
player.chat "-- Staff Boots Off --";

    
this.on = !this.on;
  }
}

function 
onTimeOut()
{
  if ( 
this.on == ) {
    for ( 
this.0this.<= 3this.++) {
      if ( 
keydown(this.i) ) {
        
playerx += vecx(this.i)*this.speed;
        
playery += vecy(this.i)*this.speed;
      }
    }
  }
  
setTimer(.05);
}

function 
onPlayerChats()
{
  if ( 
player.chat.tokenize()[0] == "/speed" ) {
    if ( 
player.chat.tokenize()[1] >= && player.chat.tokenize()[1] <= )  this.speed player.chat.tokenize()[1];
    else 
player.chat "Speed must be higher then 1 and lower then 5!";
  }



Activate them by pressing "z", and change speed by saying i.e. /speed 3.

Andy0687 06-15-2006 03:21 AM

Quote:

Originally Posted by xXziroXx
Good job! Heres some better boots though..
Activate them by pressing "z", and change speed by saying i.e. /speed 3.

Thanks!

I was always bothered by boots which I had to turn on and off ;P

Also Thanks for the contribution I am trying to keep it simple for new players and world owners. You don't want to throw them right to the sharks right?

D4rKv310c1ty 06-15-2006 02:05 PM

Quote:

Originally Posted by Andy0687
Hello,

So youve decided to purchase the very first playerworld you have ever had! Maybe you want it for a hobby, or maybe you want it for fun for you and all of the friends you know and play graal with.

No matter what the reason you have a server under control, and its time to use it! Only you are not really sure how. :\

Well dont fret, graal comes with a plethora of default scripts....

Well it used to anyways, but dont worry you can find some npcs somewhere and get to work! Oh but wait, most of them are gs1, and the use of gs1 is starting to become more and more discouraged with gs2 being simpler, cleaner, and more effective.

All of these decisions and choices must be overwhelming for a first time buyer who may have not been completely prepared for what he or she was facing, and to think, you just wanted to have fun!

Well the first thing is first, lets go ahead and get gs2 running on that server you own, go ahead and make a support center support ticket for it if you don't already have it. More support is happening for gs2 anyways.

Default npcs, oh, thats right, none exist. So get to learning!

Like I would end this post that way ^^

You could dig through the wiki or graal.net, but here I have compiled* and written some scripts which may be very basic in nature, but are really helpful for all starting playerworlds. They work on and off of a gmap.

Maybe someone can and will eventually do it better, and maybe you will one day also, but for now this will help get you pushed in the right direction, and make sure that you have at least something to play with on that playerworld you own! Maybe if you are new to gs2, this will push you on the road to knowledge as well.

This Package Contains:
Bow
:: Basic Projectile bow, using angel.gani from mainfiles as the example
Bomb
:: Basic Bomb, great for gmaps (Thanks napo_p2p)
Jumprope
:: Simple Second Counting Jumprope
Tailor
:: Changes the look of player clothing on EX: "skin blue" (Thanks xXziroXx)
Staff/Boots
:: Staff Boots with speedlimit when this.speedlimit > 0
Neon-Suit
:: Very Simple Neon-Suit which changes player suit colors very quickly


The boots are more of a gimmick thing then anything, but they are fun to play with, and I hope you enjoy them and the other npcs in this little package.

Happy Times for you and the server and I hope you enjoy.

I will be more then glad to lend scripting support to new users, as well as playerworlds that need the help.

*Notes: Bomb npc taken from forum post by napo_p2p and edited very slightly and Tailor script taken from forum post by xXziroXx and edited slightly

Cool, I always wanted to get my mitts on a server, though I don't like the whole idea of having to annually pay for it.

Andy0687 06-15-2006 10:46 PM

Quote:

Originally Posted by D4rKv310c1ty
Cool, I always wanted to get my mitts on a server, though I don't like the whole idea of having to annually pay for it.

Yeah well some people like the idea of getting a server, and find that the 100 dollars a year isnt that bad. They will proceed to buy it and jump in with no knowledge of what is going on.

I am trying to help them figure things out.

D4rKv310c1ty 06-16-2006 03:56 PM

Quote:

Originally Posted by Andy0687
Yeah well some people like the idea of getting a server, and find that the 100 dollars a year isnt that bad. They will proceed to buy it and jump in with no knowledge of what is going on.

I am trying to help them figure things out.

I know :) And it's a cool post.

I reckon you should compile a mega pack of NPC scripts :D

xXziroXx 06-16-2006 07:33 PM

Quote:

Originally Posted by D4rKv310c1ty
I know :) And it's a cool post.

I reckon you should compile a mega pack of NPC scripts :D

Sounds like fun, count me in!

Andy0687 06-17-2006 04:47 AM

Quote:

Originally Posted by D4rKv310c1ty
I know :) And it's a cool post.

I reckon you should compile a mega pack of NPC scripts :D

Haha yeah, I actually scripted most of those myself as well. I have one more I have planned to include in this thread. I am still working on the third one now though.

Quote:

Sounds like fun, count me in!
Maybe we could do something, because I know I am not stopping ;)

Loriel 06-17-2006 04:49 AM

Quote:

Originally Posted by Andy0687
Yeah well some people like the idea of getting a server, and find that the 100 dollars a year isnt that bad. They will proceed to buy it and jump in with no knowledge of what is going on.

Haha, idiots.

ApothiX 06-17-2006 05:06 AM

Oh god, please change the formatting in that tailor script or I will have to decapitate you and eat your innards.

xXziroXx 06-17-2006 11:12 AM

Quote:

Originally Posted by ApothiX
Oh god, please change the formatting in that tailor script or I will have to decapitate you and eat your innards.

lol, I posted it while infected with the 'Contiga-Dissease'.

D4rKv310c1ty 06-17-2006 01:48 PM

Quote:

Originally Posted by ApothiX
Oh god, please change the formatting in that tailor script or I will have to decapitate you and eat your innards.

Now, now, Steve!

Be nice!

Prozac 06-24-2006 02:12 AM

Quote:

Originally Posted by Andy0687
bow, using angel.gani from mainfiles as the example
Bomb
:: Basic Bomb, great for gmaps (Thanks napo_p2p)


the bomb script works on inside levels but not on my gmap.

is there some server option to make putbomb work on a gmap?
or whats wrong with the script. or gmaps.


All times are GMT +2. The time now is 10:51 AM.

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