Jump to content

alondark

Member
  • Posts

    259
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by alondark

  1. On 12.05.2016 at 3:51 PM, Sonitex said:

    Thanks :D

    hey bro can you help me ? 

    in speedtree : https://metin2.download/picture/Z44OtrrnjuiD28YCAKn39yRg5EzlW8CK/.png

    in W.E. : https://metin2.download/picture/2WDXl87aFCFwLsq8e5sCPx7bBaNX4SXF/.png

  2. 25 minutes ago, Nevisor said:

    There is no need for 3ds. You can only edit tree shape there. All what you need you can do in SpeedTreeCAD.

      Hide contents

    Wp6zTmF.jpg

     

    i couldnt not do bro, can you upload edited version please ? (pls with property :D its bored)

    • Love 1
  3. On 11/23/2016 at 3:27 PM, Nevisor said:

    I've had installed plugin but it wasn't working. All what you need is SpeedTreeCAD 3 and 4.2.

    Here is 100% compatible version of SpeedTreeCAD with Metin2 

    This is the hidden content, please

    yes but looks the metin2, so need 3ds max plugin for fix it

    .png

    • Metin2 Dev 4
    • Eyes 1
    • Good 2
    • Love 1
    • Love 5
  4. 1 hour ago, meneleos said:

    add to cmd_general.cpp

    
    ACMD(do_myshop_xyz)
    {
        LPCHARACTER npc = CHARACTER_MANAGER::instance().Find(COfflineShopManager::instance().FindMyOfflineShop(ch->GetPlayerID()));
        if (npc)
        {
            if (npc->GetOfflineShopChannel() == g_bChannel)
            {
                long x = npc->GetX();
                long y = npc->GetY();
                ch->ChatPacket(5, "koordinat %ld %ld", x, y);
            }
        }
    }


     

    and game.py

    add to commandlist 

    
    "koordinat" : self.koordinat,
    
    
    
    def koordinat(self, x, y):
    
    chat.AppendChat(1, "%d %d" % (x,y))
    

     

    are you Turk ? what is koordinat :D

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