Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-27-2005, 03:00 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Question New scripting system

I just got my VIP and I saw that graal was going to move to C++ instead of the usual graal scripting. Why? i don't know a bit of C++ but I am very comfortable with graal scripting. Why change it? I've been playing Graal for about 5 years now, and I have slowly been learning how to script the whole time, why start learning something new? Also I am setting up a playerworld, and I am worried about what will happen to it after it's changed. I like graal the way it is, why change it?
Reply With Quote
  #2  
Old 07-27-2005, 03:04 AM
URBANLEGEND URBANLEGEND is offline
No sleep till brooklyn!
Join Date: Sep 2002
Location: USA
Posts: 775
URBANLEGEND is on a distinguished road
Send a message via ICQ to URBANLEGEND Send a message via AIM to URBANLEGEND Send a message via MSN to URBANLEGEND Send a message via Yahoo to URBANLEGEND
Theyre changing GRAAL TO C++
THE NEW SCRIPTING LANGUGE IS GScript2

Read more carefully next time.
__________________
~Urban
Reply With Quote
  #3  
Old 07-27-2005, 03:25 AM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
The old stuff still works.

But it's utter crap.
Reply With Quote
  #4  
Old 07-27-2005, 06:05 AM
kenyonandelliot kenyonandelliot is offline
Registered User
Join Date: May 2002
Posts: 1,017
kenyonandelliot is on a distinguished road
Its just a new system that helps with the programming and makes more things which the old one cannot. It isn't going to replace the old system, and its not very different then the old system.
Reply With Quote
  #5  
Old 07-27-2005, 10:33 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
It's not C++.

For more information, please visit: http://ilfirin.org/graal/GScript
Reply With Quote
  #6  
Old 07-27-2005, 01:59 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
Quote:
Originally Posted by excaliber7388
I just got my VIP and I saw that graal was going to move to C++ instead of the usual graal scripting. Why? i don't know a bit of C++ but I am very comfortable with graal scripting. Why change it? I've been playing Graal for about 5 years now, and I have slowly been learning how to script the whole time, why start learning something new? Also I am setting up a playerworld, and I am worried about what will happen to it after it's changed. I like graal the way it is, why change it?
GS1 is very limited it terms with what it can do, why would you protest such a good thing as to expand a programing language to futher expand what can be done with it

also, the new isn't excatly C++ , the way objects are handled its more of a C based language
__________________

Reply With Quote
  #7  
Old 07-27-2005, 04:40 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
I find I can do almost anything w/Gs1. But as long as the old system is not replaced, I'm happy I would have learned this new system anyway. GS2 might be nice. When will it be up? And will I have to script anything differently, or would I still do it the same way (create a new NPC, script etc)
Reply With Quote
  #8  
Old 07-27-2005, 06:27 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
It will replace the old scripting engine someday, need to make it more compatible though and help playerworlds to convert. Most scripts still work fine with the new engine, but scripts that are already bugged in the old engine will not work in the new engine, also it is printing more errors now which confuses playerworld staff, need to add an option to not print unknown functions and such on the RC chat.
Reply With Quote
  #9  
Old 07-27-2005, 06:35 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Oh, that's cool.
__________________
Reply With Quote
  #10  
Old 07-27-2005, 08:58 PM
kenyonandelliot kenyonandelliot is offline
Registered User
Join Date: May 2002
Posts: 1,017
kenyonandelliot is on a distinguished road
I should start learning gs2 next summer...
Reply With Quote
  #11  
Old 07-28-2005, 09:10 AM
Projectshifter Projectshifter is offline
The David
Projectshifter's Avatar
Join Date: Apr 2002
Location: USA
Posts: 912
Projectshifter is an unknown quantity at this point
Send a message via ICQ to Projectshifter Send a message via AIM to Projectshifter Send a message via MSN to Projectshifter Send a message via Yahoo to Projectshifter
Quote:
Originally Posted by kenyonandelliot
I should start learning gs2 next summer...
Yes, because procrastination is the key to success
__________________
Who has time for life these days?
Reply With Quote
  #12  
Old 07-28-2005, 09:58 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Originally Posted by Stefan
It will replace the old scripting engine someday, need to make it more compatible though and help playerworlds to convert. Most scripts still work fine with the new engine, but scripts that are already bugged in the old engine will not work in the new engine, also it is printing more errors now which confuses playerworld staff, need to add an option to not print unknown functions and such on the RC chat.
Keep them both optional!

Seriously, who's going to convert the current servers to GS2?
Reply With Quote
  #13  
Old 07-28-2005, 11:25 AM
Polo Polo is offline
Classic Systems Admin
Join Date: Sep 2002
Location: Vancouver, Canada
Posts: 735
Polo is on a distinguished road
Send a message via AIM to Polo
Quote:
Originally Posted by WanDaMan
Keep them both optional!

Seriously, who's going to convert the current servers to GS2?
We've been slowly doing this over at Classic with all the serverside stuff. One v4 replaces v2, we'll get all the clientside parts done.
__________________
Be good little players, or Master Storm will ban you!



Proof that the staff are crazy..
*Ghost Pirate: I'm a little teacup short and stubbe here is my raygun here is my butt
DragonX: Jumping jack rabbits Batman! Our eggo waffles have been stolen! To the batmobile Robin!
X-Mann (RC): I have a head ache
Reply With Quote
  #14  
Old 07-28-2005, 12:37 PM
Nitro2030ce Nitro2030ce is offline
Canadian
Nitro2030ce's Avatar
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 189
Nitro2030ce is on a distinguished road
Send a message via AIM to Nitro2030ce Send a message via MSN to Nitro2030ce
Quote:
Originally Posted by WanDaMan
Keep them both optional!

Seriously, who's going to convert the current servers to GS2?
Me, GS2 has been easyer for me to use.
__________________
http://forums.graalonline.com/forums/image.php?type=sigpic&userid=3500&dateline=1182349  229
Reply With Quote
  #15  
Old 07-28-2005, 01:28 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by WanDaMan
Keep them both optional!

Seriously, who's going to convert the current servers to GS2?
Now, read again, GS2 is going to be compatible to GS1, that's why GS2 is nearly as messy as GS1.
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:47 PM.


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