Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   Gani question (https://forums.graalonline.com/forums/showthread.php?t=3384)

psihunter 05-22-2001 01:08 PM

Gani question
 
1 Attachment(s)
ok im making a ladder for pirates to go in and out of the cargo hold
and im not sure how to make it so when a pirate touchs it it plays the gani and transports the player out of the cargohold

(gani attached below, tell me what you think for a basic gani)

Birdbird_0 05-22-2001 01:20 PM

first you have to have the script where the person with the pirate flag can only use that gani than make two gains one for bomys and one for humas.. . Stefan can make it so where if a bomy has the bomy race falg and the pirate flay ony he gets the script where he gets to use the gani... and same with human.. THIS IS BOB I WANA BE Dark Phoenix (insert rank or postion here other than pet) (Pirate Crew) i kind of get sick of pet bomy bob :p

Spearman 05-22-2001 08:14 PM

well...have it so whent he player touchs the ladder the player is frozen for the duration of the gani. Have it look something like this.

//NPC
if(playertouchsme){
freezeplayer .90;
setani climbladder,;
sleep .5;
setlevel 2 levelname,x,y;
}
//END

Make sure that the ladder is the correct hight that the player reaches in the gani..

Nai 05-22-2001 08:57 PM

But make sure in the script Spearman did that you have the same levelname in the

setlevel2 levelname.graal,x,y;

so you dont get warped to a different level. on accident.

Hulk Hogan 05-22-2001 08:59 PM

Quote:

Originally posted by Nai
But make sure in the script Spearman did that you have the same levelname in the


so you dont get warped to a different level. on accident.

actually it would be

setlevel2 levelname.nw,x,y;

Nai 05-22-2001 09:04 PM

Stefan can change it. Unless you saved it as .nw. =)

Hulk Hogan 05-22-2001 09:09 PM

Quote:

Originally posted by Nai
Stefan can change it. Unless you saved it as .nw. =)
Ghost wants this online though =)
so it would be .nw


All times are GMT +2. The time now is 05:08 AM.

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