Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-13-2003, 11:35 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
implementing a database feature...

I think it would be a good thing if a feature was added that allowed Graal to read a database file such as ones created by Microsoft Access that can be used to contain information on weapons, items, spells, etc. that is stored on the server and read from the server by NPCs.

This would be extra helpful for RP servers for keeping things organized as well as being a fast way to make spontaneous changes.
__________________
Reply With Quote
  #2  
Old 03-14-2003, 01:09 AM
--Chris-- --Chris-- is offline
Registered
--Chris--'s Avatar
Join Date: Jun 2002
Location: Trinidad
Posts: 2,767
--Chris-- will become famous soon enough
Send a message via MSN to --Chris--
I'll make one when I finish my exams, I made one for another game for "fuses" which is something similar to alchemy XD Just today I made a data-base for a business as part of my IT SBA ;'
__________________
"Make the *dreams* of today the *opportunities* of tomorrow."

Reply With Quote
  #3  
Old 03-14-2003, 02:05 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by --Chris--
I'll make one
You can't. Graal can't read outside files (other than levels and graphics) and that would be required to do so.
__________________
new account: Trevor
Reply With Quote
  #4  
Old 03-14-2003, 04:55 AM
--Chris-- --Chris-- is offline
Registered
--Chris--'s Avatar
Join Date: Jun 2002
Location: Trinidad
Posts: 2,767
--Chris-- will become famous soon enough
Send a message via MSN to --Chris--
*Is still gonna make an alchemy one for personal use and would sell for loads of plat to players* ^-^
__________________
"Make the *dreams* of today the *opportunities* of tomorrow."

Reply With Quote
  #5  
Old 03-14-2003, 06:56 AM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
I totally agree with this.

It would be much better than using DB Npc's as databases.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote
  #6  
Old 03-14-2003, 08:19 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Umm... GK uses a mudlib for all the info. I think Stefan said he might make the graalmudlib thing public so you can store all your useless crap in arc files. Jagen should be able to explain better, ask him x.x
__________________
Reply With Quote
  #7  
Old 03-14-2003, 05:54 PM
Jeff Jeff is offline
Registered User
Join Date: Oct 2002
Location: Nebraska, USA
Posts: 707
Jeff is on a distinguished road
A database of some sort is certainly needed.


Right now I have bomy pets back up their strings to a database npc x-x
__________________
Jeff, the Archduke of Dustari
Member of the LAT on Graal The Adventure
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GO d+ s++:+ !a C++ UL+(UL+++)@ P+ L+(++)>+++ E---- W++@ N- !o ?K w(w--) !O !M@ !V PS- PE+ Y PGP t+ 5 X R tv(tv+) b++(b+)>b++++ DI(DI+) D-- G e->e++++ h! !r y
------END GEEK CODE BLOCK------
Reply With Quote
  #8  
Old 03-15-2003, 11:19 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by zell12
Umm... GK uses a mudlib for all the info. I think Stefan said he might make the graalmudlib thing public so you can store all your useless crap in arc files. Jagen should be able to explain better, ask him x.x
That would be just as sufficient. I already have started a Acces db file that will contain weapons list, spells list, items list, skills list, and tech list. Nothing's been put in just yet, but soon it will be
__________________
Reply With Quote
  #9  
Old 03-16-2003, 12:13 AM
daboo daboo is offline
Dunarie
daboo's Avatar
Join Date: Dec 2002
Posts: 95
daboo is on a distinguished road
Why not use MySQL format? That's what Graal uses to store all information except for levels and images, but all acount info is stored using SQL.
__________________
Dunarie (LOG) on Graal (Classic).
Board Luker

Feel the Spiff! IRC.windfyre.net

Free Pie!
Reply With Quote
  #10  
Old 03-16-2003, 05:25 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by daboo
Why not use MySQL format? That's what Graal uses to store all information except for levels and images, but all acount info is stored using SQL.
I don't know how to use MySQL. All I need is something I can input data into such as name, type, price, and other modifiers that I can call through NPC script commands rather than pump a lot of data in and out of strings. It would make things so much easier and so much more efficient
__________________
Reply With Quote
  #11  
Old 03-16-2003, 05:26 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by G_yoshi


I don't know how to use MySQL. All I need is something I can input data into such as name, type, price, and other modifiers that I can call through NPC script commands rather than pump a lot of data in and out of strings. It would make things so much easier and so much more efficient
Check in the NPC forum in the next week or two. This is my little project.
__________________
new account: Trevor
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 10:45 PM.


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