[DiscordArchive] I assume you are coding a command?
[DiscordArchive] I assume you are coding a command?
Archived author: Kito • Posted: 2020-04-10T01:37:36.822000+00:00
Original source
I assume you are coding a command?
Archived author: Kito • Posted: 2020-04-10T01:37:41.498000+00:00
Original source
Or a gossip?
Archived author: Kitzunu • Posted: 2020-04-10T01:37:51.160000+00:00
Original source
I am trying to fix cheat explore
Archived author: Kitzunu • Posted: 2020-04-10T01:38:00.700000+00:00
Original source
I already managed to fix .cheat explore 0 to work
Archived author: Kitzunu • Posted: 2020-04-10T01:38:01.077000+00:00
Original source
Archived author: Kito • Posted: 2020-04-10T01:38:25.292000+00:00
Original source
And you want to do it for the target?
Archived author: Kitzunu • Posted: 2020-04-10T01:38:48.645000+00:00
Original source
the command says it should, and it is good learning for me
Archived author: Kitzunu • Posted: 2020-04-10T01:39:21.221000+00:00
Original source
Btw it has
```cpp
Player* chr = handler->getSelectedPlayer();
if (!chr)
{
handler->SendSysMessage(LANG_NO_CHAR_SELECTED);
handler->SetSentErrorMessage(true);
return false;
}
```
at the top
Archived author: Kito • Posted: 2020-04-10T01:39:36.247000+00:00
Original source
Yea so
Archived author: Kito • Posted: 2020-04-10T01:39:47.258000+00:00
Original source
chr->SetFlag(PLAYER_EXPLORED_ZONES_1 + i, 0xFFFFFFFF);