CF USER-COMMANDS

There are 39 replies in this Thread. The last Post () by DC_Hägar.

  • ================================================================================
    == FLHook/CF USER-COMMANDS ========================================================
    ================================================================================


    from V1.5.5:
    ############


    /set diemsg xxx
    while xxx must be one of the following values:
    - all = all deaths will be displayed
    - system = only display deaths occuring in the system you are currently in
    - self = only display deaths the player is involved in (either as victim or killer)
    - none = don't show any death-messages
    settings affect all characters on the account


    /set diemsgsize <small/default>
    - change the size of the diemsgs


    /set chatfont <size> <style>
    <size>: small, default or big
    <style>: default, bold, italic or underline
    this let's every user adjust the appearance of the chat-messages


    /autobuy <...>
    let ammo be bought automatically whenever you enter a base. enter the command
    ingame to get a description


    /ignore <charname> [<flags>]
    ignore chat from certain players


    /ignoreid <client-id> [<flags>]
    ignore by client-id

    /delignore <id> [<id2> <id3> ...]
    delete ignore entry

    /ignorelist
    display ignore list

    /ids
    show client-ids of all players


    /id
    show own client-id

    /i$ <client-id> and /invite$ <client-id>
    invite player to group by client-id


    since V1.5.5.CF1.0:
    ###################


    /frags
    or
    /frags <page number>
    displays a list with PvP score (Kills, Deaths and Wins (percentage of all fights won))
    <page number> lists 15 lines of that page in the list


    since V1.5.5.CF2.1:
    ###################


    /ping
    shows user ping and loss


    /bounty
    or
    /bounty <page number>
    displays the list of bounties placed on the players currently logged on
    <page number> lists 15 lines of that page in the list


    /setbounty <Player> <Amount> <Days>
    place a bounty on Player. enter the command ingame to get a description.


    /cloak
    get cloaked


    /uncloak
    get uncloaked

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • sorry, my fault. but i sent u a version to publish without taking care of "&lt;" and "&gt;" special chars. Here is the edited version:


    ===========================================================================
    == FLHook USER-COMMANDS =======================================================
    ===========================================================================


    from V1.5.5:
    ########


    /set diemsg xxx
    while xxx must be one of the following values:
    - all = all deaths will be displayed
    - system = only display deaths occuring in the system you are currently in
    - self = only display deaths the player is involved in (either as victim or killer)
    - none = don't show any death-messages
    settings affect all characters on the account


    /set diemsgsize &lt;small/default&gt;
    - change the size of the diemsgs


    /set chatfont &lt;size&gt; &lt;style&gt;
    &lt;size&gt;: small, default or big
    &lt;style&gt;: default, bold, italic or underline
    this let's every user adjust the appearance of the chat-messages


    /autobuy &lt;...&gt;
    let ammo be bought automatically whenever you enter a base. enter the command
    ingame to get a description


    /ignore &lt;charname&gt; [&lt;flags&gt;]
    ignore chat from certain players


    /ignoreid &lt;client-id&gt; [&lt;flags&gt;]
    ignore by client-id

    /delignore &lt;id&gt; [&lt;id2&gt; &lt;id3&gt; ...]
    delete ignore entry

    /ignorelist
    display ignore list

    /ids
    show client-ids of all players


    /id
    show own client-id

    /i$ &lt;client-id&gt; and /invite$ &lt;client-id&gt;
    invite player to group by client-id


    since V1.5.5.CF1.0:
    ############


    /frags
    or
    /frags &lt;page number&gt;
    displays a list with PvP score (Kills, Deaths and Wins (percentage of all fights won))
    &lt;page number&gt; lists 15 lines of that page in the list


    since V1.5.5.CF2.1:
    ############


    /ping
    shows user ping and loss


    /bounty
    or
    /bounty &lt;page number&gt;
    displays the list of bounties placed on the players currently logged on
    &lt;page number&gt; lists 15 lines of that page in the list


    /setbounty &lt;Player&gt; &lt;Amount&gt; &lt;Days&gt;
    place a bounty on Player. enter the command ingame to get a description.


    /cloak
    get cloaked


    /uncloak
    get uncloaked

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \

  • Quote

    Originally posted by DC_Hägar
    /cloak
    get cloaked


    /uncloak
    get uncloaked


    Oo ?! Cloaking by a command ? hmm


    Proud member of the Independent Operators' Consortium ever since day 1 in Crossfire. :herz:
    In-game characters: (IOC)Tyrael, (IOC)HimejiFortress


    “The supreme art of war is to subdue the enemy without fighting.” Sun Tzu

  • you can use client-ids instead of <charname> by appending $ to the setbounty command (use "/ids" for a list of client-ids):
    examples:
    /setbounty$ 12 1000000 1
    /setbounty$ 1 1000000 1
    etc.


    you can also use "shortcuts" instead of the whole character-name for a currently logged in player by appending
    & to the setbounty command. FLHook traverses all logged in players and checks if their character-name contains
    <charname> (case insensitive) and if so, the command will operate on this player. an error will be shown if the
    searchstring given in <charname> is ambiguous.
    examples (let's assume there are 2 players logged in: "superhax0r" and "..::[]SUPERNERD[]::.." ):
    "/setbounty& nerd 1000000 1" places a bounty on "..::[]SUPERNERD[]::.." because his nick contains "nerd"
    "/setbounty& super 1000000 1" fails because there are multiple character names containing "super"

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \

  • well i collected some pictures where some players put a negative value in the setbounty command...


    What will happen when you do it?


    Click the image above to visit us.
    _______________________________________
    "Sir, we are surrounded!"
    "Excellent, now we can attack in any direction."

  • a) i fixed that error with the next version of FLHook (V1.5.5.CF2.12)
    b) all placed bounties r recorded, so r the ppl using this effect
    c) using this is cheating



    Quote

    Originally posted by Tito
    Does it works the same with "invite" comand?


    use "/i$"

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \

  • Yes Haeger of course it´s cheating therfor i made the screens.


    i will send u a pm...


    Click the image above to visit us.
    _______________________________________
    "Sir, we are surrounded!"
    "Excellent, now we can attack in any direction."

  • i really dunno why i cant open this page in normal ... but in order to read it, i must go to reply and scroll ti down .. but anyway


    i tried that /ping option and its working good ...


    only 1 thing: what means the word "FLUCT" ?!

  • Hi, i seem to be having problems reading this thread, ive got the Loading progress bar at the top of the thread, then half of the first post, i can see down to the end of diemsg options, but thats all, no other posts even though there is replies. Any ideas? i dont get this prob with any other thread.


    Thanks

    <a href="index.php?mforum=lostprophets" class="nav"><img src="http://www.mh-rijsdijk.speedlinq.nl/lost%20prophets/lp3.jpg" width="120" height="120" border="0" /></a><a href="index.php?mforum=lostprophets" class="nav"><img src="http://img475.imageshack.us/img475/6954/saxonsig7rb.png" width="330" height="120" border="0" /></a>

  • Quote

    Originally posted by Inferno
    i really dunno why i cant open this page in normal ... but in order to read it, i must go to reply and scroll ti down .. but anyway


    i tried that /ping option and its working good ...


    only 1 thing: what means the word "FLUCT" ?!



    Quote

    Originally posted by {LP}Saxon{X}
    Hi, i seem to be having problems reading this thread, ive got the Loading progress bar at the top of the thread, then half of the first post, i can see down to the end of diemsg options, but thats all, no other posts even though there is replies. Any ideas? i dont get this prob with any other thread.


    Thanks


    fluct is ping fluctuation. it means average distance from average ping. eg. ur ping is 30, but u have bursts of ping like 230. then fluct is like 200


    the reason why some cant read this thread is: i made a file to be posted and it had some code in it that can be seen as html tag. now it comes to microsoft internet explorer or opera do have problems here, where firefox doesnt.

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \

  • I dont get it? Just keeps saying "loading"


    ahh...now that i'm here i Can read it


    BTW: any chance of getting the..../cargo command to work?

    I roam space in search of adventure and treasure.


    {LP}Marauder{X} of the Lost Prophets


    MARAUDER n 1: someone who attacks in search of booty
    "marauder": Syn: bandit, buccaneer, desperado, forager, looter, pillager, pirate, plunderer, predator, raider


    FYI: Lost Prophets are currently recruiting, please talk with a representative online :D

  • the "cargo" command is not accessible to normal users, sorry

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \

  • bummer
    thanks for the info......ok, how about call me a power-user pirate....then it will work? lol

    I roam space in search of adventure and treasure.


    {LP}Marauder{X} of the Lost Prophets


    MARAUDER n 1: someone who attacks in search of booty
    "marauder": Syn: bandit, buccaneer, desperado, forager, looter, pillager, pirate, plunderer, predator, raider


    FYI: Lost Prophets are currently recruiting, please talk with a representative online :D

  • lol - i suppose not...

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \

  • Haegar, i tryed yesterday nigth to invite Gonzo with /i$ command writting this: /i$ Gonzo, but console told me invalid id... i tryed with " Capt.Gonzo and same result. The chact name of Gonzo was <DD>Capt.Gonzo- .


    Did i made something wrong?

  • oh gonzo is a new id now? O_o


    ID = a number
    Gonzo = a nickname


    so either you invite via name with /i gonzo
    or
    you invite via id (first you have to find it out via /ids) -> /i$ 1

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • I think you're supposed to use the & suffix and Haegar just made a typo. $ suffix for id's, & suffix for nicks, like he said earlier.

    <A href="http://www.imvu.com/catalog/web_landing.php?p=power&userId=6355482" target="_blank">IMVU - The World's Greatest 3D Chat</A>
    It's just a job, not who we are.
    WE decide who we are.
    <a href="http://www.cerebral-music.com" target="_blank"><img src="http://img341.imageshack.us/img341/6817/cerebral3ag9.png" border="0" alt="Cerebral Logo" /></a>
    There is no good nor is there evil. Just sides holding different point of views.
    Who are we to judge?
    <a href="http://profile.xfire.com/9gust9" target="_blank"><img src="http://xfiresigs.com/Gust.png" border="0"></a>
    It's a weak mind that can only think of one way to do a job.

  • no, i did not make a typo. i said "/i$" and i ment "/i$" (check Op's post, he explained it)


    there exists no command "/i&". when i explained earlier about how to use shortcut it was with the "/setbounty&" and only there (check my post earlier here for a complete description of setbounty command in combination with & or $)!


    alternative to "/i$" is "/invite Charactername" or "/i Charactername" (note that Charactername must be full name, no shortcut here)

    General - DC commanding staff member & DC Truchsess
    DC Website: http://www.swat-portal.com/php…hp?page=Board&boardID=413


    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (" )_(" ) signature to help him gain world domination.

    --
    Karl Marx: To do is to be!
    Lenin: To be is to do!
    Freddie Mercury: Doo be doo be doo!
    --
    RPG: Es gibt keinen Alkohol in Mittelerde! -> Mist!
    --
    I heard that's me having a beer (^^):
    ..... O
    LI² \ ' /
    ..... ^
    ..... / \