Jump to content

Denny2399

Inactive Member
  • Posts

    119
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Denny2399

  1. 37 minutes ago, Chyu ^^ said:

     

    Better? Also, I've been trying to find help for this one for a quite a while, so I don't know what's bad about bumping it so that someone experienced might notice. Many questions stay unresolved even for 3 years.

    And before I posted this I spend 4 days looking for answers and resolving it myself.
    I know you are not an expert, just trying to find someone who knows something about this.

  2. Hey guys,
    Got this error while compiling on vs2017:

    Spoiler

    Error    LNK2019    unresolved external symbol __vsnprintf referenced in function "void __cdecl OutputError(class CD3DXSzStack *,char *,...)" (?OutputError@@YAXPAVCD3DXSzStack@@PADZZ)    UserInterface    C:\Users\xx\Desktop\Source update test\Client\UserInterface    C:\Users\xx\Desktop\Source update test\Client\UserInterface\d3dx8.lib(cleanmesh.obj)    1    1        Link

     
     
     
     

    Tried to upgrade the toolset, upgraded extern to v141, resolved all other errors and this one is still unclear to me.
    Could you help me please?

  3. On 8/24/2018 at 8:08 PM, Shelby said:

    the errors is ?

    Spoiler

    Error    LNK2019    unresolved external symbol __vsnprintf referenced in function "void __cdecl OutputError(class CD3DXSzStack *,char *,...)" (?OutputError@@YAXPAVCD3DXSzStack@@PADZZ)    UserInterface    C:\Users\xx\Desktop\Source update test\Client\UserInterface\d3dx8.lib(cleanmesh.obj)    1   

     
     
     
     

     

  4. 4 hours ago, filippos- said:

    I have metin2 GNS serverfiles.. what version of FreeBSD I need? and any link?Thanks..

    also if someone can help me install the server I will pay him.:D

    You can have any version of freebsd. Hit me up on skype: dany231999
    I'll help you to set up a server.

    • Confused 1
  5. 3 hours ago, OtherChoice said:

    To be clear: your function __CanAddItemAttr(self, dstSlotPos) has a wrong false 

      Hide contents

     if attrCount<4:
                return False

    replace with 

     if attrCount<4:
                return True

    However this function will return true for bonus 1,2,3,4 and false for 5,6,7 and it is used to check whether  you can add a bonus with reinforce item (vnum 71085).
    What was your goal? having reinforce item higlighting the item?

    I did edit it this way before, then I returned it back how it was:)
    I knew there has to be true, but even then it doesn't work how it should.
    I had it exactly the way you have it, but something is probably wrong. Anyway just to be sure I will try it again and report you back in a moment.

    EDIT: I used your function and the marking is red in every situation, even when I can add the bonus.
    Might something be wrong in my source?
    I'm using mainline released.

  6. 12 minutes ago, ragem0re said:

    Please repeat once again, what exactly do you want?

    Maybe I can try to help with my limited python skills :ph34r:

    My python skills are limited more than yours I bet :D
    Anyway.. I want the python script to check correctly if I can add a bonus into an item. When you hover with bonus over an item it should show green or red color, depending on if you can add it or not. The script is not correct, however, because it doesn't do so.

    Example: If I have 4 bonuses, it should be red when hovering with normal bonuses over it and green if not, but it's always green.
    Also when I have 4 bonuses I would like 5th bonus to show green and when you have 5 bonuses to mark it as red
    If 6/7.. you understand me don't you?

×
×
  • 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.