Jump to content

CITY

Inactive Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by CITY

  1. 22 hours ago, MityQ said:
    #ifdef HIDDEN_OX
                if (ent->IsType(ENTITY_CHARACTER) && m_me->IsType(ENTITY_CHARACTER))
                {
                    const LPCHARACTER chMe = static_cast<LPCHARACTER>(m_me);
                    const LPCHARACTER chEnt = static_cast<LPCHARACTER>(ent);
    
                    if (chMe->GetMapIndex() == OXEVENT_MAP_INDEX && !chMe->IsGM() && !chEnt->IsGM())
                    {
                        if (!chMe->GetParty() || chMe->GetParty() != chEnt->GetParty())
                            return;    
                    }
                }
    #endif

     

    It works perfectly

    How can I see only my team?

    I don't want them to see other teams

  2. On 12/30/2022 at 4:10 PM, Gurgarath said:

    The support saying "There is not possible" is either a big red flag or it is framed. As stated, you should post that on Blazingfast's trustpilot page.

    I sent the receipts to trunspilot and made the report to trunspilot as per the regulations I also spoke with the police today to advise me what I can do thanks my friend

    For Greece, great attention to blazingfast, I don't recommend it, I don't know if it happens in other countries

  3. If you are from greece don't go to blazingfast they have greek develope and they learn all your details like which servers you have and various others

    I do not recommend blazingfast for Greece

    Now I don't know what is happening in other countries

    Good bye blazingfast

    https://metin2.download/picture/CS66wqvL3Sg6ZxxhO9iM8VpA7vvzYwn6/.png

    In Greece, some people found out my details that I only have on blazingfast, I don't have them anywhere else, nor does my computer have a virus, I don't play other Greek servers or go to other websites

    My blazingfast account has not been deleted since 12-27-2022, I sent an additional ticket today to delete the account and they are not responding

  4. I would suggest you to download daroo serverfiles

    And put source mainline from free bsd 9.2

    And it's ok

    Change python daroo locale to localeinfo generally change codes with 40k (Don't install pythons just change some codes)

    Locale.py to locaneinfo.py

    and search 

    import locale

    to

    import localeinfo

    That way you will have the cleanest serverfiles in the world

     

    Client: daroo

    Source Server: Mainline

    Client source: Novaline

     

    You should fix known game.core bugs before opening the game

     

     

     

  5. On 9/25/2019 at 4:29 AM, VegaS™ said:

    Since already is a check for distance, is impossible that the entity to be in another map, so is enough to check if you're in the map.

     

    Hidden Content

     

    #ifdef HIDDEN_OX
    			if (ent->IsType(ENTITY_CHARACTER) && m_me->IsType(ENTITY_CHARACTER))
    			{
    				const LPCHARACTER chMe = static_cast<LPCHARACTER>(m_me);
    				const LPCHARACTER chEnt = static_cast<LPCHARACTER>(ent);
    
    				if (chMe->GetMapIndex() == OXEVENT_MAP_INDEX && !chMe->IsGM() && !chEnt->IsGM())
    					return;		
    			}
    #endif

    Also, you should put the correct/ordered conditions, first one should be if the entity is on the map, if not that means the rest of the checks like if's GM, etc will not run, why you would check the first time if the entity is player, then if the player is game master then the map (the most important), there's no logic. Even if is a player or another type, the GetMapIndex works for all, belongs to the CHARACTER class, so, don't be afraid to use it as the first condition.
    Also, you don't need the IsPC check, already you did inside of IsGM, if the server running in test mode, the function will return true, if the gm_level != 0, will return true, otherwise return false < another entity than a player in this case, so with that way the players are visible to map since test_server is enabled too.

     

      • As a player you will see just the GM, no players, no (Nameless Flowers 20358) < NPCs
      • As a GM you will see everything

     

    hello

    How is it possible to see only the members who are in a group party? 

    if (chMe->GetMapIndex() == OXEVENT_MAP_INDEX && !chMe->GetParty() && !chEnt->GetParty())

    not work for me with GetParty()) 

    any help for party ?

     

    • Love 1
  6. if have this

    F U C K I N G 

    not block

    how can i block words

    F            U               C                   K               I         N                  G

    F                                                              U                                                      C                              K               I                      NG

    They can't block 😞

    How can I make medium source to be able to block SPACE words with SPACE    S P A C E ???????

    • Metin2 Dev 1
    • kekw 1
    • Lmao 1
  7. OK NO PROBLEM I FIX IT   IF COMPANY HAVE FREEBSD 11 

     

    freebsd-update fetch
    freebsd-update install
    shutdown -r now
    shutdown -p now
    freebsd-update upgrade -r 12.0-RELEASE
    freebsd-update install
    shutdown -r now
    freebsd-update install
    freebsd-update install


    shutdown -r now
    REBOOT 
    shutdown -p now
    pkg bootstrap -f
    pkg update -f
    pkg upgrade
    pkg-static install -f pkg
    /usr/sbin/pwd_mkdb -p /etc/master.passwd

    REBOOT
    shutdown -p now
    pkg install mysql55-server
    pwd_mkdb -p /etc/master.passwd
    chown -R mysql /var/db/mysql/
    chgrp -R mysql /var/db/mysql/
    sysrc mysql_enable=yes
    service mysql-server start

    REBOOT

    • Good 1
  8. 11/5/2022

    Install mysql 5.5 or 5.6 and can't install 

    error 

    freebsd company closed ???????

    http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/Latest/pkg.txz    This is  =  pkg install mysql55-server or pkg install mysql56-server

    😞

    Tutorial martysama

    This is the hidden content, please

     

    Not work 11/5/2022  freebsd not work install mysql 

    pkg update  not work

    pkg update -f not work

    pkg install mysql55-server not work

    pkg install mysql56-server not work

    • Metin2 Dev 16
    • Dislove 1
    • Angry 1
    • Good 8
    • Love 1
    • Love 8
  9. 2 hours ago, filipw1 said:

    Thanks for mentioning, forget to add include. I'll eat my rosół and then update the repository. 

     

    Updated repository. Those who already added the code, please replace it with new one. Otherwise when you use emoticons (ctrl + 1 etc) players around you won't see it. 

    thanks

  10. 6 hours ago, nazox said:

    Hello again! :), go to shop.cpp and search:

      Reveal hidden contents

    if (r_item.price < 0)

    replace all:

      Reveal hidden contents

    if (r_item.price < 0 || (IsPCShop() && r_item.price <= 0))

    Open now in uiprivateshopbuilder.py and search

      Reveal hidden contents

                if int(text) <= 0:
                    return True

    change with:

      Reveal hidden contents

                if int(text) <= -1:
                    return True

    and you can put 0 yang on shop

    thanks to  Draveniou1 because he put a system to not sell items and you need 0 yang to put, but my idea is correct!!! so thanks me too XD!!  tell me something if you try 🙂 regards bro.

    Niceeeeeee

  11. Hello,

    Provlem install mysql normal and after have provlem

     

    Normal host without install mysql Ram 10%

    After

    Install mysql and have Ram 75.97%

     

    What provlem have ?

    portsnap fetch extract

    portsnap update

    pkg install mysql55-server

    y,y,y,y,y,y

    mysql_enable="YES"

    reboot

     

    Normal install mysql 😕

     

    If send ticket in company fix this Ram 75.97% ?  or what

  12. 3 minutes ago, WeedHex said:

    Kimsufi. OVH but cheap can be good for save money. But I always suggest OVH game-32, also ryzen ones.

     

    Game process is 32bit so doesn't need big power.

    The power is needed to do other things while the game's pids are running. (tool, python run, bkps, etc.)

    Ovh kimfusi ++ i can't why have gameforge :(    Please do you know another company ? thanks

  13. 1 minute ago, ASIKOO said:

    Yes, M2Dev Company will soon have a new company: M2Dev Hosting, VPS, Dedicated Server and more! More seriously, you're not the first to tell me, I don't know if it's a good idea, it requires special attention.

    Super idea bro creating ❤️ do you have from me 50 euro monthic

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