Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cannot convert fixnum into string
Post: RE: Cannot convert fixnum into string

Thank you - I wasn't sure where I had to put a ".to_s" since there were so many options
firevenge007 Code Support 6 7,165 12-24-2013, 12:27 AM
    Thread: Cannot convert fixnum into string
Post: RE: Cannot convert fixnum into string

https://www.dropbox.com/s/72916idbsfhdfnm/Project%20Error.zip This is the link to the full project If you can solve this issue, I'd love you for ever.
firevenge007 Code Support 6 7,165 12-23-2013, 03:50 AM
    Thread: Cannot convert fixnum into string
Post: RE: Cannot convert fixnum into string

If I posted my full game project, would you be willing to help me?
firevenge007 Code Support 6 7,165 12-22-2013, 07:57 PM
    Thread: Cannot convert fixnum into string
Post: Cannot convert fixnum into string

It's very complicated from what I can see, and I tried solving it on my own, but whatever I do, the problem seems to be stuck in a script I'm using called Bigace's warrior engine. The line is appro...
firevenge007 Code Support 6 7,165 12-22-2013, 09:25 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

I don't feel like I'm getting anywhere with the leveling part of this. Well, thanks for the help though
firevenge007 Scripts Database 18 23,120 12-21-2013, 06:44 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

actor #21 is not in my party, which is maybe why this is not working as I thought it would. I have customized the menu screen with a unique script where a multitude of actors are shown THOUGH they ...
firevenge007 Scripts Database 18 23,120 12-19-2013, 10:20 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

Let me be more clear: In my game, I use actors as actual skills that you level up Only one is in the party (the main character), but all the other actors are skills like fishing, hunting, farmin...
firevenge007 Scripts Database 18 23,120 12-18-2013, 08:54 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

I already had changed it to 21 instead of 9 but no xp is given to the actor's level.
firevenge007 Scripts Database 18 23,120 12-18-2013, 06:44 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

Okay thank you, no errors now. I do wonder though - is this actually giving a specific actor experience? I wanted to give actor 21 40 experience if "BlackPowder2" was made with ingredients, and ...
firevenge007 Scripts Database 18 23,120 12-17-2013, 07:41 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

I'm putting this: module Crafting DEFAULT_EXP = 0 CRAFT_EXP["BlackPowder2"] = 4 end but wherever I put it I still get the same error... Also, I followed your directions by ...
firevenge007 Scripts Database 18 23,120 12-17-2013, 04:59 AM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

Thanks for your help! It seems though as if whenever I place 'module Crafting' at the end of the script, it tells me: "NameError occurred. uninitialized constant Crafting::CRAFT_EXP
firevenge007 Scripts Database 18 23,120 12-16-2013, 09:49 PM
    Thread: Miriam's HandiCrafts!
Post: RE: Miriam's HandiCrafts!

Hey, I was messing around with this script and I wondered if it was possible to give experience to an actor whenever something is crafted? I wanted to private message this to you, but for some reas...
firevenge007 Scripts Database 18 23,120 12-15-2013, 06:20 AM