Joao Pasqualini Costa
Joao Pasqualini Costa
Shouldn't the addLuaStats be in protectedCall instead of callFunction?
Tested and works great in windows platform. Waiting for it to be in next release. @zorbathut great work. Would be possible to share your code for the Debug Log window?
In OTClient can be done yes, there it is possible to have any sprite size you want.
> If we put ourselves in that we would also have to verify if it is a table, function, string or boolean. > > If someone used the `string.format` like...
> > Using std::optional can be a good solution though, could you give me an example how you are thinking in using it? > > ```c++ > auto count =...
Could you explain better your changes? For what I see the removeMaster is called in the summons list not in the creature from onDeath, therefore it should go inside the...
After reading the issue I could understand the changes. The Master dies, removes the summon then the summon die but now it is not considered summon anymore because removeMaster was...
Although there is nothing wrong with it, it is hard to understand why the decrement reference is there. Thinking of it, if any programmer don't see this issue (#4551), they...
``` Why would decrementing a reference have no relationship? ``` And where I stated that? Look, I'm saying that it is difficult do understand what is happening, for example why...
@MillhioreBT That's make sense, probably that's the case, we can see creatures up to 2 floors what gives some extra tiles. But is strange that they are both the same...