kekegimenez
New Member
- Joined
- Mar 17, 2013
- Messages
- 1
- Reaction score
- 0
Hi Guys!
How are u ?
I need script for hide guild in battle, its possible ?
Tks,
How are u ?
I need script for hide guild in battle, its possible ?
Tks,
And that's exactly what I was replying to.I think he means hide guild members in battle list
As @Danger II posted, OTS does not send list of guild members to client.
function doCreatureFitFilters(creature)
ex.: if creature:isPlayer() and creature:getName() == "Blocked Name" then
return false
end
Blocked Name
on Battle List, but there is no OTClient code to get list of guild members from OTS.arm.skalski.pro:8000
modules/game_bot/default_configs/vBot_4.8/vBot/BotServer.lua
to game_battle
module.I assumed that thread author is not an owner of OTS. He is a player, who wants to hide own guild players on Battle List.Technically you could pass players guild id on login to client and make a method out of it to check if a player in battle list has the same guild id
Look
on player position - to get 'own guild name' - and to get other players guild you execute Look
on Battle List, to get other players guild name. Of course it may result in kick/ban, as your client will send a lot of packets to server when ex. login in temple with 100 players on screen. So you would also need to write some code to load guilds slowly (ex. max 5 "Look" per second).