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
  #16  
Old 06-15-2004, 03:13 AM
DIABLO2099 DIABLO2099 is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 290
DIABLO2099 is on a distinguished road
Better yet, what is in your folder config?
__________________
-Former UnholyNation Server Manager.

Call me Xecutor.
Reply With Quote
  #17  
Old 06-16-2004, 07:20 AM
LordZen LordZen is offline
Registered User
LordZen's Avatar
Join Date: Jun 2002
Posts: 1,700
LordZen is on a distinguished road
Send a message via ICQ to LordZen Send a message via AIM to LordZen Send a message via Yahoo to LordZen
I bet that is what the problem was. I have never known a server to not have the correct folder config information for basic folders, so that didnt even cross my mind.

Even after I left, I was still not seeing the image, and I think you only started to see it after you manually added it to your hard drive's graal hats folder. I suggested maybe trying to add a script that will force the download of new gfx like how g2k2 did for the new trees, thats all.

Also, spark, the basic classic ganis already have hats in them. All he would have to do is set the image for that player attribute through script. Other hats were working at the time this was going on.
__________________

Click the picture!

FYI: I've pretty much retired from this game as it stands. Yep..

Contact Info
AIM: xxwarlordzenxx (not used so much anymore)
MSN: warlordzen(a)hotmail.com

Quote:
Originally Posted by Scott
I heard they were pregnant from the same father from a VERY reliable tabloid a couple years ago.
Quote:
Originally Posted by GryffonDurime
Etien, you are the best proof I have ever seen that the human gene pool has algee.
Reply With Quote
  #18  
Old 06-16-2004, 07:34 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 LordZen
I suggested maybe trying to add a script that will force the download of new gfx like how g2k2 did for the new trees, thats all.
.
...? there isn't a 'force download for new trees' thing.. you just walk into a level with the trees and it happens
Reply With Quote
  #19  
Old 06-17-2004, 07:16 AM
matt8891 matt8891 is offline
Registered User
matt8891's Avatar
Join Date: Jul 2003
Location: New York
Posts: 0
matt8891 is on a distinguished road
Send a message via AIM to matt8891 Send a message via Yahoo to matt8891
Quote:
Originally Posted by LordZen
I bet that is what the problem was. I have never known a server to not have the correct folder config information for basic folders, so that didnt even cross my mind.

Even after I left, I was still not seeing the image, and I think you only started to see it after you manually added it to your hard drive's graal hats folder. I suggested maybe trying to add a script that will force the download of new gfx like how g2k2 did for the new trees, thats all.
Heh...I found out it was my folder configuration...I had it as levels level/hats/*........I fixed to level levels/hats/*
Reply With Quote
  #20  
Old 06-17-2004, 10:28 AM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
It's not even supposed to be levels/hats/*, only hats/*

And shouldn't it be file, not levels?

like: file hats/* ?
__________________
-Kjetil Valen
Reply With Quote
  #21  
Old 06-17-2004, 11:37 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
Condition 3 of my initial post apparently failed.

The proper folder configuration entry for the right

rw levels/hats/*

would be:

file hats/*
Reply With Quote
  #22  
Old 06-17-2004, 01:34 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Was not that what I said? O.o
__________________
-Kjetil Valen
Reply With Quote
  #23  
Old 06-17-2004, 04:07 PM
matt8891 matt8891 is offline
Registered User
matt8891's Avatar
Join Date: Jul 2003
Location: New York
Posts: 0
matt8891 is on a distinguished road
Send a message via AIM to matt8891 Send a message via Yahoo to matt8891
Quote:
Originally Posted by Lance
Condition 3 of my initial post apparently failed.

The proper folder configuration entry for the right

rw levels/hats/*

would be:

file hats/*
Im pretty sure i remember someone telling me images wont upload unless there within levels configuration.

So if thats right,how could it be hats/*?
Reply With Quote
  #24  
Old 06-17-2004, 07:07 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Quote:
Originally Posted by Lance
that was to spark
It was. Or ment to be
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote
  #25  
Old 06-17-2004, 08:44 PM
Xecutor Xecutor is offline
Former UN Manager
Join Date: Apr 2004
Posts: 117
Xecutor is on a distinguished road
Quote:
Originally Posted by matt8891
Im pretty sure i remember someone telling me images wont upload unless there within levels configuration.

So if thats right,how could it be hats/*?
Anything that goes into the folder configuration is a subfolder of the levels folder.

Add the right: rw levels/hats/* to yourself.
Reply With Quote
  #26  
Old 06-18-2004, 09:12 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
Quote:
Originally Posted by VeX_RaT_Boy
Was not that what I said? O.o
We are not playing Jeopardy here in the scripting forum - solutions should not come in the form of questions. Yours was. Additionally, I needed to explain which condition failed and caused the problem.
Reply With Quote
  #27  
Old 06-18-2004, 01:36 PM
dlang dlang is offline
Yoshi!
dlang's Avatar
Join Date: Oct 2002
Location: Houston, Texas
Posts: 406
dlang is on a distinguished road
Send a message via AIM to dlang Send a message via MSN to dlang
Lance is right, just list what he did wrong and the ways to fix it, no questions.

And btw, don't bother adding a line for the guilds folder.

And I have a question of my own, does the root levels folder have to be in folder cfg for ipbanned.txt to work?
__________________
Where do I take this pain of mine?
I run but it stays right by my side.
So tear me open, pour me out,
there's things inside that scream and shout.
And the pain still hates me, so hold me until it sleeps.

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


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