Jump to content

Naseka

Members
  • Posts

    34
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Naseka

  1. 😘

    10) Prices must be displayed (and visible) in public on the main topic.

    - If you sell a product (code, server files, updater, etc.) the exact price must be displayed.
    - If you sell your services, however, you need to show an estimated price for different tasks with examples.

    • Haha 1
    • Upvote 2
  2. You can always choose not to use this system. You can either make your own or buy a custom one.

    What is wrong with you people. He offers you free system that works. You can either take it or leave it. Also he is plain straight with you that there's a chance a donation to go to him. Could have integrated that w/o your knowledge 😄

     

    Stop trashing on other people shares.

    • Upvote 2
  3. Hi all! I seem to face the following issue ->

    1. I run L2.exe at home PC.

    2. When I connect using Remote Desktop Connection(Microsoft) the following error appears. 

    I've tried reinstalling Visuals, increased VM and i don't even remember what else. 

    Anyone has ideas how to fix this?

     

     

    image.png.4a81c0ff36a0897f8891d7b064ea2707.png

  4. Would be nice if @NevesOma or @Zake takes down this post. Sharing all the work of the people who pay to get private access and work together is outrageous. Instead of paying literally nothing, compared to others fee, you pay suspicious amount of money to someone random. Yet those files might contain viruses, be outdated and broken as F. And for what? A little glory on mxc site. 😆

     

  5. 14 minutes ago, xRelic said:

    give us a little more information about what exactly you want to do and what pack are you working on?
     

    image.png

    L2J Mobius.

    I have the Class Rank done. Trying to apply the Class1 tag(mask or w/e is called).

    When i change this

    packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : 0);

    To this(Where i include the Class Rank)

    packet.writeD(RankManager.getInstance().getPlayerGlobalRank(_player) == 1 ? 1 : RankManager.getInstance().getPlayerRaceRank(_player) == 1 ? 2 : RankManager.getInstance().getPlayerClassRank(_player) == 1 ? 4 : 0);

     

    It shows a black rectangle like the picture below instead of Class1.

    QQ.jpg

    qq1.png

×
×
  • Create New...