• Search is back up, but the index is being rebuilt, there may still be some minor problems until this is complete.

mrdickfingers

New Member
Jul 25, 2017
1
0
I have finished everything else in the game up to this point but don't have Magikarp yet. How do I trigger the scammer giving me a Magikarp? Can't figure out what I am missing.
 

danielbela

Newbie
Jul 8, 2018
17
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/custom_screens.rpy", line 923, in execute
  File "game/scripts/custom_screens.rpy", line 923, in execute
  File "game/scripts/custom_screens.rpy", line 928, in execute
  File "game/scripts/custom_screens.rpy", line 948, in execute
  File "game/scripts/custom_screens.rpy", line 955, in execute
  File "game/scripts/custom_screens.rpy", line 959, in execute
  File "game/scripts/custom_screens.rpy", line 960, in execute
  File "game/scripts/custom_screens.rpy", line 962, in execute
AttributeError: type object 'CitsaleBerry' has no attribute 'name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/maps/cerulean.rpyc", line 67, in script
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\Gry\Akabur Games\LeafonFire-0.1.20-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/custom_screens.rpy", line 923, in execute
  File "game/scripts/custom_screens.rpy", line 923, in execute
  File "game/scripts/custom_screens.rpy", line 928, in execute
  File "game/scripts/custom_screens.rpy", line 948, in execute
  File "game/scripts/custom_screens.rpy", line 955, in execute
  File "game/scripts/custom_screens.rpy", line 959, in execute
  File "game/scripts/custom_screens.rpy", line 960, in execute
  File "game/scripts/custom_screens.rpy", line 962, in execute
  File "<screen language>", line 962, in <module>
AttributeError: type object 'CitsaleBerry' has no attribute 'name'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Leaf on Fire 0.1.20
Mon Apr 22 06:51:12 2019
 

chuckace

Newbie
Dec 10, 2018
85
177
I get an error when trying to buy items at the Cerulean Punkmart. Every time I click on 'Yes (See Products)', the error message appears. the error given is: "AttributeError: type object 'CitsaleBerry' has no attribute 'name' "
Same for me
Cant get access to Cerulean Punlmart
 

Zarathos4

Trial Moderator
Trial Moderator
Jul 25, 2018
1,146
849
So many updates and still no Hypno? Wut?
If the game is supposed to semi-mirror the real game, you dont run into a Hypno until at least Vermilion City. Because the grassy area near diglett's cave is where Drowzee would spawn first. And if you're lucky Hypno also. Though Hypno had a very small spawn rate.

So if Drowzee and Hypno aren't added by then, I'd be like Wut.

So far everything has been what you might encounter in the real game as far as events and pokemon spawns.
 
Aug 17, 2018
19
24
Loving the game, but have a (probably stupid) question .... have my 6 pokies...and have 3 others in punk balls, is there a way to take the ones in punkballs and use them to fight instead of the main 6?
 

BastardX

Well-Known Member
May 13, 2018
1,403
519
Loving the game, but have a (probably stupid) question .... have my 6 pokies...and have 3 others in punk balls, is there a way to take the ones in punkballs and use them to fight instead of the main 6?
Go to the pokecenter where you heal them... there is an option to switch them out.
 

Mychibre

New Member
Jan 3, 2018
2
0
Hi guys,

I've completed all the pokemons but one, but I don't know which one this is and where I can find it.
The one juste after sandshrew

If someone can help, thanks !
 

Fox.Mulder

Member
Jul 31, 2017
394
130
I'm not sure what happened but Clefairy and Jigglypuff never evolved lol. Kept levelling them for ages thinking it might just happen late but I got to 70+ with them. xD
 

zerodead

Engaged Member
Jan 18, 2018
2,198
2,025
I'm not sure what happened but Clefairy and Jigglypuff never evolved lol. Kept levelling them for ages thinking it might just happen late but I got to 70+ with them. xD
Clefairy and Jigglypuff evolves by stone, have to use moon stone to evolve them, you never play the original version?
 
4.30 star(s) 20 Votes