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-22-2012, 01:27 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
Server 'eating' money.

When I drop money via S+A and drop it, the server picks it up. How do I stop this?

Thank you,

Ducati.
Reply With Quote
  #2  
Old 03-22-2012, 01:30 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Using the classic system? Maybe you're missing the "gralats" class the server is supposed to spawn upon dropping rupees. Should be somewhere on the forums though.
__________________
Reply With Quote
  #3  
Old 03-22-2012, 02:07 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Crow View Post
Using the classic system? Maybe you're missing the "gralats" class the server is supposed to spawn upon dropping rupees. Should be somewhere on the forums though.
Here it is
PHP Code:
function onCreated() {
  
showcharacter();
  
dontblock();
  
updategani();
}
function 
onUpdategani() {
  
updategani();
}

function 
updategani() {
  
temp.type 1;
  if (
rupees>=100temp.type 4;
  else if (
rupees>=30temp.type 3;
  else if (
rupees>=5temp.type 2;

  
setcharani("gralats"temp.type);
}

function 
onPlayerTouchsMe() {
  
player.rupees += rupees;
  
rupees 0;
  
destroy();



In case you are missing it, simply add a class called ´gralats´ and put in that script. It´s the default one.
__________________
MEEP!
Reply With Quote
  #4  
Old 03-22-2012, 02:53 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
hrm, nope - it still disappears when you drop it.

If I log into a level where money has dropped, I can see the gralats for a moment, with an amount on top, but goes again.
Reply With Quote
  #5  
Old 03-22-2012, 03:01 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Did you disable the gralats dropping or did you change something in the script for custom things?
__________________
MEEP!
Reply With Quote
  #6  
Old 03-22-2012, 03:14 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
Done nothing - I got Stefan to do a full reset of the server a few weeks ago. I havn't really had any reason to drop money, but we changed our sprites.png so I was testing how the gralat turned out, and then seen this is happening.
Reply With Quote
  #7  
Old 03-22-2012, 03:40 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Quote:
Originally Posted by Ducati_Link View Post
Done nothing - I got Stefan to do a full reset of the server a few weeks ago. I havn't really had any reason to drop money, but we changed our sprites.png so I was testing how the gralat turned out, and then seen this is happening.
Is the gralat actually visible at any rate?
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
  #8  
Old 03-22-2012, 03:47 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
When I drop it, it stays for about half a second, then disappears. When I log into a level i'v dropped money on, I see this for about half a second aswell.. before, again, it disappears.
Attached Thumbnails
Click image for larger version

Name:	gralat.png
Views:	122
Size:	11.5 KB
ID:	54432  
Reply With Quote
  #9  
Old 03-22-2012, 05:18 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Can you pick them up? Like when you are walking to the location of the invisible Gralat is it getting removed and you are earning the ammount of Gralats or does it stay there?
Does that happen to anyone else? If not, your gralats.gani might be broken
__________________
MEEP!
Reply With Quote
  #10  
Old 03-22-2012, 05:30 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
Yep, I can pick them up if I get to them before they disappear, and it adds to my gralat count.
And yep, happens to others too.
Reply With Quote
  #11  
Old 03-24-2012, 03:47 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
That's weird, it normally only happens when the npcserver is down.
It could also be possible that the gralats are invislbe on your server, it would be good to make sure that you really have the gralats class on the npcserver and possibly add some echo()s to it.
Reply With Quote
  #12  
Old 03-24-2012, 06:02 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
Still can't get it to work and certainly on there.
Reply With Quote
  #13  
Old 03-24-2012, 06:58 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
itemdropevents was set to true in the server options. Set to false, works now
__________________
Reply With Quote
  #14  
Old 03-24-2012, 07:10 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
No more eating money for you, N-Pulse!
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #15  
Old 03-24-2012, 07:15 PM
Ducati_Link Ducati_Link is offline
Banned
Ducati_Link's Avatar
Join Date: Oct 2001
Location: Perth, Australia
Posts: 415
Ducati_Link is on a distinguished road
Send a message via MSN to Ducati_Link
haha, thanks alot guys ^.^ It's much appreciated.
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 04:14 AM.


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