The thing is, I feel like he thinks it is all provided when you make a server. He thinks it won’t take any time, and his server will automatically be awesome. He hasn’t even started on the basics of scripting… a door. Yet he is trying to learn triggerhacks…
thats part true, you do get a free hud, movement and health system along with a bow, bombs and swords :o
Only servers we need are Bomber, GtA, and Zolderon.
uhhh I dont like playing GTA, zold is awesome but doesnt have enough content(I mined alot but it gets boring) and bomber is only good when there are multiple people on. So theres still room for another server or two.
I got excited for a second thinking you meant Grand Theft Auto.
Hehehehe…
You know, the thing is, that’s what everybody ALWAYS thinks about me at first.
I DO know that it will take a long time, which is what I was talking about when I said I wouldn’t buy that thing until I make it, because by the time I make it, it probably won’t even be released!
I know more than you think, I’m just new to Graal scripting. I’m learning the basics, Ijust need help on some more non-direct things.
Right now, this is currently what I need to know:
-How do you set up Staff, and how do you set commands specific to that Staff?
-How do you set up a “News” menu, like on many of the servers?
-Why would somebody want to stab me because of what I said? (Beholder…:mad:)
-How do I create a different system oh HP and stuff than what its currently giving me? Like replace those red and white yin-yang icons?
First of all I’ll start off by saying most of those features are made a shit load easier to implement if you used GS2. Next off we use GS1 not GS2 so learning GS1 will have very little use if you choose to dev on graalonline.
1: To set up staff use rc. Go to the player list then right click on them then press rights. Next set there IP range to ... and give them folder rights, If you have no idea what rights to set just look at your own.
2: News and stuff like on zodiac,era and UN requires GS2 and isnt possible in GS1. There is however a default news feature which can be edited in your config/servermessage.html file.
3: Everyone wants to stab(or pretty much everyone) because your just leaching off reborn and then say pretty much to reborn get ****ed then going to graalonline
4: To make custom health and mp and stuff use client strings, triggeractions and common sense. Also to change the ying yang symbols you need to change sprites which isnt possible with out client and can only be achieved on graalonline. Alternatively you could just use putnpc.
Imfamous caps lock guy V3.
wut?
i ALWAYS thought there was a grand theft auto graal server because i didn’t know people meant graal the adventure
I tried searching and I found nothing. So, I’m going to go ahead and ask it. How do I create and enter multiple custom weapons?
if (playerenters){
toweapons WEAPONNAME;
}
if (weaponfired){
doshit;
}
O_o
Error: ‘doshit’ invalid command
Anyway the original questions have pretty much been taken care of, so Urza could probably close this thread…
Instead of starting a new thread, my advice is to play around with the editor, familiarize yourself with the server options, test things online, and then learn to script whatever you need by dissecting the scripts you can find between the forums and the UGDVD.
Try to limit help threads to things you simply cannot get to work.
You should also take a look at the newfeatures200X.txt files.