Need FLHook developer
-
Hello, I have some ideas, but can not relize its.
I need man who can create some plugins for FLHook 1.6.1I will be very happy if somebody help me
First, I need this plugins:
- If player have not required number (changeable) of goods (changeable) player die in space or can not fly to space and get message (for examle: âYou have not enough H-Fuel (number of good)â.
And all types of ships can have its lists of goods and numbers of goods (for examle, fighter must have 30 H-Fuel, gunboat 80 H-Fuel and 10 Spaceship Crew, battleship must have 500 H-Fuel and 100 Spaceship Crew)
PLUGIN OPTIONS:
- list of goods
- number of goods
And if make some of lister goods as perishable we are take Fuel sistem in Freelanser, and players must go to stations from time to time or take transports with fuel goods.
Very intresting and not very difficalt idea.
- If player killed by another player, dead player can not fly to space some time (changeable).
solution of âplayer can not fly if he killedâ may be is give ban to dead player for some time (tempban command from âtempban pluginâ or delete main Equipment (engine, scanner e.t.) for some time
PLUGIN OPTIONS: time when dead player can not fly to space.
-
Hi, i donât know in which language FL-Hook is written, but i would do this âpluginsâ with python. The language is simple and you can connect via telnet to FL-Hook. So you can check player positions ( getplayers will help ) and enumcargo will show you the player cargos. So it can be easy to check who has item XY and who not.
This only problem i see is to get the playership without using to much time/cpu power by decoding the playerfiles.The secound problem can be done by using the eventmode ( kill-event ) and after that a temporary ban.
Hope this will help you.
AmunRa