Beiträge von Syreldar

    Show setacce function.

    what do u mean? Its not my code, its a basic "feature" of my source and i want to extend it like for GMs that they have a perma colored chat but then theres the bug with the emotes and this is weired xD

    The emotes use net.SendChatPacket, which means they trigger by chat command. The color arg on the snprintf function interfeeres with that cause it passes the wrong argument to the sendchatpacket, then the client, not recognizing the chatpacket, (cause it has been replaced by a wrong command), just outputs the string (wrong arg passed) instead of the emote.


    That's why you get a strange chat message instead of the emote.

    Okay, but please don't call yourself a Developer in-game, if you struggle with such basic issues.


    Solution: Item_proto client: the 'size' column's value must be > 0.

    Hey so i added samurai costume red and blue here is my .msm file


    Bitte melden Sie sich an, um diesen Link zu sehen.


    Blue works fine , but red i equipp and don't see model i dont know what i am doing wrong, because it's all okay querys item proto etc and if i change the skin on the red to .dds of the blue it works and if i change the skin of the blue to the .dds or red it works so it's not a model problem so wtf is happening ? xD

    Pretty simple: ShapeIndex out of range.


    Search: ShapeDataCount, for armors, not hair.


    set it to the highest you've got +1.


    For you, your highest shapedata is 148, so set it to 149.


    Done.

    There are 4 possible reasons for this:


    • Wrong value 3,
    • if not, wrong path in the msm,
    • if not, the path where you put the files was wrong
    • If not, you didn't index the archive if you made a new one.


    Show me your value3 and msm string if you want help.

    How in the world could this problem ever be in the server_timer function inside your source? The problem is OBVIOUSLY inside the quest.

    Code
    1. SYSERR: Feb 11 16:27:24 :: AddServerTimer: already registered server timer name:Jp_3 arg:3540000
    2. SYSERR: Feb 11 16:29:38 :: RunState: LUA_ERROR: locale/germany/quest/object/state/snow_dungeon:170: attempt to index field `?' (a nil value)
    3. SYSERR: Feb 11 16:29:38 :: WriteRunningStateToSyserr: LUA_ERROR: quest snow_dungeon.start click
    • You are literally creating the same server-timer with the same servertimer argument two times, it's telling you clearly.
    • You're trying to call an index of a non-existing field.


    This looks better to me!


    Bitte melden Sie sich an, um dieses Bild zu sehen.