Blade33711
Member
Is it possible for one person to see chests with id 1234 and the other 4321?
If so can you guide how to do it?
If so can you guide how to do it?
i was completely wrong thenOfc, you can view an item to player and another item to another player ( same idea done in expert pvp magic walls )
I.e someone see a magic wall in yellow while other sees it in blue!
To do that, you need to create a custom function in NetworkMessage::addItem(Item* item) then replace it.clientId with a function that will return different CID for player x and player y.
magic effects are different than items
you can make magic effects only show to certain players but not items
it's not as simple to do as you might think