Beiträge von FlorinMarian


    It means you have installed it incorrectly, I use martysama's sources and i installed the system following the guide, it works perfectly.
    The trasmutation is a thing aside, search for it.

    Thank you for reply, i will try again.
    About transmutation, i mean this comment:


    Code
    1. ⦁ If you have transmutation system implemented then contact me for the next files (because require extra/different steps):
    2. ⦁ root\ui.py
    3. ⦁ root\uiInventory.py
    4. ⦁ server\game\src\char_item.cpp
    5. ⦁ binary\UserInterface\PythonPlayerModule.cpp

    Can you upload on pastebin gamelib\itemdata.h and common\item_length.h ?


    Greetings.

    Hello !
    Anybody have tutorial for shoulder sash system compatible with marty source and transmutation included?
    Tried today one version which was marked as "LeNNt 0.3" but there aren't present files for transmuation included.
    After installing that version was correctly equip/unequip sash in game but sash wasn't over the head on introselect/in game.
    Hope somebody will can help me.


    Thanks all ! :thumbsup:

    Hello !
    Today when i tested damage, i realised that: Bell & Fan resist on items don't affect damage. I have same value attack when skilling with and without that bonus weared. (0/60)
    What I should check? I didn't any change on item_attr or relative functions.


    UPDATE: same bug on stone against shaman. Skill isn't affected by stone.

    Hello !
    I have a strange BUG with Shamy, skill Reflection.
    After few uses of that skill, character get disconnected.
    Relevant syserr:


    I think it's a common problem, but i have no idea for solution.
    How i realised that it's a common problem? Saw this on public sources from marty:
    Thanks all !

    Code
    1. @fixme135: on char.cpp; if the Sync is made before a move packet and the sectree differs of few x/y coordinates, the sectree will be changed without update (crash character) (troublesome -> removed)

    On shamy it's trange aswell when I try to use hit. There appear a small blue motion like sword and it's totally out of range.
    InstanceBase.cpp, maybe u see better than me: Bitte melden Sie sich an, um diesen Link zu sehen.
    Thank you !

    Preview to understand much better what I mean:
    Bitte melden Sie sich an, um diesen Link zu sehen.


    Thanks for nothing this time.
    Solved myself editing item.cpp like this:

    Hi devs !
    I have 2 little requests:
    1. How can I do to solve next BUG on Tranmustation system:

    • equip weapon with transmutation -> OK
    • equip weapon skin -> OK
    • unequip weapon skin -> weapon become original skin of weapon, not tranmutated

    2. Which bugs must be checked before these releasing systems on live game server?
    Thank you all !

    Hello !
    I have a weird bug on my test server.
    When I try to open NPC Category with two characaters, one succed and one fail [maybe there are many which fail/succeed but i didn't tested].
    Bitte melden Sie sich an, um dieses Bild zu sehen.
    Syserr - empty
    Syslog:
    Jul 22 09:55:54 :: SHOP: END: KinkySexJul 22 09:55:55 :: OnClick Magazin special[vnum 9003 ServerUniqueID 15, pid 0] by KinkySexJul 22 09:55:55 :: reallocating buffer to 8192, current 1024Jul 22 09:55:55 :: SHOP: START: KinkySexJul 22 09:55:56 :: SHOP: END: KinkySexJul 22 09:56:03 :: GLOBAL_TIME: Jul 22 09:56:03 time_gap 0Jul 22 09:56:24 :: QUEST ScriptAnswer pid 181633 answer 6Jul 22 09:56:25 :: OnClick Magazin special[vnum 9003 ServerUniqueID 15, pid 0] by [FlorinMarian] Jul 22 09:56:26 :: QUEST ScriptAnswer pid 181633 answer 6

    Hello !
    This bug is available everywhere but i think it's time to be solved.
    video:



    expalation: if u reset status VIT or full character status, your pv isn't stable and increase/decrease random.
    Any solution ?
    Thanks

    Hello devs !
    I have a problem with my server, somebody crash my server (always channel1/core3)
    Syserr:




    Fixes

    Code
    1. [FIX*]PM Flooder Kick Hack
    2. [FIX*]Messenger Kick Hack
    3. [FIX*]Messenger SQL Injection [MessengerManager::RemoveFromList]
    4. [FIX*]Dungeon Core Downer
    5. [FIX*]Cube Core Downer
    6. [FIX*]Command /war Fixed
    7. [FIX*]P2P Header Removed
    8. [FIX*]Guild Vulnerability Adding Mobs/NPCs Into Guild


    gdb game.core

    Code
    1. Core was generated by `game_r1_32'. Program terminated with signal 11, Segmentation fault. #0 0x082131ca in ?? ()

    I miss something ?
    Thanks you !

    Hello !
    I try to make a server wirh 40K but to remove costume window, dragon soul, belt system etc.
    I found a little issue.
    If i have a hair (any) and i wanna color my hair i cannot do this because i don't have opportunity to remove hair (as i remember, on gameforge has been at quest at 20017 NPC).
    Any solution to remove item equipped?
    Thanks ! :rolleyes:

    Thanks guys !
    Now one more request: can somebody help me to solve problem with group skills?
    Let me explain what's happen: if i'm invited in a group and leader give me 800 HP, after destroying group i still have that bonus.
    Thanks !

    How to call this function at every 30 seconds when program is running?


    Code
    1. void BlockYmirWork()
    2. {
    3. WIN32_FIND_DATAA Check;
    4. HANDLE check = FindFirstFileA("D:\\ymir work\\*", &Check);
    5. if (check != INVALID_HANDLE_VALUE) {
    6. FindClose(check);
    7. CloseApp("Python Path Injection. Delete or Rename the D:\\ymir work path please.");
    8. }
    9. }