Jump to content

Hidden Costume System


Recommended Posts

I get this Error:
SYSERR: Aug 12 17:47:56 :: RunState: LUA_ERROR: [string "costume"]:8: attempt to call field `costume' (a nil value)
SYSERR: Aug 12 17:47:56 :: WriteRunningStateToSyserr: LUA_ERROR: quest costume.start click
SYSERR: Aug 12 17:47:56 :: Input: no quest running for pc, cannot process input : 4

can anyone help me?

Link to comment
Share on other sites

All with this Error:

SYSERR: Aug 12 17:47:56 :: RunState: LUA_ERROR: [string "costume"]:8: attempt to call field `costume' (a nil value)
SYSERR: Aug 12 17:47:56 :: WriteRunningStateToSyserr: LUA_ERROR: quest costume.start click
SYSERR: Aug 12 17:47:56 :: Input: no quest running for pc, cannot process input : 4

add in questlua_pc.cpp:

{ "costume",                                pc_costume                                },

over

{ null, null },

in the end in questlua_pc

 

 

  • Love 1
Link to comment
Share on other sites

  • Premium
Spoiler

0816 15:03:36447 ::   File "networkModule.py", line 234, in SetGamePhase

0816 15:03:36447 ::   File "game.py", line 271, in __init__

0816 15:03:36448 ::   File "game.py", line 2387, in __ServerCommand_Build

0816 15:03:36448 :: AttributeError
0816 15:03:36448 :: : 
0816 15:03:36448 :: 'GameWindow' object has no attribute 'costume'
0816 15:03:36448 :: 
 

I'm getting this error but I've added everything correctly as far i know...Can anyone help me?

Line 2387:

Spoiler

            "costume"                : self.costume,

In    def __ServerCommand_Build(self):

Link to comment
Share on other sites

  • 4 months later...
  • 5 months later...
  • 2 months later...
  • Premium
il y a 12 minutes, Zhymer a dit :

I have a bug:

Equip an armor and a costume, then hide the costume, now unequip the armor, and still see the armor instead of the basic character layout.

This is just for me or it's a common issue with this system?

It's a common issue. What's more, once the worn costume is expired, your character will be naked even if he has an armor, you need the reclick on the button to fix it, also, when hiding the armor if you don't have any costume, your character will be naked as well

  • Love 1
Link to comment
Share on other sites

  • 1 month later...

Does someone have a fix for the Transmutations system? If you have transmute an armor and u make costum invisible, the armor transmute is invisible too untill your reequip the armor. And if u make it invisible while not wearing an costume and not an transmutet armor, you get naked (the system is not clearing only the costume, it clears armor too if you had no costume equipt)

 

And yeah, if you make your wearing costume invisible and after this you unequip your armor, the armor graphic doesnt change to the naked character layout untill you unequip your invisible costume too.

Link to comment
Share on other sites

  • 3 weeks later...
Am 16.8.2016 um 14:15 schrieb Crystal™:
  Unsichtbaren Inhalt anzeigen

0816 15:03:36447 ::   File "networkModule.py", line 234, in SetGamePhase

0816 15:03:36447 ::   File "game.py", line 271, in __init__

0816 15:03:36448 ::   File "game.py", line 2387, in __ServerCommand_Build

0816 15:03:36448 :: AttributeError
0816 15:03:36448 :: : 
0816 15:03:36448 :: 'GameWindow' object has no attribute 'costume'
0816 15:03:36448 :: 
 

I'm getting this error but I've added everything correctly as far i know...Can anyone help me?

Line 2387:

  Unsichtbaren Inhalt anzeigen

            "costume"                : self.costume,

In    def __ServerCommand_Build(self):

I have this error help me pleas ?

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...
  • 2 months later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.