Jump to content

TheSLZ

Inactive Member
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by TheSLZ

  1. Tactius, do you use .Avenue™ method?

    If yes, use this proto:

    70063	ňء¤Ŕç°ˇşńĽ­11	ITEM_USE	USE_CHANGE_ATTRIBUTE	1	NONE	ITEM_STACKABLE | LOG | STACKABLE	NONE	NONE	1000000	0	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
    70064	ňء¤Ŕç°ćşńĽ­11	ITEM_USE	USE_CHANGE_ATTRIBUTE	1	NONE	ITEM_STACKABLE | LOG | STACKABLE	NONE	NONE	500000	0	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
    

    626091783Screenshot_1_www.kepfeltoltes.h

  2. Edit: It works, thanks  (.Avenue™ method)

     

    Edit2: Fix for .Avenue™ method:

     

    // Transform costume
    if (item->GetVnum() == 70063)
    {
    	if (item2->GetType() != ITEM_COSTUME)
    	{
    		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ITEM_ISNT_COSTUME"));
    		return false;
    	}
    	
    	//SLZ fix
    	if (item2->GetAttributeCount() == 0)
    	{
    		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ĽÓĽşŔ» şŻ°ćÇŇ Ľö ľř´Â ľĆŔĚĹŰŔÔ´Ď´Ů."));
    		return false;
    	}
    	//SLZ fix
    	
    	if (item2->GetAttributeCount() < 3)
    	{
    		if (number(1, 100) < 30)
    		{
    			while(item2->GetAttributeCount() < number(2, 3))
    				item2->AddAttribute();
    		}
    	}
    }
    // Enchant costume
    if (item->GetVnum() == 70064)
    {
    	if (item2->GetType() != ITEM_COSTUME)
    	{
    		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ITEM_ISNT_COSTUME"));
    		return false;
    	}
    }

    Because when we're lucky and 70063 want to give plus bonuses, we can add bonus to a non-bonus costume.

    (Bad English i know.. but hope u can understand)

  3. Thank you.

    I have added this way:

    	if (item->GetWearFlag() & WEARABLE_UNIQUE)
    	{
    		if ((GetWear(WEAR_UNIQUE1) && GetWear(WEAR_UNIQUE1)->IsSameSpecialGroup(item)) ||
    			(GetWear(WEAR_UNIQUE2) && GetWear(WEAR_UNIQUE2)->IsSameSpecialGroup(item)))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°°Ŕş Áľ·ůŔÇ ŔŻ´ĎĹ© ľĆŔĚĹŰ µÎ °ł¸¦ µż˝Ăżˇ ŔĺÂřÇŇ Ľö ľř˝Ŕ´Ď´Ů."));
    			return false;
    		}
    
    		if (marriage::CManager::instance().IsMarriageUniqueItem(item->GetVnum()) && 
    			!marriage::CManager::instance().IsMarried(GetPlayerID()))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°áČĄÇĎÁö ľĘŔş »óĹÂżˇĽ­ żąą°Ŕ» ÂřżëÇŇ Ľö ľř˝Ŕ´Ď´Ů."));
    			return false;
    		}
    
    	}
    	
    	if (item->GetType() & ITEM_RING)
    	{
    		if ((GetWear(WEAR_RING1) && GetWear(WEAR_RING1)->IsSameSpecialGroup(item)) || (GetWear(WEAR_RING2) && GetWear(WEAR_RING2)->IsSameSpecialGroup(item)))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°°Ŕş Áľ·ůŔÇ ŔŻ´ĎĹ© ľĆŔĚĹŰ µÎ °ł¸¦ µż˝Ăżˇ ŔĺÂřÇŇ Ľö ľř˝Ŕ´Ď´Ů."));
    			return false;
    		}
    	}

    Should i add directly after or it doesn't matter?

  4. Hi Devs,

     

    Today i'm noticed a bug, the horse skill doesn't damage.

    Skill level is not bigget than M1. (I have tried with simple 1)

    I'm tried with a Military horse.

    Not only i have this bug, we're talking about it in a hungarian forum and others have this bug too with 40k.

    I'm only found this on source:

    			if( !((GetMountVnum() >= 20209 && GetMountVnum() <= 20212)	||
    				GetMountVnum() == 20215 || GetMountVnum() == 20218 || GetMountVnum() == 20225	)	)
    					return false;

    But it's only disable a few mount.

    Skill proto is good i think, because with 34k game, horses skills was damaged.

     

    Thanks in advance.

  5. Hi.

    I renamed quest_list to something, renamed in make.sh too, but the consol gave me this error:

    cannot find quest index for (This error in questnpc.cpp)

    The error ony appeared once, not always.

    I have searched a lot in the source where has the quest_list definition I wasn't succesful.

    Or quest_list file name does not determined in source? But why i got this error?

  6. If i right you are using 34k files.

    I think 34k gamefile doesn't have offical crafting system.

    When i used 34k files, i used Pro-Area crafting full pylua system.

    You should use it too.

     

    Edit: Sorry pro-area site ar not the old, and i haven't got the files, i have deleted my old client when i turned into 40k.

    But maybe this is what i'm talking about: http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/2670211-release-official-crafting-system.html

  7. Hi Devs.

     

    I have a special question.

    I'm looking for a dif for r404. "War bug fix"

    I know, r404 is such an old gamefile, etc.

    It's not for me, it's for my friend who cling r404, he wants to start a Real OldSchool server.

    He has a fully unbugged and translated rain files, ready for start.

    Please don't off this topic, thank you.

     

    Edit: 404 gamefile link cause i don't think that any of you have it: 

    This is the hidden content, please

    (Uploaded agan the gamefile non stripped)

     

     

    • Metin2 Dev 1
  8. First, sorry for the badly English.

    Hi

    Yesterday i made a new map.
    I can fishing there, but i can't caught anything.
    Always says "Somethint caught the bait, but i don't know what is it" <--Something like that, i use hungarian client.

    In fishing.txt first active line with fish vnum0:

    i think in normal case, this doing the "Somethint caught the bait, but i don't know what is it"
    Well, i try without this line, and then in my new map it's always caught fishint.txt first line, golden ring (after i remove vnum0 first line)
    it's interesting, without the vnum0 fish line, in example map1 I will continue can fishing in normal.
    Sometimes it's write "Somethint caught the bait, but i don't know what is it" but only sometimes, i can caught a fish on map1 without vnum0 first line.
    (server restart was)

    ˛Î    0    0    0    3000    3000    2100    2000    10    0    0    0    0    0    0    0    0    0    0    0    0    0    0

    So it's really interesting...
    I tired different map index for my new map: 358, 83, 7. None work for fishing.
    I tried on ch99 and ch1 too.
    And i tried with WorldEditor saved server_attr, and with different server_attr from a server_attr pack. The situation is the same.

    Here are my fishing.txt: http://pastebin.com/KTNmTBhA (but i don't think so it's corrupt)
    There are nothing in syserr/syslog.

    Any suggestion?

  9. Hi.

    Oldest virtualbox doesn't work with win 10, because we can't select the imternet.

    In newest, we can select, but when start, i get this error:

    Any suggestion?

    The virtual machine 'SLZ' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\TheSLZ\VirtualBox VMs\SLZ\Logs\VBoxStartup.log'.
    
    
    Eredmény kód: 
    E_FAIL (0x80004005)
    Komponens: 
    MachineWrap
    Interfész: 
    IMachine {f30138d4-e5ea-4b3a-8858-a059de4c93fd}
    
    
  10. Hi

     

    Today I noticed it's possible to press esc button when quest is open, and i wan't to disable this, because when we press esc, it's choose the last option (select), and sometimes it's not good. In original gf client, we can't press esc when quest open, so it's not normal.

    I'm using Test Client Für 40250

     

    Thanks in advance.

  11. Hi,

     

    I have installed this: http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/3590911-c-source-gildenlager.html

    But i have a "little" problem with this, after reboot, the items is disappear.

    The items is exist in item table wih GUILD_SAFEBOX window, so not that's the problem.

    db syserr: 

    Code:
    Jul 18 04:18:14.338901 :: CGuildSafeboxManager::FlushItems: flush 0
    Jul 18 04:18:14.339081 :: CGuildSafeboxManager::FlushSafeboxes: flush 0
    Code:
    Jul 22 13:13:01.674322 :: CGuildSafebox::LoadItems [0] for channel 1 127.0.0.1

    292417453Screenshot_1_www.kepfeltoltes.h

    Any suggestion?

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