Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Gani Construction (https://forums.graalonline.com/forums/forumdisplay.php?f=50)
-   -   New gralats! (https://forums.graalonline.com/forums/showthread.php?t=134262216)

Astram 02-24-2011 02:06 AM

New gralats!
 
2 Attachment(s)
Here are some gralats recolored by Astram, feel free to use these on your server. Appearently the server I made them for doesnt want them at the moment. There are 8 NEW Gralats including, green, blue, red, and yellow.

Here are instructions on getting these gralats set up.

Class "gralats":
PHP Code:

function onCreated() {
  
showcharacter();
  
updategani();
  
dontblock();
}
function 
onUpdategani() {
  
updategani();
}

function 
updategani() {
  
temp.type 1;
  if (
rupees>=100000temp.type 12;
  else if (
rupees>=50000temp.type 11;
  else if (
rupees>=30000temp.type 10;
  else if (
rupees>=20000temp.type 9;
  else if (
rupees>=10000temp.type 8;
  else if (
rupees>=5000temp.type 7;
  else if (
rupees>=1000temp.type 6;
  else if (
rupees>=500temp.type 5;
  else if (
rupees>=100temp.type 4;
  else if (
rupees>=30temp.type 3;
  else if (
rupees>=5temp.type 2;

  
setcharani("astram_gralats"temp.type);
}

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


Feel free to change what the gralats are worth, depending on the econemy of your chosen server to upload on.

Equinox 02-24-2011 02:23 AM

ok cool

Astram 02-24-2011 03:12 AM

Quote:

Originally Posted by Equinox (Post 1633002)
ok cool

Use it :D

Astram 02-24-2011 03:12 AM

Also, if you have any other ideas for colors ill add updates!

MattKan 02-24-2011 05:51 AM

No offense, but I think you could work on the custom gralats a bit more. The images for the main Gralats have texture and shine, whereas your custom ones are cartoony and almost one solid color. But it's good to know you are trying to help the community unlike most noobs, probably including myself

Knux 02-24-2011 12:26 PM

Wasn't that on Delteria like 8 years ago?

Fulg0reSama 02-24-2011 12:37 PM

Quote:

Originally Posted by Knux (Post 1633050)
Wasn't that on Delteria like 8 years ago?

I believe so.

nullify 02-24-2011 01:26 PM

Glad we're sticking to the time-honored tradition of stealing from other servers.

Astram 02-24-2011 11:31 PM

I didn't play Graal 8 years ago, I just made this...

kia345 02-25-2011 12:02 AM

iirc, the custom gralats on delteria were like, black with yellow outlines.


All times are GMT +2. The time now is 02:28 PM.

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