Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-06-2006, 06:53 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
class problems

heres the deal:

i made a weapon, -system.. made a class for each system weapon i had and joined them all into -system.


worked moderately okay but then it went wrong.

as i made changes to the classes they didnt update (even after i restarted graal, reconnected, and deleted/readded the weapon from my player and the server) also.. when i tried to make classes that began with - (for no reason just because that was teh weapon name i was joining with. ie: -system_time) it wouldnt allow me to do classname::function(); so i had to remove all the - once i did this it decided not to remove the - classes from the weapon (i echoed joinedclasses)

so.. i had to delete the weapon from the server and remake it.. this worked (not sure how but it did) and it only loaded the ones without the -

BUT.. now it wont update them. i had function onPlayerEnters() echo ("player enters?") in a class and then deleted it ages after it started working (it started working when i deleted from server the weapon and re-added it.. same time the - classes went away) and it keeps saying it.

i tried doign the same thing.. deleting the weapon from my player/the server and readding it (to both) and no good. i even tried restarting gserver/npc-server thinking maybe i did something (which btw still says N/A on adminpanel stats ater an hour) and no good.

so.. im guessing theres some bug with the clientside cache.

but.. please fix this :-\
Reply With Quote
  #2  
Old 03-06-2006, 07:27 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Have it be:

PHP Code:
join("classname1");
join("classname2"); 
At the top. Not in any block. Just as is.

EDIT:

Quote:
Originally Posted by Warcaptain
Even with that it doesnt work, I have tried all of that.
That is wierd because classes work great for me. I haven't experienced problems serverside or clientside.
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.

Last edited by napo_p2p; 03-06-2006 at 08:21 AM..
Reply With Quote
  #3  
Old 03-06-2006, 08:03 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Even with that it doesnt work, I have tried all of that.
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:41 PM.


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