Beiträge von VegaS

    no need to use DWORD (unsigned integer), short or unsigned short is enough.

    • Full code from ymir src is based all checks on DWORD (for check level,map etc), why i will want to change and for what.
    • If they do shit, let's keep to the end because nothing happens, is just coding standard from them nothing more.
    • I know is shit but we should need to fuck them in ass. 8o


    you forgot to check the char pointer:


    C
    1. if(!ch)
    2. return;


    C
    1. LPCHARACTER ch;
    2. LPCHARACTER GetCharacter() { return ch; }
    • Already is exist a check on beggining function what sended by packet
    C
    1. bool AllowedToWarp(LPCHARACTER ch, std::map<short, short> map)
    C
    1. if (!AllowedToWarp(ch, m_map_pkObjectMapIndex))
    2. [..........]
    • For this you need to insert elements on map when server start(example) (need elements inserted before to check) and i not see this like "better solution" for a simple checking mapindex and level restriction, is just more coding for nothing to make other things for inserted, one for check etc.


    • std::map to check these things is not so useful, we can do more simple with a simple struct.

    So here is:


    Everyone is free to do what he thinks is good, but all have the same result.
    Thanks for your reply.

    ps: Nice photo Bitte melden Sie sich an, um diesen Link zu sehen. :love:


    Here is on C++ is someone want:

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


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


    I posted something like this 2 year ago on another forum, take from here:



    Disable/enable automatically aggregate monster press only one time key f5.
    If you want to put in other script like one button etc just put function self.RecvAggregateMonster()
    I put on f5 just for see how it works, you can put where you want.

    Copy tabs from here:

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

    The best joke in 2017.
    If someone has obtained your ssh access automatically has access to the database in which they can do all, and this joke has lost its meaning.
    And also you not need to delete all shits thing if you want to do that, only to comment that and all is done, he not added privilege, now he just read the file.

    • //interpreter_set_privilege(cmd, level);

    Here is a much better version.
    If you want code just write me via skype, because i not have so much time to make a tutorial now.

    Photo:



    Capture psd:




    PSD:

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

    ICONS:

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


    For who want to see how it works this code:

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



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


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


    I know that this is not a good way of protection and can easily pass over it, and that's why I recommend not to use, but some people will probably be helpful.


    Perhaps the code is less messy and is not exactly perfect, I did this 3 years ago for a server of mine and work perfectly last time.


    Perhaps some people sell for money this shit 2017, everything is free on the internet, thousands of similar functions on Google.


    If yours does not you like it and use it or think it's a crappy code are available to close this page and move over, this is only for people who needed it.







    This is not deppend for me, my code is only part python, dll's and others is works public.
    You have wrong version of dll and is not compatible, search on google and have careful to be for your version 32 or 64.
    So, i not recommended to use this graphic mode, a lot a people will get a problem.


    Example of ugly things:

    • 1. You need a video card minimum. 512 Ram.
    • 2. Small lag.
    • 3. Problems with compatibility of dll's.

    I do this only for people who want.

    Bitte melden Sie sich an, um diesen Link zu sehen. asked in conference skype (forum) if it possible to do this, so i was think is nice to post and here my kurwa code what i was make for him.


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


    Graphic mode you can find here (already is public from long years ago and you can find him in a lot a forums): (You need to extract all files from archive in directory where is launcher)

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

    And here is code