Player List - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104) +---- Thread: Player List (/showthread.php?tid=7327) |
Player List - Drastik - 05-08-2014 Is it possible to list all users within a certain distance, have the bot target them and spam invite to an FC? If so, could someone give me a helping hand in starting this... Interested in learning LUA and would like this to be my first script. RE: Player List - KaWeNGoD - 05-08-2014 maybe something like... Code: local el = EntityList("chartype=4") i don't test it but i think this will give you near players. The problem here is the invite part, bot doesn't have chat support RE: Player List - random73 - 05-08-2014 I would totally block you if you spam FC invite on me LOL RE: Player List - Drastik - 05-09-2014 Random73 Wrote:I would totally block you if you spam FC invite on me LOLSo would I :P Just so hopefully a few randoms join and I get level 8 quicker, then they all get kicked. RE: Player List - Drastik - 05-09-2014 These first people of questions might sound stupid to people but please bare with me here... Can someone please point out why this doesn't work? Obviously I'm doing it wrong but still trying to learn. Code: -- Create a new table for our code: Appreciate any help in advance... I'm very keen to learn. Please be specific when correcting me, I'll learn quicker if I know why things don't work. RE: Player List - Ace - 05-19-2014 It's not possible to invite people to a company with the current API. |