View Single Post
  #4  
Old 02-20-2002, 01:39 AM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
Re: Idea about GANI's

Quote:
Originally posted by neomaximus2k
Originally posted by Stefan
You can do it with showimgs, or with gani scripts.
Showimg will be laggy when displaying many
lights on many players, but will work everywhere.
You just have to do showimg index,image,x,y;
with index between 1 and 199.

Gani scripts are not laggy, but you will need
to make special ganis that hold the script
like lightswalk.gani, lightsidle.gani, and then
call replaceani idle,lightsidle; and replaceani
walk,lightswalk;
Inside the ganis add a script like this:

SCRIPT
if (playerenters || timeout) {
showimg 200,light2.png,playerx-2,playery-2;
changeimgcolors 200,1,1,1,0.99;
changeimgvis 200,3;
timeout = 0.05;
}
SCRIPTEND

Such ganiss are currently only allowed on servers with
npcserver (p2p servers).
--------------------------------------------------------------------------------



This should probably be in the new ideas forum, but why not add Gani scripting to the Grall Shop program rather than manually editing it
ok as you can see Stefan originally posted by stefan and i think that it should be placed into graal shop as it would be good for scripting

Well vote on it
Well, see the tags SCRIPT and SCRIPTEND...thats IN Graal Shop (the GANI editor)....so, in other words, this post is pointless, seeing as what you said has already been done.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote