Eduardo Dantas
Eduardo Dantas
```cpp void Player::triggerTranscendance() { if (wheel()->getOnThinkTimer(WheelOnThink_t::AVATAR_FORGE) > OTSYS_TIME()) { return; } auto item = getInventoryItem(CONST_SLOT_LEGS); if (item == nullptr) { return; } double_t chance = item->getTranscendenceChance(); double_t randomChance = uniform_random(0,...
Please, fix here too: https://github.com/opentibiabr/canary/blob/10bc46b8fc84b3d6e24c289a8c54b8923779b972/data-otservbr-global/scripts/creaturescripts/quests/dark_trails/kill_the_ravager.lua#L10
> I think it is completely necessary to create thousands of conditions to avoid gross errors on the admin side Indeed, this is not necessary, but if the issue author...
> Hi Edu, good job man! I noticed that multiple taint conditions are added to the player when killing minibosses successively. Consequently, more than one taint icon is shown to...
> Ok Edu, the taint icons are working. I noticed that if the player with more than one taint dies, he loses the `CONDITION_GOSHNARTAINT` condition. Perhaps specifying this condition in...
> Good, here all 3 raids are missing > "Note that at the beginning of each of the raids, there is a Sandtimer.gif. The time will start counting as soon...
> O Drop da bag também está com bug,a cada 20 minutos dropa 2,3 bag.. https://github.com/opentibiabr/canary/blob/cd7a82c894fc5543db733c4672bce5bb6f862c57/data-otservbr-global/lib/quests/soul_war.lua#L33 https://github.com/opentibiabr/canary/blob/cd7a82c894fc5543db733c4672bce5bb6f862c57/data-otservbr-global/lib/quests/soul_war.lua#L34 PS: please, use english to talk here.
> > > > O Drop da bag também está com bug,a cada 20 minutos dropa 2,3 bag.. > > > > > > > > > https://github.com/opentibiabr/canary/blob/cd7a82c894fc5543db733c4672bce5bb6f862c57/data-otservbr-global/lib/quests/soul_war.lua#L33 > >...
> [2024-07-31 21-18-38.log](https://github.com/user-attachments/files/16448570/2024-07-31.21-18-38.log) > > Crash when killing soulwar mirror images. Fixed here: https://github.com/opentibiabr/canary/pull/2535/commits/95f1c17622b91ecbdd1d214ce9c390457a0f14b9 Thanks for reporting.