Jump to content

morisandoscz

Member
  • Posts

    47
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by morisandoscz

  1. On 4/21/2022 at 10:29 PM, VegaS™ said:

    game/src/constants.cpp

    I didn't check the code, but the aiPolymorphPowerByLevel array it's missing a value by default, that one should be 0 when you've level 0 on the skill itself, then for level 1 (10), level 2 (11) [...].

    It should be like this:

    Hidden Content

     

    const int aiPolymorphPowerByLevel[SKILL_MAX_LEVEL + 1] =
    {
    	0,					// reserved
      	10, 11, 11, 12, 13, 13, 14, 15, 16,	// 1 - 9
    	17, 18, 19, 20, 22, 23, 24, 26, 27, 29	// 10 - 19
    	31, 33, 35, 37, 39, 41, 44, 46, 49, 52,	// 20 - 29
    	55, 59, 62, 66, 70, 74, 79, 84, 89, 94,	// 30 - 39
    	100,					// 40
    };

     

     

    Thank you a lot.

  2. 0522 02:35:25022 :: Traceback (most recent call last):

    0522 02:35:25022 ::   File "ui.py", line 2506, in OnSelectItemSlot

    0522 02:35:25023 ::   File "ui.py", line 85, in __call__

    0522 02:35:25023 ::   File "ui.py", line 76, in __call__

    0522 02:35:25023 ::   File "uiInventory.py", line 1395, in SelectItemSlot

    0522 02:35:25023 :: TypeError
    0522 02:35:25023 :: : 
    0522 02:35:25023 :: 'GridSlotWindow' object does not support indexing
    0522 02:35:25023 :: 
     

    For fix i will pay huge.

  3. i have problem with horse get on delay when you jump up and jump down there is like delay of 3sec i fix it like this const DWORD MAX_RECV_COUNT = 4 // const DWORD MAX_RECV_COUNT = 8 But from this point the player's get kicked out from the game when using a teleport to dungeons wawes or teleporting on shaman buff.. Any idea ? how to solve the horse problem other way?

    The error when they teleporting in syser are packet header every time the different 

     

    The sysser makes unkown packet header every time different... 

  4. Hello guys i have issue. Till now everything was OK server running about 4 months and after one restart the shop's disapeard. But when the player's are login in the shops coming back alive without issue and lost items. Seem's working fine till i restart server again.. Any ideas? I was think that time in src was dumped, or in vps but everything seems to be fine. sysser May 1 19:46:28 :: Skipping shop #18709 boot spawn due to no items or no time May 1 19:46:28 :: Skipping shop #18718 boot spawn due to no items or no time May 1 19:46:28 :: Skipping shop #18745 boot spawn due to no items or no time May 1 19:46:28 :: Skipping shop #18833 boot spawn due to no items or no time May 1 19:46:28 :: Skipping shop #19032 boot spawn due to no items or no time May 1 19:46:28 :: No shops to send from the map of size: 1658 

    Thanks for any ideas! ❤️

  5. Hello guy's, im looking for some help, or tip how to fix it my problem. 

     

    The problem is... When you summoning horse in the dungeon sometime you waiting like 3 sec. to finaly sit on the horse. Any idea's how to eliminate that time ? 

     

    For example more monster's mean's bigger time to finally sit on the horse or jump off from the horse. It's kinda frustrating. Any ideas? 

  6. DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'player.map_list' doesn't exist

     

     

    Hello guys in past days im fighting with this kinda problem, i still cant find solution for that problem. I already tried in DB change account for player. Its getting me error with No account are registered maybe bad password. When i put back account its working fine , but in past hours of server running get shut down maybe in interwall 10 hour not completly shut down but when you try login in it make you choice to select character and then kicked you back to login page. So please help me. 

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