Jump to content

Zeph

Inactive Member
  • Posts

    122
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Zeph

  1. Dnia 12.10.2018 o 22:26, Zeph napisał:

    1012 22:18:17265 :: Traceback (most recent call last):

    1012 22:18:17265 ::   File "game.py", line 2124, in BINARY_ServerCommand_Run

    1012 22:18:17265 ::   File "stringCommander.py", line 63, in Run

    1012 22:18:17266 ::   File "stringCommander.py", line 31, in __call__

    1012 22:18:17266 ::   File "stringCommander.py", line 20, in __call__

    1012 22:18:17266 ::   File "game.py", line 2068, in SetIsPrice

    1012 22:18:17266 ::   File "uiShop.py", line 51, in SetShopPrice

    1012 22:18:17266 :: ValueError
    1012 22:18:17266 :: : 
    1012 22:18:17266 :: invalid literal for int() with base 10: ''
    1012 22:18:17267 :: 

    1012 22:18:17267 :: Unknown Server Command SetPrice  10|100|300|500|200|200|150|150|100|100|100|100|50|50| | SetPrice
     

    I can't buy item, anybody knows what's going on?

    Someone help?

  2. 10 minut temu, iBeast napisał:

    You can not offer higher value or any?
    Can you offer e.x.: 10000 experience points?

    When i try add 100 or 1000 points to guild, chat gives me this information.

    	case GUILD_SUBHEADER_CG_OFFER:
                {
                    DWORD offer = *reinterpret_cast<const DWORD*>(c_pData);
    	                if (pGuild->GetLevel() >= GUILD_MAX_LEVEL && LC_IsHongKong() == false)
                    {
                        ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> ±ćµĺ°ˇ ŔĚąĚ ĂÖ°í ·ąş§ŔÔ´Ď´Ů."));
                    }
                    else
                    {
                        offer /= 100;
                        offer *= 100;
    	                    if (pGuild->OfferExp(ch, offer))
                        {
                            ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> %uŔÇ °ćÇčġ¸¦ ĹőŔÚÇĎż´˝Ŕ´Ď´Ů."), offer);
                        }
                        else
                        {
                           THIS--------- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> °ćÇčġ ĹőŔÚżˇ ˝ÇĆĐÇĎż´˝Ŕ´Ď´Ů."));
                        }
                    }
                }
                return SubPacketLen;
    	

  3. 22 minuty temu, iBeast napisał:

    Try to add in constants.cpp after level 99 exp values and higher "u". (In all consts.)


    Like that way:

    
    [...]
    
    	743730000,	//	90
    	1041222000,
    	1145344200,
    	1259878620,
    	1385866482,
    	1524453130,
    	1676898443,
    	1844588288,
    	2029047116,
    	2050000000,	//	99레벨 일 때 필요경험치 (100레벨이 되기 위한)
    	2150000000u,	//	100
    	2210000000u,
    	2250000000u,
    	2280000000u,
    	2310000000u,
    	2330000000u,	//	105
    	2350000000u,
    	2370000000u,
    	2390000000u,
    	2400000000u,
    	2410000000u,	//	110
    
    [...]

    iBeast

    Don't work, i have negative exp an 100 lv.

    • Sad 1
  4. 1012 22:18:17265 :: Traceback (most recent call last):

    1012 22:18:17265 ::   File "game.py", line 2124, in BINARY_ServerCommand_Run

    1012 22:18:17265 ::   File "stringCommander.py", line 63, in Run

    1012 22:18:17266 ::   File "stringCommander.py", line 31, in __call__

    1012 22:18:17266 ::   File "stringCommander.py", line 20, in __call__

    1012 22:18:17266 ::   File "game.py", line 2068, in SetIsPrice

    1012 22:18:17266 ::   File "uiShop.py", line 51, in SetShopPrice

    1012 22:18:17266 :: ValueError
    1012 22:18:17266 :: : 
    1012 22:18:17266 :: invalid literal for int() with base 10: ''
    1012 22:18:17267 :: 

    1012 22:18:17267 :: Unknown Server Command SetPrice  10|100|300|500|200|200|150|150|100|100|100|100|50|50| | SetPrice
     

    I can't buy item, anybody knows what's going on?

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