Alexander Prikhodko

Results 10 comments of Alexander Prikhodko

The seconds issue is pretty straight forward and is caused by this: https://github.com/Sphereserver/Source-X/blob/12224eef08a5920c7e5248dec4b77fe76b777261/src/game/items/CItemContainer.cpp#L556-L563 While the first issue is more complicated. 1. If you place an item into container like I...

Perhaps this is the cause of the first issue, I don't understand the logic here. https://github.com/Sphereserver/Source-X/blob/f24687c5330f8fbf7b7ae9f626447fc91e280d77/src/game/items/CItemContainer.cpp#L500-L504 Or it may simply be the case when this struct is not filled right....

@Jhobean hm.. it's reproducible on my side with the default SphereX script pack. Trying to cast Recall with no reags ![image](https://user-images.githubusercontent.com/31130012/136675046-63af74fd-cd86-4a57-86b8-797b3e95ca2e.png) same for blood moss. But then black pearl is...

yes ``` // NPC AI settings // NPC_AI_PATH 00001 NPC pathfinding // NPC_AI_FOOD 00002 NPC food search (objects + grass) // NPC_AI_EXTRA 00004 NPC magics, etc // NPC_AI_ALWAYSINT 00008 Always...

I will try, by some reason it happens on a live shard (8-14 times a day, 2 NPCs are logged, another one cannot access their spawn point as well) but...

@Jhobean 1. removed `0400` - no chage 2. removed `08` - no change 3. removed `01` - error messages are not reproduced during 7h already, so `NPC_AI_PATH` might be the...

@drk84 @cbnolok Guys, common.. This is a huge problem for PvP. Behaviour changed comparing to 56b. On 56b attack never canceled when you casted spell on self. It interrupted but...

@drk84 I tested on 2.0.3, 5.0.6 and latest version of Orion, same behaviour. Also double checked with default script pack to make sure that's not my scripts problem. You can...

Another video, same scenario, but after I press "attacklast" and just come to the second dummy, my char automatically starts attacking it. Somehow spell cast switched uid of char which...

First of all, this does not happen on 56b with Orion, just on SphereX. Second, such logic should be handled by server not client, otherwise a lot of cheats would...