• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Rune on Monster invisible

Dogrinha

New Member
Joined
Oct 6, 2019
Messages
206
Solutions
1
Reaction score
2
I would like to know, how can I enable to hit the invisible monster with a charge rune 1 for example, just like an old tibia. example "sd in invisible warlock"
otx2 version 8.6
in spells.cpp
i changed Creature* targetCreature = tile->getTopVisibleCreature(player); to Creature* targetCreature = tile->getTopCreature();
no work and no error in source
 
going to post it here in case anyone else use search and read this post
 
Back
Top