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 02-02-2005, 03:46 AM
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
Scripted RC

This is the latest version, two weapons which you also need to add your account. Only works on servers which have the new scripting engine on serverside, only add the weapon to players with graalversion>=3.1 please
Attached Files
File Type: txt weaponRC.txt (7.6 KB, 684 views)
File Type: txt weaponTextEditor.txt (9.7 KB, 618 views)
File Type: txt weaponFileBrowser.txt (6.9 KB, 441 views)
Reply With Quote
  #2  
Old 02-02-2005, 03:51 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Cool.
Reply With Quote
  #3  
Old 02-02-2005, 04:07 AM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Nice. Thanks a lot Stefan. =)

Edit: It seems it's missing a few functions. DatablockEditor? FileBrowser? Is it possible for you to upload these as well?

Last edited by Ajira; 02-02-2005 at 04:36 AM..
Reply With Quote
  #4  
Old 02-02-2005, 04:50 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
hmm well I think i'll look throuygh them, mainly to learn some gscript2 moreso than to add them to my server (especially since my server doesnt ahve gs2 enabled yet)

EDIT: Looking at it, it wont be too easy to pick stuff out to learn, especually since my text viewer sux
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
  #5  
Old 02-02-2005, 05:07 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
the "add" and "delete" buttons on the Text Editor didn't work, we fixed the "add" button, but the delete still fails to work, is "deleteweapon" the correct command to be sending to delete a weapon?

Also, are weapons now called GUI Scripts, and what are the Datablocks for? o_O

[EDIT] Perhaps it is because the new commands are not yet available on the windows 3.1.4 version? (that just struck me as a possibility) [/EDIT]
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #6  
Old 02-02-2005, 05:33 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Is this the one that Jagen scripted?
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #7  
Old 02-02-2005, 05:45 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Datablocks can be considered specialized arrays, they are used for Graal3D.
Reply With Quote
  #8  
Old 02-02-2005, 05:53 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Rick
Datablocks can be considered specialized arrays, they are used for Graal3D.
So they're pointless to have on a classic Client-RC?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #9  
Old 02-02-2005, 06:25 AM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
Quote:
Originally Posted by ApothiX
So they're pointless to have on a classic Client-RC?
Yup.
Reply With Quote
  #10  
Old 02-02-2005, 06:26 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by osrs
Is this the one that Jagen scripted?
>=80% is, not much has been changed it seems since I last touched it (which was a long time ago), just more things for g3d added to it like datablocks
Reply With Quote
  #11  
Old 02-02-2005, 06:48 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally Posted by Python523
not much has been changed it seems since I last touched it (which was a long time ago)
I have noticed.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #12  
Old 02-02-2005, 07:14 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
I have added the filebrowser, forgot that.
The npcserver doesn't have "addweapon", "deleteweapon" etc. yet, it should be changed to just do sendtext("weapon",weaponname,"//#CLIENTSIDE") or so.
Reply With Quote
  #13  
Old 02-02-2005, 08:41 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Stefan
I have added the filebrowser, forgot that.
The npcserver doesn't have "addweapon", "deleteweapon" etc. yet, it should be changed to just do sendtext("weapon",weaponname,"//#CLIENTSIDE") or so.
yea, I just put: sendtext("weapon",weaponname," ");
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #14  
Old 02-02-2005, 11:37 PM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
Nice, wish I could use it. How does one go about getting the new engine enabled on their server?
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

Reply With Quote
  #15  
Old 02-02-2005, 11:46 PM
Barista Barista is offline
Registered User
Join Date: Feb 2005
Posts: 24
Barista is on a distinguished road
Quote:
Originally Posted by xManiamaNx
Nice, wish I could use it. How does one go about getting the new engine enabled on their server?

Talk to Stefan.
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 01:16 PM.


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