Beiträge von Professor

    Hi !


    I'm going to have a high volume of insertion into the database, so I decided to put in the source, how could I write this code?


    Example: pc.add_pvm(1)


    Hi,


    I had forgotten how to set the time for each item and choose which type of time.

    I remembered, I'm going to try to make a tutorial.

    Every item that sets a time in LimitType0, it has 3 types of time.


    Example: LimitType0="8" LimitValue0="72000" = 20h (not use value0)


    72000 = sec (Bitte melden Sie sich an, um diesen Link zu sehen.)


    Code
    1. 7: "REAL_TIME",
    2. 8: "REAL_TIME_FIRST_USE",
    3. 9: "TIMER_BASED_ON_WEAR",



    1. Time when equipping the item, if not equipping the item will not count. = LimitType0="9"
    2. Begins to spend time as soon as the item enters the inventory. = LimitType0="7"
    3. You start spending time as soon as you equip the item. = LimitType0="8"


    Done.

    Hello,

    CLIENT SOURCE > \UserInterface\ > open: UserInterface.rc


    Search:


    CompanyName and edit, and "rebuild".


    Done.



    Helo!


    When entering in "determined" account, the character is invisible, however in another account the character appears.

    What could it be?


    When I change the character on the select screen and go back to the character that was invisible, he appears.



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

    Thanks :)

    Hello "Professor ",

    i don't quite understand what they want from me. The picture shows a simple louncher with three shortcuts and some hover effects.

    If this is supposed to be an automatic updater, information for the user is missing. For example progress.

    Otherwise all of this is feasible. But we should do the rest in Discord or on Skype.


    You obviously have the progress.

    I thought your work was very good.


    But I think you can "innovate", example my launcher version..


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



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


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

    Hello friends!


    I'll leave my feedback and experience I had while doing the work with him.
    A very important point and I want to highlight is trust and commitment.

    1. Commitment;
    2. Trust;
    3. Honesty;
    4. Knowledge;


    He's a very perfectionist professional.
    You can hire your services because you have a lot of knowledge.


    Service run, insert new coins in shopoffline.
    We all know how hard it is to mess with shopoffline.



    The services I performed with him were:

    1. C++
    2. MySQL
    3. Python


    These 3 languages he dominates very well.

    A score from 0 to 10, I'll give you 10.

    Hallo

    Ich habe Probleme mit diesem System.
    Es funktioniert, aber es fehlte ein Befehl, um behoben zu werden.
    den Befehl: SHIFT + ENTER

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


    Mit diesem Befehl wird das leere Meldungsfenster geöffnet, in das Sie den Zeichennamen eingeben.
    Wenn Sie jedoch auf das Fenster "x" klicken, um das Fenster zu schließen, wird es nicht geschlossen.

    Und es zeigt diesen Fehler:


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

    :thumbup::thumbup:

    Hi,

    I did not find the forum to post this.


    Example:


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



    When you click on block guild invitation, it also serves to block guild war invitation

    Message: This guild cannot be invited.


    Now your main character can be the leader of the guild: D


    Thanks ^^

    Hi :D



    A. UT8 bug accent

    a??o


    B. Windows 1252

    ação



    1º click left mouse button

    quest


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



    And click


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



    Search:

    "workbench.statusBar.visible": true,


    After Paste:

    "files.autoGuessEncoding": false,



    Example:



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




    Paste end file:



        "[lua]": {
            "files.encoding": "windows1252"
    },
        "[quest]": {
            "files.encoding": "windows1252"
    },
        "[cpp]": {
            "files.encoding": "windows1252"
    },



    Hi marty include to quest extension xD Bitte melden Sie sich an, um diesen Link zu sehen.


    Credit

    By Lost

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


    How do I change the guild war score for this model.


    Win: 3 point

    Draw: 1 point

    loss: 0 point


    Thanksssss

    ^^

    --


    Hallo :D


    Wie man die Gildenkriegspunktzahl in dieses Modell ändert.


    Sieg: 3 Punkte


    Unentschieden: 1 Punkt


    Verlust: 0 Punkt


    Vielen Dank

    ^^

    Es ist sehr futuristisch, metin2 ist orientalisch.

    Hi :D


    Google translate


    Here's a tutorial to automatically clear all your server logs.



    Create crontab user root

    Code
    1. crontab -e


    click "insert" to keyboard and paste


    Code
    1. * * * * * /bin/sh /usr/home/etcetcetc/game/clear.sh

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

    With this command you will clear your log in one minute.



    Example time crontab:


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



    and press ESC and : and wq = :wq and press enter

    Example screen:


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


    No need to restart ok..

    Obs: command


    List crontab: # crontab -l

    edit crontab: # crontab -e

    comment crontab (stop crontab) : comment (#)

    Code
    1. #*    *    *    *    *    /bin/sh /usr/home/etcetcetc/game/clear.sh

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

    edit the files to your directory..


    Credit: ByLost

    Enjoy

    By