Profile for SmirfOfDoom

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

Pages

AuthorRecent posts
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #34
Ok, hopefully that will solve the problem, I will try and let you know. Thank you.

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #32
For some reason the line that it tells me is wrong, never seems to be the line that actually is, so I wouldn't rely too much on it being the beginstate line. Every other script on it is PERFECT. I fine tuned them to the extreme. (beyond that I also tried to take out everything else besides what was necassary, and it still had the same result). If anyone has a portal or button or something that gives me a better example then the tutorial please let me know, I'm thinking of just forcing the players to teleport, but that would not help in future situations like this one. I really hope to get this fixed soon, I didn't do all that terrain and creature and item editing to stop at the scripting part. GRRRR.

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #32
For some reason the line that it tells me is wrong, never seems to be the line that actually is, so I wouldn't rely too much on it being the beginstate line. Every other script on it is PERFECT. I fine tuned them to the extreme. (beyond that I also tried to take out everything else besides what was necassary, and it still had the same result). If anyone has a portal or button or something that gives me a better example then the tutorial please let me know, I'm thinking of just forcing the players to teleport, but that would not help in future situations like this one. I really hope to get this fixed soon, I didn't do all that terrain and creature and item editing to stop at the scripting part. GRRRR.

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #30
I've tried everything I can think of, this is what I came up with, can anyone help as to why it is still saying "wrong type/number of parameters on line 48, which appears to be the BEGINSTATE LINE
beginstate 99;
reset_dialog();
if (get_flag(0,0) == 0)
{
add_dialog_str(0,"In this hidden corner you find a box. Inside the box is a big red button. There is nothing else in the box.","What do you do?");
add_dialog_choice(0,"Leave the button alone.");
add_dialog_choice(1,"Push the button.");
choice = run_dialog(1);
}
if (choice == 1)
{
set_flag(0,0,1);
teleport_party(10,38,0);
}
if (choice == 2)
message_dialog("You decide to play it safe.");
break;

BTW, I also tried how you put it on the forum (with the "{" going the same way twice, not sure why you put it that way) and it also did not work. Any help will be appreciated on this, it is frustrating the heck out of me. This is a pretty essential part to my scenario beyond the fact that this is one of the most essential parts to a scenario, giving choices... F*(&ing Scripting...

[ Monday, September 13, 2004 19:06: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #30
I've tried everything I can think of, this is what I came up with, can anyone help as to why it is still saying "wrong type/number of parameters on line 48, which appears to be the BEGINSTATE LINE
beginstate 99;
reset_dialog();
if (get_flag(0,0) == 0)
{
add_dialog_str(0,"In this hidden corner you find a box. Inside the box is a big red button. There is nothing else in the box.","What do you do?");
add_dialog_choice(0,"Leave the button alone.");
add_dialog_choice(1,"Push the button.");
choice = run_dialog(1);
}
if (choice == 1)
{
set_flag(0,0,1);
teleport_party(10,38,0);
}
if (choice == 2)
message_dialog("You decide to play it safe.");
break;

BTW, I also tried how you put it on the forum (with the "{" going the same way twice, not sure why you put it that way) and it also did not work. Any help will be appreciated on this, it is frustrating the heck out of me. This is a pretty essential part to my scenario beyond the fact that this is one of the most essential parts to a scenario, giving choices... F*(&ing Scripting...

[ Monday, September 13, 2004 19:06: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #28
BTW, its saying "wrong numbers/type of parameters"

oops, forgot about the edit button again

[ Monday, September 13, 2004 17:37: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #28
BTW, its saying "wrong numbers/type of parameters"

oops, forgot about the edit button again

[ Monday, September 13, 2004 17:37: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #27
Can someone PLEASE tell me what is wrong with this script? It is supposed to merely give someone a choice of whether or not to push a button, and then depending on their choice, teleport them...

beginstate 99;
reset_dialog();
if (get_flag(0,0) == 0)
add_dialog_str(0,"In this hidden corner you find a box. Inside the box is a big red button. There is nothing else in the box.","What do you do?");
add_dialog_choice(0,"Leave the button alone.");
add_dialog_choice(1,"Push the button.");
choice = run_dialog()
if (choice == 1)
set_flag(0,0,1);
teleport_party(10,38,0);
if (choice == 2)
message_dialog("You decide to play it safe.");
break;

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #27
Can someone PLEASE tell me what is wrong with this script? It is supposed to merely give someone a choice of whether or not to push a button, and then depending on their choice, teleport them...

beginstate 99;
reset_dialog();
if (get_flag(0,0) == 0)
add_dialog_str(0,"In this hidden corner you find a box. Inside the box is a big red button. There is nothing else in the box.","What do you do?");
add_dialog_choice(0,"Leave the button alone.");
add_dialog_choice(1,"Push the button.");
choice = run_dialog()
if (choice == 1)
set_flag(0,0,1);
teleport_party(10,38,0);
if (choice == 2)
message_dialog("You decide to play it safe.");
break;

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
whatsyourscenario? in Blades of Avernum Editor
BANNED
Member # 4943
Profile #1
The Serpents Fang, undecided amount of towns, but bordering on the higher numbers, generally made to be a game in itself more then a scenario inside of a game. About 10% complete, which means I have just about everything except a bit of terrain work and lots of scripting.

Main Story: Below the surface is Exile. Below Exile is the Vahnatai lands. No one knows whats below the Vahnatai. Thats all you get.

[ Monday, September 13, 2004 16:16: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
whatsyourscenario? in Blades of Avernum
BANNED
Member # 4943
Profile #1
The Serpents Fang, undecided amount of towns, but bordering on the higher numbers, generally made to be a game in itself more then a scenario inside of a game. About 10% complete, which means I have just about everything except a bit of terrain work and lots of scripting.

Main Story: Below the surface is Exile. Below Exile is the Vahnatai lands. No one knows whats below the Vahnatai. Thats all you get.

[ Monday, September 13, 2004 16:16: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Names Wanted in Blades of Avernum Editor
BANNED
Member # 4943
Profile #3
Thanks magic hunter grrrrl

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Names Wanted in Blades of Avernum
BANNED
Member # 4943
Profile #3
Thanks magic hunter grrrrl

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Garzahd- I'm stuck in The Avernum Trilogy
BANNED
Member # 4943
Profile #1
Well, you could try going into the northeast room of that building and looking at the dresser anyways, or you could go to (if memory serves me) fort remote where the message tells you anyways, along with something along the lines of a key west of formello in an undead castle. Thats my only guess.

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Names Wanted in Blades of Avernum Editor
BANNED
Member # 4943
Profile #0
Well, I have two reasons for this new topic. One, I need some names. Two, I'm sure there are some other people who also have trouble with that particular aspect. I am currently looking for Slitherazakai names, feel free to post any suggestions (but not Ssslinki, it sounds way too much like those wonderfull little toys)

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Names Wanted in Blades of Avernum
BANNED
Member # 4943
Profile #0
Well, I have two reasons for this new topic. One, I need some names. Two, I'm sure there are some other people who also have trouble with that particular aspect. I am currently looking for Slitherazakai names, feel free to post any suggestions (but not Ssslinki, it sounds way too much like those wonderfull little toys)

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Favourite SPIDWEB game in General
BANNED
Member # 4943
Profile #38
Avernum 2, all the way

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #25
Same response. The bubble is still on one of my guards. Is the number I insert the same as the character ID from the editor?

New Question: If I have a teleporter in a town, how do I get it to teleport the party to a different town?

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #25
Same response. The bubble is still on one of my guards. Is the number I insert the same as the character ID from the editor?

New Question: If I have a teleporter in a town, how do I get it to teleport the party to a different town?

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #23
Close, but I'm guessing one of my problems is what is the get_ran command, isn't that only for the actual timing of the bubble? This is my test subject:
begintownscript;
variables;
body;

beginstate INIT_STATE;
enable_add_chars(1);
set_name (16,"Ssslarkin");
set_crime_tolerance(6);
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
text_bubble_on_char(16,"F#$@ing Scripting.");
break;

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #23
Close, but I'm guessing one of my problems is what is the get_ran command, isn't that only for the actual timing of the bubble? This is my test subject:
begintownscript;
variables;
body;

beginstate INIT_STATE;
enable_add_chars(1);
set_name (16,"Ssslarkin");
set_crime_tolerance(6);
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
text_bubble_on_char(16,"F#$@ing Scripting.");
break;

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Graphics Wanted in Blades of Avernum Editor
BANNED
Member # 4943
Profile #26
Don't know how to do a quote so here is your original text:
yeah, ok. then work on your scripts, 'twas only a question.
didn't want to charge you.
and if my grammar is bad: please tell me how to do it in a better way. i'm not a native english speaker and out of school since 1994!
Correction:
Yeah, ok. Then work on your scripts. It was only a question. I didn't want to charge you. If my grammar is bad, please tell me how to correct it. I'm not a native English speaker, and I have been out of school since 1994!
Name Correction: Bigblue or Big Blue or Big Blue of Doom.

[ Thursday, September 09, 2004 12:17: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Graphics Wanted in Blades of Avernum
BANNED
Member # 4943
Profile #26
Don't know how to do a quote so here is your original text:
yeah, ok. then work on your scripts, 'twas only a question.
didn't want to charge you.
and if my grammar is bad: please tell me how to do it in a better way. i'm not a native english speaker and out of school since 1994!
Correction:
Yeah, ok. Then work on your scripts. It was only a question. I didn't want to charge you. If my grammar is bad, please tell me how to correct it. I'm not a native English speaker, and I have been out of school since 1994!
Name Correction: Bigblue or Big Blue or Big Blue of Doom.

[ Thursday, September 09, 2004 12:17: Message edited by: SmirfOfDoom ]

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum Editor
BANNED
Member # 4943
Profile #21
The Slith's Character ID in the editor is 16.

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00
Please Help Me Experienced Editors... in Blades of Avernum
BANNED
Member # 4943
Profile #21
The Slith's Character ID in the editor is 16.

--------------------
I start this off, without any words.
I got so high, I scratched till I bled.
Love myself, better then you.
I know it's wrong, so what should I do?
Posts: 94 | Registered: Tuesday, September 7 2004 07:00

Pages