• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Spenceroone3's Scripting Tutorial

Status
Not open for further replies.
1,104
Posts
16
Years
I personally have never gotten a wildbattle of that type to work, though I have gotten a basic one to work.

If you can't get that wildbattle to work, why would you post it in your tutorial? That's kind of stupid isn't it. That's like me trying to teach Дон Пач about tiling (I don't know anything about tiling).
 

spenceroone3

<he eats lots of burgers.
215
Posts
16
Years
LOL. I just put it there for the commands. If people start having BAD problems, I'll go back in there and test it and fix it up. Besides, I'm pretty sure there are other ways too.
 

Juan

Brazilian with a bad English
92
Posts
16
Years
In the Weather Script, it has that to place some value in the fields "Unknown and
Var Number" of a-map?
I left thus and he did not function:
Unknown: 00 00
Var Number: 00 00
 

spenceroone3

<he eats lots of burgers.
215
Posts
16
Years
In the Weather Script, it has that to place some value in the fields "Unknown and
Var Number" of a-map?
I left thus and he did not function:
Unknown: 00 00
Var Number: 00 00
Sorry, that is a bit hard too understand in all tutorials. That is also in foullump's tut, but he made it hard as to understand. Thanks.
 
1,104
Posts
16
Years
This is for applymovements, does not function to Weather, I already tried and he does not function.:disappoin
03 00
50 40
Is really generic it should work just about every script.

I was having trouble with the setweather and doweather command a while ago so I reverted it back to a #raw format and that seemed to fix it.

#raw A4 is setweather
** is the weather
#raw A5 is doweather

Try using this.
Code:
#raw 0xA4 0x**
#raw 0xA5
 

Twinx

s o m e t h i n g M O R E
1,802
Posts
17
Years
I see you covered some stuff others didn't mention... 10x man! very useful.
I'll give these a try in my free time :D
Didn't understand the Randomization part :S Does that mean that the person says or does random things every time?
 
Last edited:

Juan

Brazilian with a bad English
92
Posts
16
Years
03 00
50 40
Is really generic it should work just about every script.

I was having trouble with the setweather and doweather command a while ago so I reverted it back to a #raw format and that seemed to fix it.

#raw A4 is setweather
** is the weather
#raw A5 is doweather

Try using this.
Code:
#raw 0xA4 0x**
#raw 0xA5
It continues not functioning.
Spoiler:

Spoiler:
 
Last edited:
3
Posts
16
Years
  • Seen Mar 27, 2011
I've tried TUTORIAL ELEVEN or WILD BATTLE TUT
But when I press compile the LOG will show up then a pop-up box will appear and say:
Run-time error '457':
The key is already associated with an element of this collection

Why is that happening???
 

thetribemaster

Pokemon: Brink of Oblivion
25
Posts
16
Years
  • Seen Mar 30, 2009
Hey dude can you send me pokéscript? Plz I rly need it cuz I cant get rubikon scriptEd to work...
 

0m3ga_S1nn3r

Beginner Hacker :)
80
Posts
16
Years
Alright, here's a few question's that im really confused about.
1. Alright, u no the rbc thingy i dont get it one bit, could explain to me how to save it please.
2.I've downloaded Pokescript and this other program that i dont even no how to use its called PokemonAdv and it says it needs some windows 32 or sumfing.
3. IF anyone would be kind enough, could they tell me how to get ScriptEd.
 
170
Posts
16
Years
Alright, here's a few question's that im really confused about.
1. Alright, u no the rbc thingy i dont get it one bit, could explain to me how to save it please.
2.I've downloaded Pokescript and this other program that i dont even no how to use its called PokemonAdv and it says it needs some windows 32 or sumfing.
3. IF anyone would be kind enough, could they tell me how to get ScriptEd.

I'll answer question 2 and 3..

2: PokemonAdv, is the command base(rubicon) for pokescript..you have to install pokemon adv in the same folder as pokescript.

3: ScriptEd comes with the elitemap package.
 

0m3ga_S1nn3r

Beginner Hacker :)
80
Posts
16
Years
I'll answer question 2 and 3..

2: PokemonAdv, is the command base(rubicon) for pokescript..you have to install pokemon adv in the same folder as pokescript.

3: ScriptEd comes with the elitemap package.

2.ok it comes up with the following error "run time error 429" and under that it says ActiveX component cant ctreate object

3. where would it be located because i dont think i got it.

but thanks for the info Kristain sorry if i spelt ur name wrong!
 

derv1205

Trade/Battle/Breed/Clone (X,B2,D)
267
Posts
16
Years
Hi, in the colouring text, i want to put in a message for example i put:
message $GotMagby
$GotMagby 1 = You received a MAGBY. Congratulations!

and i just want the word "MAGBY" to be coloured with red, so i put:

$GotMagby 1 = You received a \c\h01\h05MAGBY. Congratulations!

But when i see it in the rom, the word "Congratulatios!" is also coloured =S

What do i have to do?

Thankz
 
Last edited:
Status
Not open for further replies.
Back
Top