• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Tutor.net

Resource Tutor.net 1.2.3

ardicoozer

Cooltrainer
Member
Joined
Sep 29, 2020
Posts
171
Sorry, I getting error after test this command.
Code:
Expand Collapse Copy
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Script error in event 20 (coords 5,5), map 15 (Home)
Exception: NoMethodError
Message: undefined method `tutorlist' for nil:NilClass

***Full script:
pbTutorNetAdd(:FIREPUNCH, 7000)
pbTutorNetAdd(:FIREBLAST, 10000)
pbTutorNetAdd(:FLAMETHROWER, 7000)
pbTutorNetAdd(:FLAMEWHEEL, 3000)
pbTutorNetAdd(:OVERHEAT, 15000)
pbTutorNetAdd(:BLASTBURN, 20000)
pbTutorNetAdd(:FLAREBLITZ, 15000)
pbTutorNetAdd(:ERUPTION, 30000)

Backtrace:
[Tutor.net] Tutor.net.rb:904:in `pbTutorNetAdd'
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
[Following Pokemon EX] Refresh.rb:268:in `update'

in meta.txt files v21.1 still using a 20.1 version, and I found inside tutornet.rb still using a SpriteWrapper..
but SpriteWrapper in v21.1 doesn't exists, replacing by BitmapWrapper.
I think, this is a same files files in different name zip files.
 

DemICE

QoL junkie
Member
Joined
Jan 12, 2018
Posts
96
Sorry, I getting error after test this command.
Code:
Expand Collapse Copy
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Script error in event 20 (coords 5,5), map 15 (Home)
Exception: NoMethodError
Message: undefined method `tutorlist' for nil:NilClass

***Full script:
pbTutorNetAdd(:FIREPUNCH, 7000)
pbTutorNetAdd(:FIREBLAST, 10000)
pbTutorNetAdd(:FLAMETHROWER, 7000)
pbTutorNetAdd(:FLAMEWHEEL, 3000)
pbTutorNetAdd(:OVERHEAT, 15000)
pbTutorNetAdd(:BLASTBURN, 20000)
pbTutorNetAdd(:FLAREBLITZ, 15000)
pbTutorNetAdd(:ERUPTION, 30000)

Backtrace:
[Tutor.net] Tutor.net.rb:904:in `pbTutorNetAdd'
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
[Following Pokemon EX] Refresh.rb:268:in `update'

in meta.txt files v21.1 still using a 20.1 version, and I found inside tutornet.rb still using a SpriteWrapper..
but SpriteWrapper in v21.1 doesn't exists, replacing by BitmapWrapper.
I think, this is a same files files in different name zip files.
from what you said i didnt understand if you are using the v21.1 plugin on v20.1 essentials or the v20.1 plugin on v21.1 essentials.
but please choose the appropriate version for your game. Then if there are still issues, we can figure them out. Although I just downloaded (just in case) my v21.1 tutor.net and tried it in a clean essentials v21.1 and its working just fine
 
Last edited:

ardicoozer

Cooltrainer
Member
Joined
Sep 29, 2020
Posts
171
from what you said i didnt understand if you are using the v21.1 plugin on v20.1 essentials or the v20.1 plugin on v21.1 essentials.
but please choose the appropriate version for your game
I do,
I'm using a v21.1 tutornet in my project using a Ess v21.1 too
 

y'Frit

Rookie
Member
Joined
Sep 1, 2024
Posts
2
At first,GOD BLESS U that u can understand what i say as follow.......I come from a non-native English speaking country...
I recently installed your plugin .It looks so great!
But,when i debug my fangame(ess21.1),it runs error:

Error in Plugin: [Tutor.net]
Exception: NameError
Message: uninitialized constant SpriteWrapper
Backtrace:
[Tutor.net] Tutor.net.rb:113:in `<main>'

So,i change all the "SpriteWrapper" to "Sprite" in "Tutor.net.rb".
Then,the new error is:

Exception: NoMethodError
Message: undefined method `tutornet' for nil:NilClass

i really dont know how can i do...
Thank u for ur plugin, although I can't use it now.
 

DemICE

QoL junkie
Member
Joined
Jan 12, 2018
Posts
96
At first,GOD BLESS U that u can understand what i say as follow.......I come from a non-native English speaking country...
I recently installed your plugin .It looks so great!
But,when i debug my fangame(ess21.1),it runs error:

Error in Plugin: [Tutor.net]
Exception: NameError
Message: uninitialized constant SpriteWrapper
Backtrace:
[Tutor.net] Tutor.net.rb:113:in `<main>'

So,i change all the "SpriteWrapper" to "Sprite" in "Tutor.net.rb".
Then,the new error is:

Exception: NoMethodError
Message: undefined method `tutornet' for nil:NilClass

i really dont know how can i do...
Thank u for ur plugin, although I can't use it now.
when did you download?

i updated the v21 download, can you please get that and tell me if it works now
because i updated the download 2 days ago as mentioned above and it works for ardicoozer
 

y'Frit

Rookie
Member
Joined
Sep 1, 2024
Posts
2
when did you download?


because i updated the download 2 days ago as mentioned above and it works for ardicoozer
30.8.2024 I try to use ur plugin.
Thanks,i will download the lastest version and try to install it again.
 

DemICE

QoL junkie
Member
Joined
Jan 12, 2018
Posts
96
30.8.2024 I try to use ur plugin.
Thanks,i will download the lastest version and try to install it again.
just make sure to choose the [v21.1] one
"SpriteWrapper" has been changed to "Sprite"
 
Back
Top