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
  #1  
Old 10-21-2003, 07:16 AM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
Unhappy Some commands that I don't understand.

Can someone PLEASE explain to me what these commands are and how they are used, along with the syntax of them?

copylevel string,string;
copystrings string,string;
sendrpgmessage (I have no idea what the params are)

I would really like help, I can't find these commands anywhere, not in the newfeatures either.
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote
  #2  
Old 10-21-2003, 07:30 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Re: Some commands that I don't understand.

Quote:
Originally posted by ForgottenLegacy
Can someone PLEASE explain to me what these commands are and how they are used, along with the syntax of them?

copylevel string,string;
copystrings string,string;
sendrpgmessage (I have no idea what the params are)

I would really like help, I can't find these commands anywhere, not in the newfeatures either.
copylevel oldlevelname.nw,targetlevelname.nw;

sendrpgmessage Text would go here, I'd imagine.;

Last edited by Lance; 10-21-2003 at 08:53 AM..
Reply With Quote
  #3  
Old 10-21-2003, 08:50 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
I would like to know how copystrings got out... that was a pretty secret command besides to the few people I told it to...

its copystrings fromprefix,toprefix;

with (npcs[npcscount-1]) copystrings this.,thiso.; would copy all the this. strings from the npc in the with statement to the npc that got that

side note: sendrpgmessage doesn't work on servers unless stefan enables the rpg window
Reply With Quote
  #4  
Old 10-21-2003, 08:54 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally posted by Python523
side note: sendrpgmessage doesn't work on servers unless stefan enables the rpg window
I do think it's available to all nowadays
Reply With Quote
  #5  
Old 10-21-2003, 09:10 AM
-Ramirez- -Ramirez- is offline
Registered User
Join Date: Jun 2002
Location: USA, Ohio
Posts: 729
-Ramirez- has a spectacular aura about-Ramirez- has a spectacular aura about
Quote:
Originally posted by Python523
I would like to know how copystrings got out... that was a pretty secret command besides to the few people I told it to...
...why would you keep it secret in the first place?
__________________
Kat
Reply With Quote
  #6  
Old 10-21-2003, 03:05 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by -Ramirez-

...why would you keep it secret in the first place?
Not really a matter of keeping it a secret, was ore like I didn't want to make a new thread everytime a new command is releaed, and I just saw that I did post about it awhile ago :O
Reply With Quote
  #7  
Old 10-21-2003, 05:34 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
I wonder if there are more hidden commands. n_n
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #8  
Old 10-21-2003, 10:59 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Quote:
Originally posted by osrs
I wonder if there are more hidden commands. n_n
I am guessing there are oodles and poodles of them. :P
__________________
Reply With Quote
  #9  
Old 10-21-2003, 11:49 PM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
I'm an Admin of Babylon and we contantly see new commands come and go. I've seen copystrings being used by several people, and I do believe that sendrpgmessage is globally allowed now, since several servers have been using it (even UC ones)
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote
  #10  
Old 10-22-2003, 12:00 AM
Riot-Starter Riot-Starter is offline
Registered User
Join Date: Aug 2001
Location: Central Florida, USA
Posts: 79
Riot-Starter is on a distinguished road
Send a message via AIM to Riot-Starter
Yes sendrpgmessage seems to work on all servers, I tested on a UC and Classic server and it works on both.
Reply With Quote
  #11  
Old 10-23-2003, 05:24 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
just in case some **** asks...
sendrpgmessage is serverside!!!
and if u dont know u open the "thingy" by pressing F2
Reply With Quote
  #12  
Old 10-23-2003, 06:47 AM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
I'm not stupid, and I got all the commands to work.
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote
  #13  
Old 10-23-2003, 07:56 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by ZeLpH_MyStiK
just in case some **** asks...
sendrpgmessage is serverside!!!
and if u dont know u open the "thingy" by pressing F2
I myself tend to think the Scripting board is more intelligent spelling and grammer wise and more rule abiding than the other forum sections, please don't ruin that.
Reply With Quote
  #14  
Old 10-23-2003, 04:35 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by ZeLpH_MyStiK
just in case some **** asks...
sendrpgmessage is serverside!!!
and if u dont know u open the "thingy" by pressing F2
Shut up.
Reply With Quote
  #15  
Old 10-24-2003, 01:23 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Unhappy

Well im sorry if **** has misled anyone it seems this board will mask up almost anything even if it is not a foul or obscene word. And in regard to ForgottenLegacy's post, I am not calling you or anyone stupid.
__________________
Reply With Quote
  #16  
Old 10-24-2003, 02:50 AM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
Unless you want people to regard you as 'stupid', then use words that will not get 'bleeped by the censor' so-to-speak. Use the words 'unintellegent' or 'unwise' to depict a stupid or uneducated or immature person, do not use obcienities. Thankies!
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote
  #17  
Old 10-24-2003, 03:37 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Ok perhaps you did not read my previous post correctly, the word i used was not obscene and does not imply stupidity. It was another form of "nub," i just did not know it would get masked out. If the four stars confused you im sorry. But please do not guess and imply what i said was you are...
__________________
Reply With Quote
  #18  
Old 10-24-2003, 04:10 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Konidias felt that abbreviations for the term 'newbie' were immoral and should not be allowed. Sometimes that proves true, but anyone who uses that word demeaningly is idiot enough as it is that they'll get themselves in trouble anyway. *shrug*
Reply With Quote
  #19  
Old 10-24-2003, 04:58 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Hey i apologized, if you have to fight back at me i have to defend myself.
__________________
Reply With Quote
  #20  
Old 10-24-2003, 05:13 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally posted by ZeLpH_MyStiK
Hey i apologized, if you have to fight back at me i have to defend myself.
Huh? I was talking about in general, not directed at anyone in specific.
Reply With Quote
  #21  
Old 11-03-2003, 11:33 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Quote:
Originally posted by Lance
Konidias felt that abbreviations for the term 'newbie' were immoral and should not be allowed. Sometimes that proves true, but anyone who uses that word demeaningly is idiot enough as it is that they'll get themselves in trouble anyway. *shrug*
I disagree on the original meaning of newbie being immoral, but the way it is used nowadays sure is immoral.
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
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 11:43 PM.


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