Caner Kılıçoğlu
Caner Kılıçoğlu
This problem continues,
> Hi! Jkanban turns off/reroutes the click and the context menu click inside its code by default for inside an item, for any of the things inside an item. >...
> Contributor Since I don't have git or any compiler ide on my computer right now, I can't make a pull request, so I sent all the changes here as...
No just calling guards under the CChar::CallGuards() function, ``` if (m_pPlayer && Memory_FindObjTypes(pCriminal, MEMORY_SAWCRIME)) pCriminal->Noto_Criminal(this, true); ``` query is also available. which should make that person "criminal 1" outside of...
I finally found a solution in my own Fork, if the character is moving (last event walk) it is an update. Because this frame throwing event only happens when moving
This may happen for spells without effect_id, but for spells with effect_id, removing all targeting flags will cause the spell effect to not occur at all. eg; protection spell or...
This was always the case with the X1 version, but an item that was not previously entered would not appear in the vendor and would give a console warning “...
> > This was always the case with the X1 version, but an item that was not previously entered would not appear in the vendor and would give a console...
Consider an item defined as follows: [ITEMDEF i_empty_valued_item] DEFNAME=i_empty_valued_item ID=i_katana NAME=empty valued TYPE=t_script In this item definition, there is no 'VALUE' value specified. When we create this item directly without...
The problem is exactly `vendorItem->Item_GetDef()->ResetMakeValue();` I think there is a data type mismatch m_iLo and m_iHi are **int64** but under `CItemBase::GetMakeValue` GetLinear is **int**