Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 03-13-2010, 02:49 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by jkldogg View Post
Okay, will you explain to me how to fix it? Or just come on the server and do it? Please and thank you.
Andrew already suggested a way to fix it, check the ganis for your bullets and make sure you aren't using play to play the gun sound in your gun scripts.
__________________
Quote:
Reply With Quote
  #32  
Old 03-13-2010, 03:06 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Question !?!

Quote:
Originally Posted by fowlplay4 View Post
Andrew already suggested a way to fix it, check the ganis for your bullets and make sure you aren't using play to play the gun sound in your gun scripts.
Did you see my other post?!!? I showed the attachment and I don't know what the play sound is?
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #33  
Old 03-13-2010, 03:11 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by jkldogg View Post
Did you see my other post?!!? I showed the attachment and I don't know what the play sound is?
And I said to open the suspected gani that's causing the problem with a text editor like notepad.
__________________
Quote:
Reply With Quote
  #34  
Old 03-13-2010, 03:19 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Thumbs up

Quote:
Originally Posted by fowlplay4 View Post
And I said to open the suspected gani that's causing the problem with a text editor like notepad.
Ah, okay.

This is what It said

HTML Code:
PLAYSOUND sound.wav 0.9375 -17.0625
PLAYSOUND sound.wav 0.75 17.375
What now?

---------


Quote:
Originally Posted by fowlplay4 View Post
You're mixing GS1 and GS2 there.

message Grab me!; in GS2 is basically

this.chat = "Grab me!"; OR

message("Grab me!");
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
message("Grab me!");
}
function 
onActionGrab() {
  
openUrl("http://forums.graalonline.com/forums/showthread.php?t=134258011");

I tried your idea of the replace message thing but, i get errors. Although the script still works fine.. Scripting is confusing, how can you have an error and it works? But at the same time it's still the wrong type of script?


PHP Code:
ErrorMissing brackets end: ) 
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?

Last edited by jkldogg; 03-13-2010 at 03:31 AM.. Reason: double post
Reply With Quote
  #35  
Old 03-13-2010, 12:34 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by jkldogg View Post
I tried your idea of the replace message thing but, i get errors. Although the script still works fine.. Scripting is confusing, how can you have an error and it works? But at the same time it's still the wrong type of script?


PHP Code:
ErrorMissing brackets end: ) 
GS2 doesn't work offline. If you put the script in an actual script editor it won't give any errors.
__________________
Reply With Quote
  #36  
Old 03-13-2010, 05:38 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Question

Quote:
Originally Posted by cbk1994 View Post
GS2 doesn't work offline. If you put the script in an actual script editor it won't give any errors.
How do I fix the jukebox so the guns don't turn off the song?
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #37  
Old 03-13-2010, 05:58 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by jkldogg View Post
How do I fix the jukebox so the guns don't turn off the song?
Everyone else has already given you the answer; fix your GANIs, there's nothing wrong with the script.
__________________
Reply With Quote
  #38  
Old 03-14-2010, 05:09 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Angry

Quote:
Originally Posted by cbk1994 View Post
Everyone else has already given you the answer; fix your GANIs, there's nothing wrong with the script.
Okay, would you please tell me EXACTLY what to do?
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #39  
Old 03-14-2010, 10:10 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Please re-read the thread.
__________________
Reply With Quote
  #40  
Old 03-14-2010, 03:24 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by xAndrewx View Post
Please re-read the thread.
Playing a gani with sound in it doesn't stop the jukebox, and neither does it stop if you do play("foo.wav"). I suppose there could be a gun sound played from URL somewhere.

jkldogg, you should probably just find someone to scan your scripts for you.
Reply With Quote
  #41  
Old 03-14-2010, 03:31 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Quote:
Originally Posted by xAndrewx View Post
Please re-read the thread.
I hate how you try to help, but you just beat around the bush and never actually help. You just give little small tips..that is annoying.

Quote:
Originally Posted by DrakilorP2P View Post
Playing a gani with sound in it doesn't stop the jukebox, and neither does it stop if you do play("foo.wav"). I suppose there could be a gun sound played from URL somewhere.

jkldogg, you should probably just find someone to scan your scripts for you.
I don't know anyone trustworthy to scan my scripts..Except Alfonso, Chris Vimes, Switch, and Tig.

Who else? Will someone just come fix the stupid juke box..?
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #42  
Old 03-14-2010, 04:00 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Well that's rather rude- considering I'm one of the people trying to help you;

Please look in to your gani folder for the "firing" ganis, open that file in "NOTEPAD" or "WORDPAD" (right click the file > click the option "open with...") and delete the line that says "PLAYSOUND".

This has been mentioned twice in this thread, please can you show some gratitude as we're helping you.
__________________
Reply With Quote
  #43  
Old 03-14-2010, 05:01 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Red face

Quote:
Originally Posted by xAndrewx View Post
Well that's rather rude- considering I'm one of the people trying to help you;

Please look in to your gani folder for the "firing" ganis, open that file in "NOTEPAD" or "WORDPAD" (right click the file > click the option "open with...") and delete the line that says "PLAYSOUND".

This has been mentioned twice in this thread, please can you show some gratitude as we're helping you.
Rep+

This is what i've been waiting for. Tell me exactly what to do. For that, I thank you. Respect has been earned.
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote
  #44  
Old 03-14-2010, 05:10 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
Quote:
Originally Posted by jkldogg View Post
Rep+

This is what i've been waiting for. Tell me exactly what to do. For that, I thank you. Respect has been earned.
You should learn to do things on your own, you won't really learn, or accomplish anything, if everything is chewed out for you.
Reply With Quote
  #45  
Old 03-14-2010, 05:28 PM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Quote:
Originally Posted by Liberated View Post
You should learn to do things on your own, you won't really learn, or accomplish anything, if everything is chewed out for you.
Why don't you teach me or get off my post?
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?

Last edited by jkldogg; 03-14-2010 at 05:29 PM.. Reason: lol
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 05:26 AM.


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