• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Resource icon

Resource Technical Records 2020-09-03

Vendily

Elite Trainer
Member
Vendily submitted a new resource:

Technical Records - The replacement to consumable TMs

This script adds in Technical Records, the replacement to consumable TMs that also have the ability to allow a mon to relearn the move at a Move Relearner if they forget it.
Also adds in the system for Technical Records using the icon of the move type much like TMs.

To use it, you must create a new item much like you would a TM or HM, but give it Item Usage 6 (if 6 is already used by some other script, you must edit
pbIsTechnicalRecord? to use a different number)
To use the type based...

Read more about this resource...
 

PorousMist

Novice
Member
Joined
Aug 2, 2020
Posts
37
I keep getting this error. Do you have a fix?

---------------------------
Pokemon Oracle of Creation
---------------------------
[Pokémon Essentials version 18.1]

Exception: NoMethodError

Message: undefined method `[]' for nil:NilClass



Backtrace:

Technical Records:27:in `pbIsTechnicalRecord?'

Technical Records:212:in `pbItemIconFile'

PItem_Sprites:75:in `item='

PItem_Sprites:18:in `initialize'

Editor_Listers:381:in `new'

Editor_Listers:381:in `initialize'

Debug_Menu:493:in `new'

Debug_Menu:493:in `pbDebugMenuActions'

Debug_Menu:857:in `pbDebugMenu'

Debug_Menu:821:in `loop'



This exception was logged in

C:\Users\USERNAME\Saved Games\Pokemon Oracle of Creation\errorlog.txt.

Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
 

Vendily

Elite Trainer
Member
I keep getting this error. Do you have a fix?

---------------------------
Pokemon Oracle of Creation
---------------------------
[Pokémon Essentials version 18.1]

Exception: NoMethodError

Message: undefined method `[]' for nil:NilClass



Backtrace:

Technical Records:27:in `pbIsTechnicalRecord?'

Technical Records:212:in `pbItemIconFile'

PItem_Sprites:75:in `item='

PItem_Sprites:18:in `initialize'

Editor_Listers:381:in `new'

Editor_Listers:381:in `initialize'

Debug_Menu:493:in `new'

Debug_Menu:493:in `pbDebugMenuActions'

Debug_Menu:857:in `pbDebugMenu'

Debug_Menu:821:in `loop'



This exception was logged in

C:\Users\USERNAME\Saved Games\Pokemon Oracle of Creation\errorlog.txt.

Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------

Hi, looks like you installed an older version of the script, the v17 version. Make sure you used the download button to get the v18 version, as v18 moved around a lot of data, including removing the $ItemData global variable that you're crashing on right now.
 

Golisopod User

Elite Trainer
Member
Joined
May 11, 2020
Posts
319
Back
Top